diff options
author | 2018-01-10 18:00:14 +0000 | |
---|---|---|
committer | 2018-01-10 16:23:38 -0500 | |
commit | c2ab85d2daef42b1cdfd35f564cc40a392c88849 (patch) | |
tree | fedc89322ac5abe6269309a9391bf1edb1b37291 /tools/perf/scripts/python/sched-migration.py | |
parent | sfc: basic MCDI mapping of 25/50/100G link speeds (diff) | |
download | linux-dev-c2ab85d2daef42b1cdfd35f564cc40a392c88849.tar.xz linux-dev-c2ab85d2daef42b1cdfd35f564cc40a392c88849.zip |
sfc: support the ethtool ksettings API properly so that 25/50/100G works
Store and handle ethtool link mode masks within the driver instead of
just a single u32. However, quite a significant amount of existing code
wants to manipulate the masks directly, and thus now uses the first
unsigned long (i.e. mask[0]) as though it were a legacy u32 mask. This
is ok because all the bits that code is interested in are in the first
32 bits of the mask; but it might be a good idea to change them in
future to use the proper bitmap API.
Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions