Skip to content

ixgbe: driver update for RHEL 9.3

Bugzilla: https://bugzilla.redhat.com/2153373
Depends: !2284
Depends: !2393

Update ixgbe driver for RHEL-9.3.0

Ken Cox (14):
  net: convert users of bitmap_foo() to linkmode_foo()
  net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
  ptp: introduce helpers to adjust by scaled parts per million
  ixgbe: change MAX_RXD/MAX_TXD based on adapter type
  ixgbe: Remove local variable
  ixgbe: Remove unneeded semicolon
  ixgbe: fix pci device refcount leak
  ixgbe: XDP: fix checker warning from rcu pointer
  ixgbe: Filter out spurious link up indication
  ixgbe: Use C45 mdiobus accessors
  ixgbe: fill IPsec state validation failure reason
  ixgbe: Remove redundant pci_enable_pcie_error_reporting()
  ixgbe: allow to increase MTU to 3K with XDP enabled
  ixgbe: add double of VLAN header when computing the max MTU

 drivers/net/ethernet/intel/ixgbe/ixgbe.h      | 12 +++-
 .../net/ethernet/intel/ixgbe/ixgbe_common.c   | 21 +++++-
 .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c  | 66 ++++++++++++++-----
 .../net/ethernet/intel/ixgbe/ixgbe_ipsec.c    | 21 +++---
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 60 +++++++++--------
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c  | 14 ++--
 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c  | 26 ++------
 7 files changed, 131 insertions(+), 89 deletions(-)

Signed-off-by: Ken Cox <jkc@redhat.com>
Edited by Ken Cox

Merge request reports