netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2024-01-02 (ixgbe, i40e)
@ 2024-01-02 22:24 Tony Nguyen
  2024-01-02 22:24 ` [PATCH net-next 1/5] ixgbe: report link state for VF devices Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Nguyen @ 2024-01-02 22:24 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

This series contains updates to ixgbe and i40e drivers.

Ovidiu Panait adds reporting of VF link state to ixgbe.

Jedrzej removes uses of IXGBE_ERR* codes to instead use standard error
codes.

Andrii modifies behavior of VF disable to properly shut down queues on
i40e.

Simon Horman removes, undesired, use of comma operator for i40e.

The following are changes since commit 954fb2d2d49f46e1d9861c45731e26bdeb081695:
  Merge branch 'remove-retired-tc-uapi'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 10GbE

Andrii Staikov (1):
  i40e: Fix VF disable behavior to block all traffic

Jedrzej Jagielski (2):
  ixgbe: Refactor overtemp event handling
  ixgbe: Refactor returning internal error codes

Ovidiu Panait (1):
  ixgbe: report link state for VF devices

Simon Horman (1):
  i40e: Avoid unnecessary use of comma operator

 .../net/ethernet/intel/i40e/i40e_ethtool.c    |   2 +-
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    |  32 ++++
 .../ethernet/intel/i40e/i40e_virtchnl_pf.h    |   1 +
 .../net/ethernet/intel/ixgbe/ixgbe_82598.c    |  36 ++---
 .../net/ethernet/intel/ixgbe/ixgbe_82599.c    |  61 ++++----
 .../net/ethernet/intel/ixgbe/ixgbe_common.c   | 145 ++++++++---------
 .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c  |   2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |  42 +++--
 drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c  |  34 ++--
 drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h  |   1 -
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c  | 105 +++++++------
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h  |   2 +-
 .../net/ethernet/intel/ixgbe/ixgbe_sriov.c    |   3 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |  43 +----
 drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c |  44 +++---
 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c | 148 +++++++++---------
 16 files changed, 342 insertions(+), 359 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2024-01-04  2:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-02 22:24 [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2024-01-02 (ixgbe, i40e) Tony Nguyen
2024-01-02 22:24 ` [PATCH net-next 1/5] ixgbe: report link state for VF devices Tony Nguyen
2024-01-02 22:24 ` [PATCH net-next 2/5] ixgbe: Refactor overtemp event handling Tony Nguyen
2024-01-02 22:24 ` [PATCH net-next 3/5] ixgbe: Refactor returning internal error codes Tony Nguyen
2024-01-02 22:24 ` [PATCH net-next 4/5] i40e: Fix VF disable behavior to block all traffic Tony Nguyen
2024-01-02 22:24 ` [PATCH net-next 5/5] i40e: Avoid unnecessary use of comma operator Tony Nguyen
2024-01-04  2:10 ` [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2024-01-02 (ixgbe, i40e) patchwork-bot+netdevbpf

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