patch-2.2.12 linux/drivers/net/acenic.c
Next file: linux/drivers/net/bmac.c
Previous file: linux/drivers/net/Space.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Wed Aug 25 17:29:48 1999
- Orig file:
v2.2.11/linux/drivers/net/acenic.c
- Orig date:
Mon Aug 9 16:05:56 1999
diff -u --recursive --new-file v2.2.11/linux/drivers/net/acenic.c linux/drivers/net/acenic.c
@@ -166,10 +166,10 @@
* Default values for tuning parameters
*/
#define DEF_TX_RATIO 31
-#define DEF_TX_COAL TICKS_PER_SEC / 500
-#define DEF_TX_MAX_DESC 7
-#define DEF_RX_COAL TICKS_PER_SEC / 10000
-#define DEF_RX_MAX_DESC 2
+#define DEF_TX_COAL 1000
+#define DEF_TX_MAX_DESC 40
+#define DEF_RX_COAL 1000
+#define DEF_RX_MAX_DESC 20
#define DEF_TRACE 0
#define DEF_STAT 2 * TICKS_PER_SEC
@@ -181,7 +181,7 @@
static int max_rx_desc[8] = {0, };
static int tx_ratio[8] = {0, };
-static const char __initdata *version = "acenic.c: v0.33 07/20/99 Jes Sorensen (Jes.Sorensen@cern.ch)\n";
+static const char __initdata *version = "acenic.c: v0.33a 08/16/99 Jes Sorensen (Jes.Sorensen@cern.ch)\n";
static struct device *root_dev = NULL;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)