commit | 91281fd36c7670904e0b315e273e896d907adc36 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu Jun 04 16:00:27 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 07 05:20:21 2009 -0700 |
tree | 61a1912e6cd560c39bd300565f13aa16c9ae8b89 | |
parent | fe49f04aa8c0f74c363cbb1e9852a0d7769b5a99 [diff] |
ixgbe: move tx processing into NAPI context This patch moves the tx cleanup processing out of the MSI-X interrupt processing and gives it it's own napi routine. This allows the driver to process TX cleanup in a polling context instead of in an interrupt context which prevents TX from starving RX. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>