All of lore.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 2024-01-02 (ixgbe, i40e)
Date: Tue,  2 Jan 2024 14:24:18 -0800	[thread overview]
Message-ID: <20240102222429.699129-1-anthony.l.nguyen@intel.com> (raw)

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


             reply	other threads:[~2024-01-02 22:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-02 22:24 Tony Nguyen [this message]
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

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=20240102222429.699129-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.