netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Igor Russkikh <igor.russkikh@aquantia.com>
To: "David S . Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org, David Arcari <darcari@redhat.com>,
	Pavel Belous <pavel.belous@aquantia.com>,
	Igor Russkikh <igor.russkikh@aquantia.com>
Subject: [PATCH net 0/7] Aquantia atlantic hot fixes 03-2018
Date: Fri, 16 Mar 2018 13:53:43 +0300	[thread overview]
Message-ID: <cover.1521192913.git.igor.russkikh@aquantia.com> (raw)

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

             reply	other threads:[~2018-03-16 10:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-16 10:53 Igor Russkikh [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1521192913.git.igor.russkikh@aquantia.com \
    --to=igor.russkikh@aquantia.com \
    --cc=darcari@redhat.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=pavel.belous@aquantia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).