mbox series

[V2,net-next,0/5] Introduce ethtool's set_channels

Message ID 20191002082052.14051-1-sameehj@amazon.com
Headers show
Series Introduce ethtool's set_channels | expand

Message

Jubran, Samih Oct. 2, 2019, 8:20 a.m. UTC
From: Sameeh Jubran <sameehj@amazon.com>

Difference from v1:
* Dropped the print from patch 0002 - "net: ena: multiple queue creation
  related cleanups" as requested by David Miller

Sameeh Jubran (5):
  net: ena: change num_queues to num_io_queues for clarity and
    consistency
  net: ena: multiple queue creation related cleanups
  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 |  37 ++--
 drivers/net/ethernet/amazon/ena/ena_netdev.c  | 160 ++++++++++--------
 drivers/net/ethernet/amazon/ena/ena_netdev.h  |  14 +-
 3 files changed, 121 insertions(+), 90 deletions(-)