From: Igor Russkikh <irusskikh@marvell.com>
To: "netdev@vger.kernel.org" <netdev@vger.kernel.org>
Cc: "David S . Miller" <davem@davemloft.net>,
Igor Russkikh <irusskikh@marvell.com>
Subject: [PATCH net-next 00/12] Aquantia Marvell atlantic driver updates
Date: Fri, 1 Nov 2019 12:17:12 +0000 [thread overview]
Message-ID: <cover.1572610156.git.irusskikh@marvell.com> (raw)
Hi David,
Here is another bunch of atlantic driver new features and updates.
Shortlist:
- Me adding ethtool private flags for various loopback test modes,
- Nikita is doing some work here on power management, implementing new PM API,
He also did some checkpatch style cleanup of older driver parts.
- I'm also adding a new UDP GSO offload support and flags for loopback activation
- We are now Marvell, so I am changing email addresses on maintainers list.
Igor Russkikh (4):
net: atlantic: loopback tests via private flags
net: atlantic: stylistic renames
net: atlantic: implement UDP GSO offload
net: atlantic: change email domains to Marvell
Nikita Danilov (8):
net: atlantic: update firmware interface
net: atlantic: implement wake_phy feature
net: atlantic: refactoring pm logic
net: atlantic: add msglevel configuration
net: atlantic: adding ethtool physical identification
net: atlantic: add fw configuration memory area
net: atlantic: code style cleanup
net: atlantic: update flow control logic
.../device_drivers/aquantia/atlantic.txt | 46 +++-
MAINTAINERS | 4 +-
.../net/ethernet/aquantia/atlantic/Makefile | 7 -
.../net/ethernet/aquantia/atlantic/aq_cfg.h | 9 +-
.../ethernet/aquantia/atlantic/aq_ethtool.c | 235 ++++++++++++----
.../ethernet/aquantia/atlantic/aq_ethtool.h | 1 +
.../net/ethernet/aquantia/atlantic/aq_hw.h | 24 ++
.../ethernet/aquantia/atlantic/aq_hw_utils.c | 1 +
.../net/ethernet/aquantia/atlantic/aq_main.c | 15 +-
.../net/ethernet/aquantia/atlantic/aq_nic.c | 196 ++++++++------
.../net/ethernet/aquantia/atlantic/aq_nic.h | 24 +-
.../ethernet/aquantia/atlantic/aq_pci_func.c | 94 ++++++-
.../net/ethernet/aquantia/atlantic/aq_ptp.c | 6 +-
.../net/ethernet/aquantia/atlantic/aq_ring.c | 6 +-
.../net/ethernet/aquantia/atlantic/aq_ring.h | 7 +-
.../net/ethernet/aquantia/atlantic/aq_vec.c | 8 +-
.../aquantia/atlantic/hw_atl/hw_atl_a0.c | 43 +--
.../aquantia/atlantic/hw_atl/hw_atl_b0.c | 87 ++++--
.../aquantia/atlantic/hw_atl/hw_atl_llh.c | 26 ++
.../aquantia/atlantic/hw_atl/hw_atl_llh.h | 11 +
.../atlantic/hw_atl/hw_atl_llh_internal.h | 54 ++++
.../aquantia/atlantic/hw_atl/hw_atl_utils.c | 207 +++++++++-----
.../aquantia/atlantic/hw_atl/hw_atl_utils.h | 228 ++++++++--------
.../atlantic/hw_atl/hw_atl_utils_fw2x.c | 253 ++++++++++--------
24 files changed, 1080 insertions(+), 512 deletions(-)
--
2.17.1
next reply other threads:[~2019-11-01 12:17 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-01 12:17 Igor Russkikh [this message]
2019-11-01 12:17 ` [PATCH net-next 01/12] net: atlantic: update firmware interface Igor Russkikh
2019-11-01 12:17 ` [PATCH net-next 02/12] net: atlantic: implement wake_phy feature Igor Russkikh
2019-11-01 12:17 ` [PATCH net-next 03/12] net: atlantic: refactoring pm logic Igor Russkikh
2019-11-01 17:14 ` David Miller
2019-11-01 12:17 ` [PATCH net-next 04/12] net: atlantic: add msglevel configuration Igor Russkikh
2019-11-01 12:17 ` [PATCH net-next 05/12] net: atlantic: adding ethtool physical identification Igor Russkikh
2019-11-01 12:17 ` [PATCH net-next 06/12] net: atlantic: add fw configuration memory area Igor Russkikh
2019-11-01 12:17 ` [PATCH net-next 07/12] net: atlantic: loopback tests via private flags Igor Russkikh
2019-11-01 17:15 ` David Miller
2019-11-04 22:12 ` [EXT] " Igor Russkikh
2019-11-01 12:17 ` [PATCH net-next 08/12] net: atlantic: code style cleanup Igor Russkikh
2019-11-01 12:17 ` [PATCH net-next 09/12] net: atlantic: stylistic renames Igor Russkikh
2019-11-01 12:17 ` [PATCH net-next 10/12] net: atlantic: update flow control logic Igor Russkikh
2019-11-01 12:17 ` [PATCH net-next 11/12] net: atlantic: implement UDP GSO offload Igor Russkikh
2019-11-01 16:59 ` Eric Dumazet
2019-11-04 22:11 ` [EXT] " Igor Russkikh
2019-11-01 12:17 ` [PATCH net-next 12/12] net: atlantic: change email domains to Marvell 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.1572610156.git.irusskikh@marvell.com \
--to=irusskikh@marvell.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/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).