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 v2 net 0/7] Aquantia atlantic hot fixes 03-2018
Date: Tue, 20 Mar 2018 14:40:30 +0300	[thread overview]
Message-ID: <cover.1521544563.git.igor.russkikh@aquantia.com> (raw)

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

             reply	other threads:[~2018-03-20 11:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-20 11:40 Igor Russkikh [this message]
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

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