commit | 18c6308971028cc02838adc711c556d992ad8bdf | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri May 11 08:33:11 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Jul 18 13:12:08 2012 -0700 |
tree | 45b789d521f39e78c7311b1fd33aedc91717a301 | |
parent | 5d9a533bacff6fbaf711c92575f5f646c2c772f1 [diff] |
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>