drivers/net/ethernet/intel/ice/devlink

Intel ice driver devlink helper code

Support code inside Intel's ice Ethernet driver that wires the NIC into the kernel's devlink management framework, used for tasks like firmware updates, parameter tuning, and port splitting on Intel E810 and related 100 Gigabit Ethernet adapters.

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 subfolder of the Intel ice Ethernet driver containing devlink integration code (the kernel's device-management interface) for Intel's E800-series 100GbE NICs. It has no standalone hardware binding and only exists as a helper module inside the larger ice driver tree.

repository signals

6 files
3,817 source lines
43 commits, 5y
+4,341 / −524 lines added / removed, 5y
19 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 43 total · active in 19/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: 3 commits · +2,505 −439 2024-04: 3 commits · +178 −12 2024-05: 2 commits · +80 −10 2024-06: 2 commits · +128 −4 2024-07: 0 commits · +0 −0 2024-08: 8 commits · +604 −5 2024-09: 0 commits · +0 −0 2024-10: 2 commits · +15 −1 2024-11: 1 commit · +6 −2 2024-12: 6 commits · +733 −10 2025-01: 1 commit · +3 −0 2025-02: 1 commit · +3 −3 2025-03: 0 commits · +0 −0 2025-04: 2 commits · +41 −16 2025-05: 1 commit · +2 −0 2025-06: 1 commit · +3 −1 2025-07: 1 commit · +1 −1 2025-08: 1 commit · +1 −2 2025-09: 2 commits · +17 −4 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +10 −4 2025-12: 1 commit · +1 −0 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +10 −10 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: contains ice devlink support/helper code within the Intel ice Ethernet driver, not a standalone kernel-bound hardware driver with its own device binding or entry point.