drivers/net/ethernet/huawei/hinic3

Huawei HiNIC3 SPx data-center Ethernet adapters

Huawei's HiNIC3-generation server NICs, marketed as the SPx series (SP670, SP680, SP681, SP623Q, SP226D), covering 10, 25, 100, and 200 Gbps Ethernet PCIe cards aimed at modern data-center and cloud deployments with SR-IOV virtual functions for guest VMs.

keep conf=0.89 deploy=medium replacement=none subsystem=net category=networking-ethernet
89%

recommendation

It should stay in the kernel because the hardware is current Huawei data-center silicon: Huawei was still publishing new firmware and driver packages for the SP670/SP680/SP681/SP623Q/SP226D adapters in April 2025, the upstream code is receiving feature work and fixes, and a matching DPDK poll-mode driver was being merged in 2025. This is a newly upstreamed, actively maintained driver for hardware that is shipping today.

repository signals

45 files
13,415 source lines
48 commits, 5y
+13,794 / −332 lines added / removed, 5y
9 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 48 total · active in 7/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: 2 commits · +3,579 −2 2025-06: 2 commits · +10 −13 2025-07: 0 commits · +0 −0 2025-08: 8 commits · +3,740 −76 2025-09: 15 commits · +3,925 −88 2025-10: 1 commit · +1 −1 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 15 commits · +2,468 −73 2026-02: 5 commits · +71 −79 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. docs.kernel.org

    Kernel documentation describes hinic3 as a current data-center NIC family supporting 10/25/100GE and multiple form factors, with PF/VF PCI IDs 19e5:0222 and 19e5:375f.

  2. support.huawei.cn

    Huawei published hinic3 source package 'IN220 2.4.0.1' on 2025-04-28 for SP670/SP680/SP681/SP623Q/SP226D, indicating active vendor support for shipping hardware in 2025.

  3. mails.dpdk.org

    DPDK accepted/iterated a 2025 hinic3 PMD series for Huawei SPx adapters, describing 25/100/200Gbps support and showing active ecosystem enablement rather than retirement.

  4. cateee.net

    LKDDb shows CONFIG_HINIC3 present in recent upstream kernels and identifies the Huawei PCI device family handled by the driver.

codex reasoning notes (technical)

Shell inspection of Kconfig and hinic3_lld.c confirmed this is a real PCI Ethernet driver for Huawei HiNIC3. Shell `git -c safe.directory=... log -- drivers/net/ethernet/huawei/hinic3` showed the directory is very new, with feature additions and fixes continuing through 2026-02-07; `git log --diff-filter=D --summary -- ...` showed no removal/deletion history. Web `search_query` found the kernel docs page, Huawei support download page, DPDK mailing-list archive, and LKDDb page. The combined evidence points to an actively maintained, newly upstreamed data-center NIC driver with current vendor-backed hardware, so deprecation/removal is not justified.