commit | 635071e2c48d4a9261a0df8401155dbd959efd3d | [log] [tgz] |
---|---|---|
author | Sasha Neftin <sasha.neftin@intel.com> | Tue Mar 03 02:28:08 2020 +0200 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Apr 17 10:19:24 2020 -0700 |
tree | 8ff9af0aabb23ad2f327959466976a8f8d75eef4 | |
parent | 64900e8ff551dd6ae891651b6d74789378472ee1 [diff] |
igc: Enable NETIF_F_HW_TC flag This assignment of the feature NETIF_F_HW_TC occurs prior to the initial setup of the local hw_features variable. This ensures that NETIF_F_HW_TC are marked as user changeable, and also enables it by default when the driver loads. Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>