linux/drivers/net/ethernet/intel
Alexander Duyck 30065e63d8 ixgbe: Simplify transmit cleanup path
This patch helps to simplify the work being done by the transmit path by
removing the unnecessary compares between count and the work limit.  Instead
we can simplify this by just adding a budget value that will act as a count
down from the work limit value.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2011-08-27 00:00:03 -07:00
..
e1000 e1000: save skb counts in TX to avoid cache misses 2011-08-26 12:55:18 -04:00
e1000e e1000e: convert to netdev features/hw_features API 2011-08-26 23:28:39 -07:00
igb net: remove use of ndo_set_multicast_list in drivers 2011-08-17 20:22:03 -07:00
igbvf net: remove use of ndo_set_multicast_list in drivers 2011-08-17 20:22:03 -07:00
ixgb net: remove use of ndo_set_multicast_list in drivers 2011-08-17 20:22:03 -07:00
ixgbe ixgbe: Simplify transmit cleanup path 2011-08-27 00:00:03 -07:00
ixgbevf ixgbevf: convert to ndo_fix_features 2011-08-26 23:55:12 -07:00
e100.c net: remove use of ndo_set_multicast_list in drivers 2011-08-17 20:22:03 -07:00
Kconfig
Makefile