[PATCH 24.11 0/2] net/txgbe: backport fixes
Zaiyu Wang
zaiyuwang at trustnetic.com
Wed Jul 8 13:53:42 CEST 2026
This patchset backports two net/txgbe fixes from main branch to 24.11
stable branch.
During backporting, compilation errors were encountered due to API and
macro differences between main and 24.11 branches. These have been
resolved as follows:
- Patch 1: The original main branch commit used the RTE_CLASS_TO_BUS_DEVICE
macro, which is not yet available in 24.11. The backport has been
adapted to use the equivalent API available in 24.11.
- Patch 2: The original main branch commit references the txgbe_mac_aml
and txgbe_mac_aml40 device models, which were introduced in 25.11.
These references have been removed in the backport as the corresponding
hardware support is not present in 24.11.
The backported patches have been verified to compile successfully on the
24.11 stable branch.
Zaiyu Wang (2):
net/txgbe: fix link flow control config for Sapphire
net/txgbe: fix mass of unknown interrupts
drivers/net/txgbe/base/txgbe_hw.c | 3 +--
drivers/net/txgbe/txgbe_rxtx.c | 30 +++++++++++++++++-------------
2 files changed, 18 insertions(+), 15 deletions(-)
--
2.55.0.windows.2
More information about the stable
mailing list