mbox series

[v2,net,0/7] Aquantia atlantic hot fixes 03-2018

Message ID cover.1521544563.git.igor.russkikh@aquantia.com
Headers show
Series Aquantia atlantic hot fixes 03-2018 | expand

Message

Igor Russkikh March 20, 2018, 11:40 a.m. UTC
This is a set of atlantic driver hot fixes for various areas:

Some issues with hardware reset covered,
Fixed napi_poll flood happening on some traffic conditions,
Allow system to change MAC address on live device,
Add pci shutdown handler.

patch v2:
- reverse christmas tree
- remove driver private parameter, replacing it with define.

Igor Russkikh (7):
  net: aquantia: Fix hardware reset when SPI may rarely hangup
  net: aquantia: Fix a regression with reset on old firmware
  net: aquantia: Change inefficient wait loop on fw data reads
  net: aquantia: Add tx clean budget and valid budget handling logic
  net: aquantia: Allow live mac address changes
  net: aquantia: Implement pci shutdown callback
  net: aquantia: driver version bump

 drivers/net/ethernet/aquantia/atlantic/aq_cfg.h    |  2 +
 drivers/net/ethernet/aquantia/atlantic/aq_nic.c    | 22 ++++++++
 drivers/net/ethernet/aquantia/atlantic/aq_nic.h    |  1 +
 .../net/ethernet/aquantia/atlantic/aq_pci_func.c   | 15 +++++
 drivers/net/ethernet/aquantia/atlantic/aq_ring.c   |  7 ++-
 drivers/net/ethernet/aquantia/atlantic/aq_ring.h   |  2 +-
 drivers/net/ethernet/aquantia/atlantic/aq_vec.c    | 11 ++--
 .../aquantia/atlantic/hw_atl/hw_atl_utils.c        | 66 +++++++++++++++-------
 .../aquantia/atlantic/hw_atl/hw_atl_utils.h        |  1 +
 drivers/net/ethernet/aquantia/atlantic/ver.h       |  2 +-
 10 files changed, 99 insertions(+), 30 deletions(-)

Comments

David Miller March 22, 2018, 4:03 p.m. UTC | #1
From: Igor Russkikh <igor.russkikh@aquantia.com>
Date: Tue, 20 Mar 2018 14:40:30 +0300

> This is a set of atlantic driver hot fixes for various areas:
> 
> Some issues with hardware reset covered,
> Fixed napi_poll flood happening on some traffic conditions,
> Allow system to change MAC address on live device,
> Add pci shutdown handler.
> 
> patch v2:
> - reverse christmas tree
> - remove driver private parameter, replacing it with define.

Series applied, thank you.