drivers/net/ethernet/mellanox/mlx5/core/en/xsk

Mellanox mlx5 AF_XDP zero-copy support code

An internal subdirectory of the Mellanox mlx5 Ethernet driver that implements AF_XDP (XSK) zero-copy socket support, used to accelerate packet processing on ConnectX-4 and later 25/40/50/100/200/400 GbE NICs from Mellanox/NVIDIA.

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 helper subtree inside the mlx5 Ethernet driver that adds AF_XDP zero-copy fast-path support. It has no independent existence and is built and shipped as part of the broader mlx5_core/mlx5e driver.

repository signals

8 files
1,011 source lines
74 commits, 5y
+496 / −326 lines added / removed, 5y
19 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 74 total · active in 26/61 months
2021 2022 2023 2024 2025 2026 2021-04: 4 commits · +8 −82 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 1 commit · +1 −1 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +15 −1 2021-11: 0 commits · +0 −0 2021-12: 2 commits · +3 −3 2022-01: 6 commits · +18 −18 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 2 commits · +3 −5 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 1 commit · +14 −0 2022-08: 0 commits · +0 −0 2022-09: 17 commits · +194 −85 2022-10: 7 commits · +71 −32 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 5 commits · +77 −39 2023-02: 3 commits · +6 −4 2023-03: 1 commit · +8 −2 2023-04: 2 commits · +6 −6 2023-05: 0 commits · +0 −0 2023-06: 1 commit · +1 −1 2023-07: 1 commit · +4 −1 2023-08: 3 commits · +9 −9 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 1 commit · +16 −1 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +7 −7 2024-02: 2 commits · +7 −7 2024-03: 1 commit · +4 −2 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +2 −2 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: 2 commits · +4 −4 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: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 1 commit · +1 −1 2025-10: 2 commits · +2 −2 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 2 commits · +7 −2 2026-02: 4 commits · +8 −9 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: this is an internal AF_XDP/XSK support subdirectory within the mlx5 Ethernet driver, not a standalone kernel-bound hardware driver.