public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, netdev@vger.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>
Subject: [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2023-05-17 (ice, MAINTAINERS)
Date: Wed, 17 May 2023 09:55:25 -0700	[thread overview]
Message-ID: <20230517165530.3179965-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to ice driver and MAINTAINERS file.

Paul refactors PHY to link mode reporting and updates some PHY types to
report more accurate link modes for ice.

Dave removes mutual exclusion policy between LAG and SR-IOV in ice
driver.

Jesse updates link for Intel Wired LAN in the MAINTAINERS file.

The following are changes since commit af2eab1a824349cfb0f6a720ad06eea48e9e6b74:
  dt-bindings: net: nxp,sja1105: document spi-cpol/cpha
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Dave Ertman (1):
  ice: Remove LAG+SRIOV mutual exclusion

Jesse Brandeburg (1):
  MAINTAINERS: update Intel Ethernet links

Paul Greenwalt (3):
  ice: update ICE_PHY_TYPE_HIGH_MAX_INDEX
  ice: refactor PHY type to ethtool link mode
  ice: update PHY type to ethtool link mode mapping

 .../device_drivers/ethernet/intel/ice.rst     |  18 -
 MAINTAINERS                                   |   5 +-
 drivers/net/ethernet/intel/ice/ice.h          |  20 +-
 .../net/ethernet/intel/ice/ice_adminq_cmd.h   |   2 +-
 drivers/net/ethernet/intel/ice/ice_ethtool.c  | 309 ++----------------
 drivers/net/ethernet/intel/ice/ice_ethtool.h  | 105 ++++++
 drivers/net/ethernet/intel/ice/ice_lag.c      |  12 -
 drivers/net/ethernet/intel/ice/ice_lag.h      |  54 ---
 drivers/net/ethernet/intel/ice/ice_lib.c      |   2 -
 drivers/net/ethernet/intel/ice/ice_sriov.c    |   4 -
 10 files changed, 144 insertions(+), 387 deletions(-)
 create mode 100644 drivers/net/ethernet/intel/ice/ice_ethtool.h

-- 
2.38.1


             reply	other threads:[~2023-05-17 16:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17 16:55 Tony Nguyen [this message]
2023-05-17 16:55 ` [PATCH net-next 1/5] ice: update ICE_PHY_TYPE_HIGH_MAX_INDEX Tony Nguyen
2023-05-17 16:55 ` [PATCH net-next 2/5] ice: refactor PHY type to ethtool link mode Tony Nguyen
2023-05-17 16:55 ` [PATCH net-next 3/5] ice: update PHY type to ethtool link mode mapping Tony Nguyen
2023-05-17 16:55 ` [PATCH net-next 4/5] ice: Remove LAG+SRIOV mutual exclusion Tony Nguyen
2023-05-24 12:08   ` Jiri Pirko
2023-05-17 16:55 ` [PATCH net-next 5/5] MAINTAINERS: update Intel Ethernet links Tony Nguyen
2023-05-19  3:10 ` [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2023-05-17 (ice, MAINTAINERS) patchwork-bot+netdevbpf

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=20230517165530.3179965-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.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