commit | 7753b171c4e7604294060d4039214c8c8319bfca | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Thu Jan 18 09:25:31 2007 -0800 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Feb 05 16:58:41 2007 -0500 |
tree | cdb080bcef6cbb4d413f335100d75a3a7218b942 | |
parent | f6c57bafcdebed4429cdda206149ddcbb1d46e91 [diff] |
e1000: tune our dynamic itr transmit packet accounting The driver was still mis-calculating the number of bytes sent during transmit, now the driver computes what appears to be exactly 100% correct byte counts (not including CRC) when figuring out how many bytes and frames were sent during the current transmit packet.