netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 00/12] Aquantia Marvell atlantic driver updates 11-2019
@ 2019-11-07 22:41 Igor Russkikh
  2019-11-07 22:41 ` [PATCH v2 net-next 01/12] net: atlantic: update firmware interface Igor Russkikh
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Igor Russkikh @ 2019-11-07 22:41 UTC (permalink / raw)
  To: netdev@vger.kernel.org; +Cc: David S . Miller, Igor Russkikh

Hi David,

Here is a 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.

v2: styling, ip6 correct handling in udpgso

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   | 232 +++++++++-------
 .../net/ethernet/aquantia/atlantic/aq_nic.h   |  28 +-
 .../ethernet/aquantia/atlantic/aq_pci_func.c  |  95 ++++++-
 .../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      | 112 +++++---
 .../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, 1112 insertions(+), 546 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-11-08  3:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-07 22:41 [PATCH v2 net-next 00/12] Aquantia Marvell atlantic driver updates 11-2019 Igor Russkikh
2019-11-07 22:41 ` [PATCH v2 net-next 01/12] net: atlantic: update firmware interface Igor Russkikh
2019-11-07 22:41 ` [PATCH v2 net-next 02/12] net: atlantic: implement wake_phy feature Igor Russkikh
2019-11-07 22:41 ` [PATCH v2 net-next 03/12] net: atlantic: refactoring pm logic Igor Russkikh
2019-11-07 22:41 ` [PATCH v2 net-next 04/12] net: atlantic: add msglevel configuration Igor Russkikh
2019-11-07 22:41 ` [PATCH v2 net-next 05/12] net: atlantic: adding ethtool physical identification Igor Russkikh
2019-11-07 22:41 ` [PATCH v2 net-next 06/12] net: atlantic: add fw configuration memory area Igor Russkikh
2019-11-07 22:41 ` [PATCH v2 net-next 07/12] net: atlantic: loopback tests via private flags Igor Russkikh
2019-11-08  3:55   ` David Miller
2019-11-07 22:42 ` [PATCH v2 net-next 08/12] net: atlantic: code style cleanup Igor Russkikh
2019-11-07 22:42 ` [PATCH v2 net-next 09/12] net: atlantic: stylistic renames Igor Russkikh
2019-11-07 22:42 ` [PATCH v2 net-next 10/12] net: atlantic: update flow control logic Igor Russkikh
2019-11-07 22:42 ` [PATCH v2 net-next 11/12] net: atlantic: implement UDP GSO offload Igor Russkikh
2019-11-07 22:42 ` [PATCH v2 net-next 12/12] net: atlantic: change email domains to Marvell Igor Russkikh
2019-11-08  3:55 ` [PATCH v2 net-next 00/12] Aquantia Marvell atlantic driver updates 11-2019 David Miller

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