netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/7] Aquantia atlantic hot fixes 03-2018
@ 2018-03-16 10:53 Igor Russkikh
  2018-03-16 10:53 ` [PATCH net 1/7] net: aquantia: Fix hardware reset when SPI may rarely hangup Igor Russkikh
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Igor Russkikh @ 2018-03-16 10:53 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 rare 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.

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 aq_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_nic.c    | 26 +++++++++
 drivers/net/ethernet/aquantia/atlantic/aq_nic.h    |  3 +
 .../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    |  7 +--
 .../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 +-
 9 files changed, 101 insertions(+), 28 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-03-19 13:37 UTC | newest]

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

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