drivers/net/ethernet/wangxun/libwx

Wangxun libwx shared Ethernet helper library

Common code shared between Wangxun's Linux Ethernet NIC drivers, factored out so that the gigabit (ngbe) and 10-gigabit (txgbe) chip drivers can reuse register definitions, hardware setup routines, and other plumbing. It does not control hardware by itself; it only exists to support the sibling driver modules.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=net category=not-a-driver
100%

recommendation

This is not actually a driver directory; it is a shared helper library used internally by Wangxun's Ethernet drivers (such as ngbe and txgbe) to hold common code. It is built and pulled in by those drivers rather than binding to hardware on its own, so it falls outside the scope of driver-by-driver removal decisions.

repository signals

20 files
12,617 source lines
140 commits, 5y
+13,644 / −1,019 lines added / removed, 5y
20 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 140 total · active in 35/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: 5 commits · +1,329 −4 2022-11: 1 commit · +0 −2 2022-12: 0 commits · +0 −0 2023-01: 6 commits · +458 −293 2023-02: 10 commits · +3,062 −7 2023-03: 3 commits · +24 −7 2023-04: 1 commit · +4 −1 2023-05: 5 commits · +1,212 −14 2023-06: 2 commits · +6 −1 2023-07: 3 commits · +8 −69 2023-08: 3 commits · +29 −1 2023-09: 1 commit · +100 −0 2023-10: 1 commit · +377 −2 2023-11: 2 commits · +6 −4 2023-12: 2 commits · +7 −78 2024-01: 8 commits · +766 −48 2024-02: 1 commit · +1 −1 2024-03: 1 commit · +4 −4 2024-04: 1 commit · +1 −1 2024-05: 4 commits · +79 −5 2024-06: 3 commits · +180 −12 2024-07: 4 commits · +10 −7 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +3 −3 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 1 commit · +11 −13 2025-02: 6 commits · +1,402 −67 2025-03: 2 commits · +40 −25 2025-04: 9 commits · +1,725 −27 2025-05: 13 commits · +127 −71 2025-06: 1 commit · +1 −1 2025-07: 16 commits · +1,795 −40 2025-08: 6 commits · +189 −69 2025-09: 6 commits · +343 −70 2025-10: 4 commits · +321 −21 2025-11: 3 commits · +5 −16 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +4 −13 2026-02: 4 commits · +15 −22 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: vendor-internal helper library subtree (`libwx`) under Wangxun Ethernet drivers, not a standalone kernel-bound device driver.