[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1498206120-13805-1-git-send-email-netanel@amazon.com>
Date: Fri, 23 Jun 2017 11:21:49 +0300
From: <netanel@...zon.com>
To: <davem@...emloft.net>, <netdev@...r.kernel.org>
CC: Netanel Belgazal <netanel@...zon.com>, <dwmw@...zon.com>,
<zorik@...zon.com>, <matua@...zon.com>, <saeedb@...zon.com>,
<msw@...zon.com>, <aliguori@...zon.com>, <nafea@...zon.com>,
<evgenys@...zon.com>
Subject: [PATCH V2 net-next 00/11] update ena ethernet driver to version 1.2.0
From: Netanel Belgazal <netanel@...zon.com>
This patchset contains some new features/improvements that were added
to the ENA driver to increase its robustness and are based on
experience of wide ENA deployment.
Change log:
V2:
* Remove patch that add inline to C-file static function (contradict coding style).
* Remove patch that moves MTU parameter validation in ena_change_mtu() instead of
using the network stack.
* Use upper_32_bits()/lower_32_bits() instead of casting.
Netanel Belgazal (11):
net: ena: change return value for unsupported features unsupported
return value
net: ena: add hardware hints capability to the driver
net: ena: change sizeof() argument to be the type pointer
net: ena: add reset reason for each device FLR
net: ena: add support for out of order rx buffers refill
net: ena: allow the driver to work with small number of msix vectors
net: ena: use napi_schedule_irqoff when possible
net: ena: separate skb allocation to dedicated function
net: ena: use lower_32_bits()/upper_32_bits() to split dma address
net: ena: update driver's rx drop statistics
net: ena: update ena driver to version 1.2.0
drivers/net/ethernet/amazon/ena/ena_admin_defs.h | 31 +++
drivers/net/ethernet/amazon/ena/ena_com.c | 85 ++++---
drivers/net/ethernet/amazon/ena/ena_com.h | 10 +-
drivers/net/ethernet/amazon/ena/ena_eth_com.c | 5 +
drivers/net/ethernet/amazon/ena/ena_ethtool.c | 11 +-
drivers/net/ethernet/amazon/ena/ena_netdev.c | 306 +++++++++++++++++------
drivers/net/ethernet/amazon/ena/ena_netdev.h | 30 ++-
drivers/net/ethernet/amazon/ena/ena_regs_defs.h | 34 +++
8 files changed, 399 insertions(+), 113 deletions(-)
--
2.7.4
Powered by blists - more mailing lists