aboutsummaryrefslogtreecommitdiffstats
path: root/main/libcrystalhd/crystalhd-use_8_DMA_buffers-0.1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/libcrystalhd/crystalhd-use_8_DMA_buffers-0.1.patch')
-rw-r--r--main/libcrystalhd/crystalhd-use_8_DMA_buffers-0.1.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/libcrystalhd/crystalhd-use_8_DMA_buffers-0.1.patch b/main/libcrystalhd/crystalhd-use_8_DMA_buffers-0.1.patch
new file mode 100644
index 0000000000..1b9150ea7b
--- /dev/null
+++ b/main/libcrystalhd/crystalhd-use_8_DMA_buffers-0.1.patch
@@ -0,0 +1,11 @@
+--- a/include/bc_dts_glob_lnx.h
++++ b/include/bc_dts_glob_lnx.h
+@@ -76,7 +76,7 @@
+ BC_LINK_MAX_OPENS = 3, /* Maximum simultaneous opens*/
+ BC_LINK_MAX_SGLS = 1024, /* Maximum SG elements 4M/4K */
+ BC_TX_LIST_CNT = 2, /* Max Tx DMA Rings */
+- BC_RX_LIST_CNT = 16, /* Max Rx DMA Rings*/
++ BC_RX_LIST_CNT = 8, /* Max Rx DMA Rings*/
+ BC_PROC_OUTPUT_TIMEOUT = 2000, /* Milliseconds */
+ BC_INFIFO_THRESHOLD = 0x10000,
+ };