]> git.itanic.dy.fi Git - linux-stable/commit
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorJakub Kicinski <kuba@kernel.org>
Thu, 4 Jan 2024 02:07:59 +0000 (18:07 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 4 Jan 2024 02:08:00 +0000 (18:08 -0800)
commita562a0272ccec75191001fb138956fd1bf2c5f93
tree9d8e6283eee2942ce95816ead8817f6200b15a2f
parent09f9d7a87c70beb47e1dca10ee6ac6685da73aac
parent55f96e8bbea09afbd0ce95cc281ec2597ddafb81
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2024-01-02 (ixgbe, i40e)

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.

* '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue:
  i40e: Avoid unnecessary use of comma operator
  i40e: Fix VF disable behavior to block all traffic
  ixgbe: Refactor returning internal error codes
  ixgbe: Refactor overtemp event handling
  ixgbe: report link state for VF devices
====================

Link: https://lore.kernel.org/r/20240102222429.699129-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>