mbox series

[V3,net-next,0/6]

Message ID 20191006123328.24210-1-sameehj@amazon.com
Headers show
Series [V3,net-next,1/6] net: ena: change num_queues to num_io_queues for clarity and consistency | expand

Message

Jubran, Samih Oct. 6, 2019, 12:33 p.m. UTC
From: Sameeh Jubran <sameehj@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(-)

Comments

David Miller Oct. 7, 2019, 1:30 p.m. UTC | #1
From: <sameehj@amazon.com>
Date: Sun, 6 Oct 2019 15:33:22 +0300

> From: Sameeh Jubran <sameehj@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

Series applied.