1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ethernet/intel/ixgbe
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
..
ixgbe.h ixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ring 2011-08-19 06:02:40 -07:00
ixgbe_82598.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_82599.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_common.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_common.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_dcb.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_dcb.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_dcb_82598.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_dcb_82598.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_dcb_82599.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_dcb_82599.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_dcb_nl.c ixgbe: replace reference to CONFIG_FCOE with IXGBE_FCOE 2011-08-19 06:01:59 -07:00
ixgbe_ethtool.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_fcoe.c ixgbe - DDP last user buffer - error to warn 2011-08-19 04:43:00 -07:00
ixgbe_fcoe.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_main.c ixgbe: Simplify transmit cleanup path 2011-08-27 00:00:03 -07:00
ixgbe_mbx.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_mbx.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_phy.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_phy.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_sriov.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_sriov.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_type.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_x540.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
Makefile intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00