linux/drivers/net/ethernet/intel/ixgbevf
Alexander Duyck 18c6308971 ixgbevf: Do not rewind the Rx ring before bumping tail
The driver is going back one step from its' previous location before
bumping tail. This is incorrect.  We should just be writing the value of
next_to_use into the tail register.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2012-07-18 13:12:08 -07:00
..
Makefile ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
defines.h ixgbevf: Use igb style interrupt masks instead of ixgbe style 2012-07-17 03:07:18 -07:00
ethtool.c ixgbevf: Move Tx clean-up into NAPI context 2012-07-17 03:05:43 -07:00
ixgbevf.h ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffix 2012-07-17 19:16:32 -07:00
ixgbevf_main.c ixgbevf: Do not rewind the Rx ring before bumping tail 2012-07-18 13:12:08 -07:00
mbx.c ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
mbx.h ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
regs.h ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
vf.c ixgbevf: Add support to recognize 100mb link speed 2012-05-03 02:36:07 -07:00
vf.h ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00