diff options
author | Sameeh Jubran <[email protected]> | 2019-10-06 15:33:26 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-10-07 09:30:03 -0400 |
commit | 736ce3f414ccc005e86bdd920e35bf4ddaa65d68 (patch) | |
tree | 473a39f5fb0bf018811621b9fc15bab306533ae3 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 9a037b06137b46bea6ed2fade2537cb820c1fd7c (diff) |
net: ena: make ethtool -l show correct max number of queues
- Update ena_ethtool:ena_get_channels() to return adapter->max_io_queues
so that ethtool -l returns the correct maximum queue number.
- Change the name of ena_calc_io_queue_num() to
ena_calc_max_io_queue_num() as it returns the maximum number of io
queues and actual number of queues can be smaller if changed
by ethtool -L which is implemented in a later commit.
- Change variable name from io_queue_num to max_num_io_queues in
ena_calc_max_io_queue_num() and ena_probe().
- Make all types of variables that convey the number and sizeof queues
to be u32, for consistency with the API between the driver and the
device.
Signed-off-by: Arthur Kiyanovski <[email protected]>
Signed-off-by: Sameeh Jubran <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions