commit | 4c0ec6544a0cd5e3eed08df2c14cf98185098abe | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Nov 16 19:26:46 2010 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Nov 16 19:26:46 2010 -0800 |
tree | 99893da288768e081377facdec4614a80a9788fc | |
parent | 80ab193dce048e7b7afa43c99e69f508167e29ab [diff] |
ixgbe: remove unnecessary re-init of adapter on Rx-csum change There is no need to reset the adapter when changing the Rx checksum settings. Since the only change is a software flag we can disable it without needing to reset the entire adapter. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Ross Brattain <ross.b.brattain@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>