netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net 0/7] Aquantia atlantic hot fixes 03-2018
@ 2018-03-20 11:40 Igor Russkikh
  2018-03-20 11:40 ` [PATCH v2 net 1/7] net: aquantia: Fix hardware reset when SPI may rarely hangup Igor Russkikh
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Igor Russkikh @ 2018-03-20 11:40 UTC (permalink / raw)
  To: David S . Miller; +Cc: netdev, David Arcari, Pavel Belous, Igor Russkikh

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(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-03-22 16:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-20 11:40 [PATCH v2 net 0/7] Aquantia atlantic hot fixes 03-2018 Igor Russkikh
2018-03-20 11:40 ` [PATCH v2 net 1/7] net: aquantia: Fix hardware reset when SPI may rarely hangup Igor Russkikh
2018-03-20 11:40 ` [PATCH v2 net 2/7] net: aquantia: Fix a regression with reset on old firmware Igor Russkikh
2018-03-20 11:40 ` [PATCH v2 net 3/7] net: aquantia: Change inefficient wait loop on fw data reads Igor Russkikh
2018-03-20 11:40 ` [PATCH v2 net 4/7] net: aquantia: Add tx clean budget and valid budget handling logic Igor Russkikh
2018-03-20 11:40 ` [PATCH v2 net 5/7] net: aquantia: Allow live mac address changes Igor Russkikh
2018-03-20 11:40 ` [PATCH v2 net 6/7] net: aquantia: Implement pci shutdown callback Igor Russkikh
2018-03-20 11:40 ` [PATCH v2 net 7/7] net: aquantia: driver version bump Igor Russkikh
2018-03-22 16:03 ` [PATCH v2 net 0/7] Aquantia atlantic hot fixes 03-2018 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).