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>,
	Nadezhda Krupnina <Nadezhda.Krupnina@aquantia.com>,
	Simon Edelhaus <simon.edelhaus@aquantia.com>,
	Igor Russkikh <igor.russkikh@aquantia.com>
Subject: [PATCH net 0/7] net: aquantia: Atlantic driver 10/2017 updates
Date: Thu, 19 Oct 2017 18:23:52 +0300	[thread overview]
Message-ID: <cover.1508159232.git.igor.russkikh@aquantia.com> (raw)

This patchset fixes various issues in driver,
improves parameters for better performance on 10Gbit link

Igor Russkikh (7):
  net: aquantia: Reset nic statistics on interface up/down
  net: aquantia: Add queue restarts stats counter
  net: aquantia: Fixed transient link up/down/up notification
  net: aquantia: Limit number of MSIX irqs to the number of cpus
  net: aquantia: mmio unmap was not performed on driver removal
  net: aquantia: Enable coalescing management via ethtool interface
  net: aquantia: Bad udp rate on default interrupt coalescing

 drivers/net/ethernet/aquantia/atlantic/aq_cfg.h    |   8 +-
 .../net/ethernet/aquantia/atlantic/aq_ethtool.c    | 157 +++++++++++++--------
 drivers/net/ethernet/aquantia/atlantic/aq_hw.h     |   5 +-
 drivers/net/ethernet/aquantia/atlantic/aq_nic.c    |  39 +++--
 drivers/net/ethernet/aquantia/atlantic/aq_nic.h    |   4 +-
 .../net/ethernet/aquantia/atlantic/aq_pci_func.c   |  14 +-
 drivers/net/ethernet/aquantia/atlantic/aq_vec.c    |   3 +
 .../ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c  |  21 ++-
 .../ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c  |  89 ++++++------
 .../aquantia/atlantic/hw_atl/hw_atl_b0_internal.h  |   3 +
 .../aquantia/atlantic/hw_atl/hw_atl_utils.c        |  69 +++++++--
 .../aquantia/atlantic/hw_atl/hw_atl_utils.h        |  18 ++-
 12 files changed, 284 insertions(+), 146 deletions(-)

-- 
2.7.4

             reply	other threads:[~2017-10-19 15:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-19 15:23 Igor Russkikh [this message]
2017-10-19 15:23 ` [PATCH net 1/7] net: aquantia: Reset nic statistics on interface up/down Igor Russkikh
2017-10-19 15:23 ` [PATCH net 2/7] net: aquantia: Add queue restarts stats counter Igor Russkikh
2017-10-19 15:23 ` [PATCH net 3/7] net: aquantia: Fixed transient link up/down/up notification Igor Russkikh
2017-10-19 15:23 ` [PATCH net 4/7] net: aquantia: Limit number of MSIX irqs to the number of cpus Igor Russkikh
2017-10-19 15:23 ` [PATCH net 5/7] net: aquantia: mmio unmap was not performed on driver removal Igor Russkikh
2017-10-19 15:23 ` [PATCH net 6/7] net: aquantia: Enable coalescing management via ethtool interface Igor Russkikh
2017-10-19 15:23 ` [PATCH net 7/7] net: aquantia: Bad udp rate on default interrupt coalescing Igor Russkikh
2017-10-21 11:32 ` [PATCH net 0/7] net: aquantia: Atlantic driver 10/2017 updates 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.1508159232.git.igor.russkikh@aquantia.com \
    --to=igor.russkikh@aquantia.com \
    --cc=Nadezhda.Krupnina@aquantia.com \
    --cc=darcari@redhat.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=pavel.belous@aquantia.com \
    --cc=simon.edelhaus@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).