kernel-hacking-2024-linux-s.../drivers/net/igb
Jeb Cramer fe4506b6a2 igb: add DCA support
Add DCA support in the similar method that it was added to the ixgbe
driver recently. DCA allows the network device to put data in the
CPU cache and notify the chipset of that event. This reduces cache
misses during receives.

Signed-off-by: Jeb Cramer <cramerj@intel.com>
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-07-11 01:20:31 -04:00
..
e1000_82575.c igb: fix init on 82575 with MNG enabled 2008-07-04 08:47:00 -04:00
e1000_82575.h igb: add DCA support 2008-07-11 01:20:31 -04:00
e1000_defines.h igb: fix init on 82575 with MNG enabled 2008-07-04 08:47:00 -04:00
e1000_hw.h igb: eliminate hw from the hw_dbg macro arguments 2008-07-04 08:46:59 -04:00
e1000_mac.c igb: eliminate hw from the hw_dbg macro arguments 2008-07-04 08:46:59 -04:00
e1000_mac.h
e1000_nvm.c igb: eliminate hw from the hw_dbg macro arguments 2008-07-04 08:46:59 -04:00
e1000_nvm.h
e1000_phy.c igb: eliminate hw from the hw_dbg macro arguments 2008-07-04 08:46:59 -04:00
e1000_phy.h
e1000_regs.h igb: add DCA support 2008-07-11 01:20:31 -04:00
igb.h igb: add DCA support 2008-07-11 01:20:31 -04:00
igb_ethtool.c igb: update ethtool stats to support multiqueue 2008-07-11 01:20:31 -04:00
igb_main.c igb: add DCA support 2008-07-11 01:20:31 -04:00
Makefile