From: Sameeh Jubran <same...@amazon.com>
Difference from v2: * ethtool's set/get channels: Switched to using combined instead of separate rx/tx * Fixed error handling in set_channels * Fixed indentation and cosmetic issues as requested by Jakub Kicinski Difference from v1: * Dropped the print from patch 0002 - "net: ena: multiple queue creation related cleanups" as requested by David Miller Sameeh Jubran (6): net: ena: change num_queues to num_io_queues for clarity and consistency net: ena: multiple queue creation related cleanups net: ena: ethtool: get_channels: use combined only net: ena: make ethtool -l show correct max number of queues net: ena: remove redundant print of number of queues net: ena: ethtool: support set_channels callback drivers/net/ethernet/amazon/ena/ena_ethtool.c | 35 ++-- drivers/net/ethernet/amazon/ena/ena_netdev.c | 158 ++++++++++-------- drivers/net/ethernet/amazon/ena/ena_netdev.h | 14 +- 3 files changed, 114 insertions(+), 93 deletions(-) -- 2.17.1