diff options
author | Brett Creeley <brett.creeley@intel.com> | 2022-10-31 20:09:12 +0300 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2022-11-23 19:59:42 +0300 |
commit | 1d0e28a9be1fa02309b16dd68db31b4c8e716912 (patch) | |
tree | 8169a3b7f1e494e0bc1cdc64d3443e4d20d640b6 /Documentation/security | |
parent | a711a3288cc69af93148db343d3bfaf5a177a6b0 (diff) | |
download | linux-1d0e28a9be1fa02309b16dd68db31b4c8e716912.tar.xz |
ice: Remove and replace ice speed defines with ethtool.h versions
The driver is currently using ICE_LINK_SPEED_* defines that mirror what
ethtool.h defines, with one exception ICE_LINK_SPEED_UNKNOWN.
This issue is fixed by the following changes:
1. replace ICE_LINK_SPEED_UNKNOWN with 0 because SPEED_UNKNOWN in
ethtool.h is "-1" and that doesn't match the driver's expected behavior
2. transform ICE_LINK_SPEED_*MBPS to SPEED_* using static tables and
fls()-1 to convert from BIT() to an index in a table.
Suggested-by: Alexander Lobakin <alexandr.lobakin@intel.com>
Signed-off-by: Brett Creeley <brett.creeley@intel.com>
Co-developed-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Gurucharan G <gurucharanx.g@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'Documentation/security')
0 files changed, 0 insertions, 0 deletions