]> xenbits.xensource.com Git - people/ssmith/nc2-2.6.27.bak/.git/commitdiff
patch bnx2-tune-interrupt-load
authorSteven Smith <ssmith@weybridge.uk.xensource.com>
Thu, 28 May 2009 10:54:19 +0000 (11:54 +0100)
committerSteven Smith <ssmith@weybridge.uk.xensource.com>
Thu, 28 May 2009 10:54:19 +0000 (11:54 +0100)
drivers/net/bnx2.c

index d31863f734d440027970a9f26313ff7c075bcb78..6e566478231e8e6e6e0556000087f0b56e7133f3 100644 (file)
@@ -8223,15 +8223,15 @@ bnx2_init_board(struct pci_dev *pdev, struct net_device *dev)
 
        bp->rx_csum = 1;
 
-       bp->tx_quick_cons_trip_int = 20;
-       bp->tx_quick_cons_trip = 20;
-       bp->tx_ticks_int = 80;
-       bp->tx_ticks = 80;
-
-       bp->rx_quick_cons_trip_int = 6;
-       bp->rx_quick_cons_trip = 6;
-       bp->rx_ticks_int = 18;
-       bp->rx_ticks = 18;
+       bp->tx_quick_cons_trip_int = 64;
+       bp->tx_quick_cons_trip = 64;
+       bp->tx_ticks_int = 1000;
+       bp->tx_ticks = 1000;
+
+       bp->rx_quick_cons_trip_int = 12;
+       bp->rx_quick_cons_trip = 12;
+       bp->rx_ticks_int = 150;
+       bp->rx_ticks = 150;
 
        bp->stats_ticks = USEC_PER_SEC & BNX2_HC_STATS_TICKS_HC_STAT_TICKS;