All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] net/txgbe: fill in functionality gaps for Amber-Lite NICs
@ 2025-10-23 12:13 Zaiyu Wang
  2025-10-23 12:13 ` [PATCH 1/6] net/txgbe: add Amber-Lite 25G VF IDs to PCI ID map Zaiyu Wang
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Zaiyu Wang @ 2025-10-23 12:13 UTC (permalink / raw)
  To: dev; +Cc: Zaiyu Wang

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(-)

-- 
2.21.0.windows.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-10-24 22:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-23 12:13 [PATCH 0/6] net/txgbe: fill in functionality gaps for Amber-Lite NICs Zaiyu Wang
2025-10-23 12:13 ` [PATCH 1/6] net/txgbe: add Amber-Lite 25G VF IDs to PCI ID map Zaiyu Wang
2025-10-23 12:13 ` [PATCH 2/6] net/txgbe: add flush operation for Amber-Lite NICs Zaiyu Wang
2025-10-23 12:13 ` [PATCH 3/6] net/txgbe: add RSS register selection for Amber-Lite 25G VF Zaiyu Wang
2025-10-23 12:13 ` [PATCH 4/6] net/txgbe: add BME reset " Zaiyu Wang
2025-10-23 12:13 ` [PATCH 5/6] net/txgbe: add check link for Amber-Lite VF Zaiyu Wang
2025-10-23 12:13 ` [PATCH 6/6] net/txgbe: add PF-triggered VF link status change handling Zaiyu Wang
2025-10-24 22:49 ` [PATCH 0/6] net/txgbe: fill in functionality gaps for Amber-Lite NICs Stephen Hemminger

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.