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-next v2 0/5] net: aquantia: various ethtool ops implementation
Date: Tue, 5 Jun 2018 01:30:14 +0300 [thread overview]
Message-ID: <cover.1528150073.git.igor.russkikh@aquantia.com> (raw)
In this patchset Anton Mikaev and I added some useful ethtool operations:
- ring size changes
- link renegotioation
- flow control management
The patch also improves init/deinit sequence.
V2 changes:
- using mutex to secure simultaneous dev close/open
- using state var to store/restore dev state
Igor Russkikh (5):
net: aquantia: Ethtool based ring size configuration
net: aquantia: Improve adapter init/deinit logic
net: aquantia: Implement rx/tx flow control ethtools callback
net: aquantia: Add renegotiate ethtool operation support
net: aquantia: bump driver version
.../net/ethernet/aquantia/atlantic/aq_ethtool.c | 121 +++++++++++++++++++++
drivers/net/ethernet/aquantia/atlantic/aq_hw.h | 20 +++-
drivers/net/ethernet/aquantia/atlantic/aq_nic.c | 17 ++-
drivers/net/ethernet/aquantia/atlantic/aq_nic.h | 2 +
.../ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c | 47 ++++----
.../aquantia/atlantic/hw_atl/hw_atl_a0_internal.h | 8 ++
.../ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c | 51 ++++-----
.../aquantia/atlantic/hw_atl/hw_atl_b0_internal.h | 8 ++
.../aquantia/atlantic/hw_atl/hw_atl_utils.c | 54 +++++----
.../aquantia/atlantic/hw_atl/hw_atl_utils.h | 35 ++++++
.../aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c | 69 +++++++++++-
drivers/net/ethernet/aquantia/atlantic/ver.h | 4 +-
12 files changed, 352 insertions(+), 84 deletions(-)
--
2.7.4
next reply other threads:[~2018-06-04 22:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-04 22:30 Igor Russkikh [this message]
2018-06-04 22:30 ` [PATCH net-next v2 1/5] net: aquantia: Ethtool based ring size configuration Igor Russkikh
2018-06-04 23:00 ` Jakub Kicinski
2018-06-04 23:35 ` Igor Russkikh
2018-06-04 22:30 ` [PATCH net-next v2 2/5] net: aquantia: Improve adapter init/deinit logic Igor Russkikh
2018-06-04 22:30 ` [PATCH net-next v2 3/5] net: aquantia: Implement rx/tx flow control ethtools callback Igor Russkikh
2018-06-04 22:30 ` [PATCH net-next v2 4/5] net: aquantia: Add renegotiate ethtool operation support Igor Russkikh
2018-06-04 22:30 ` [PATCH net-next v2 5/5] net: aquantia: bump driver version 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.1528150073.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).