commit | 98b9e48fca11c8aa54b25c02d3329392b52db8ab | [log] [tgz] |
---|---|---|
author | Greg Rose <gregory.v.rose@intel.com> | Fri Jun 03 03:53:24 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Aug 26 23:31:09 2011 -0700 |
tree | 9fe0adc6cb1cef157878c35a11f75ca37fcdfc9b | |
parent | dc221294719ae0f28cc260cc37edd439161088a9 [diff] |
ixgbevf: Check if EOP has changed before using it There is a chance that between the time EOP is read and the time it is used another transmit on a different CPU could have run and completed, thus leaving EOP in a bad state. Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>