On Thu, 23 Oct 2025 20:13:49 +0800 Zaiyu Wang <[email protected]> wrote:
> This patchset adds missing functionality for Amber-Lite NICs in the txgbe > driver, > addressing previously overlooked features to improve support for these > devices, > particularly for the VF. > > Zaiyu Wang (6): > net/txgbe: add Amber-Lite 25G VF IDs to PCI ID map > net/txgbe: add flush operation for Amber-Lite NICs > net/txgbe: add RSS register selection for Amber-Lite 25G VF > net/txgbe: add BME reset for Amber-Lite 25G VF > net/txgbe: add check link for Amber-Lite VF > net/txgbe: add PF-triggered VF link status change handling > > drivers/net/txgbe/base/txgbe_mbx.h | 2 + > drivers/net/txgbe/base/txgbe_regs.h | 16 +++++- > drivers/net/txgbe/base/txgbe_vf.c | 52 ++++++++++++----- > drivers/net/txgbe/txgbe_ethdev_vf.c | 87 +++++++++++++++++++++++++++-- > 4 files changed, 136 insertions(+), 21 deletions(-) > Queued to next-net

