drivers/net/ethernet/wangxun/txgbevf

Wangxun 10/25/40 GbE SR-IOV virtual function NICs

Guest-side support for the virtual functions exposed by Wangxun's 10, 25, and 40 Gigabit Ethernet controllers (SP1000A, WX1820AL, WX5025, WX5040 and related parts) when those NICs are split among virtual machines using SR-IOV. Wangxun is a Chinese networking silicon vendor whose adapters are still being sold and updated in 2025.

keep conf=0.88 last_sold=2025 deploy=low replacement=none subsystem=net category=networking-ethernet
88%

recommendation

It should stay because the hardware is current product, not legacy: vendor datasheets and product pages were refreshed as recently as late 2025, and the driver itself saw nine substantive commits in 2025 adding features like ethtool support, adaptive interrupt coalescing, and receive-descriptor merging. Deployment is niche compared to mainstream Intel or Mellanox NICs, but active upstream development and ongoing sales make removal unjustified.

repository signals

3 files
357 source lines
9 commits, 5y
+366 / −0 lines added / removed, 5y
2 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 9 total · active in 4/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 5 commits · +349 −0 2025-08: 1 commit · +1 −0 2025-09: 1 commit · +4 −0 2025-10: 2 commits · +12 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. docs.kernel.org

    Upstream kernel documentation describes txgbevf as the Linux VF driver for Wangxun 10/25/40 Gigabit Ethernet devices and points users to the current vendor site/support contact.

  2. cateee.net

    LKDDb shows CONFIG_TXGBEVF present in current kernel series and lists PCI IDs for SP1000A, WX1820AL, WX5025/WX5025AL, and WX5040/WX5040AL virtual functions.

  3. net-swift.com

    The vendor's current product navigation still lists SP1000A, WX1820AL, and newer Wangxun Ethernet controller families, indicating the product line remains commercially active.

  4. net-swift.com

    Vendor product page published on 2024-12-03 markets WX5025 as a current 25GbE controller with SR-IOV support up to 128 VFs, matching this driver's virtualization use case.

  5. net-swift.com

    A vendor-hosted SP1000A datasheet revision published in late 2025 shows ongoing documentation maintenance for the supported 10GbE family.

codex reasoning notes (technical)

Local shell inspection confirmed this is a real PCI netdriver with module entry points and VF PCI IDs. Local `git -c safe.directory=... log` showed 9 substantive 2025 commits, including initial bring-up and later feature work (ethtool, adaptive coalescing, TX head write-back, RX desc merge), so upstream attention is active and not removal-oriented. URLs were obtained via `web.search_query`; local Kconfig/docs were read with shell `sed`. Deployment is rated low because this is a vendor-specific SR-IOV VF driver for Wangxun NICs, not a broad commodity guest NIC, but the hardware family is still being sold/documented in 2025 so deprecation is not justified.