commit | ccfb342c5cd584f0f3e682280f7152310edf0e39 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Wed Mar 25 21:59:04 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 26 01:00:54 2009 -0700 |
tree | f24cac7f47fafa9f73afa4f74986086b838b49e3 | |
parent | 37e73df8c3f19f4733c60ec53c104ff6f79ba467 [diff] |
e1000: cleanup clean_tx_irq routine so that it completely cleans ring The tx cleanup routine was stopping after 64 packets and this was causing issues resulting in the ring not being completely cleaned. This change updates the driver to clean the entire ring and if it doesn't it then will retry on the next pass. 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>