summaryrefslogtreecommitdiffstats
path: root/main/crystalhd-git-grsec/crystalhd-use_8_DMA_buffers-0.1.patch
blob: 1b9150ea7b620b1095632051301fab15a91b0b0e (plain)
1
2
3
4
5
6
7
8
9
10
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,
 };