HiSilicon iBMC Gigabit Ethernet controller (hibmcge)
A Gigabit Ethernet interface exposed over PCIe by the baseboard management controller (iBMC) on Huawei and HiSilicon servers, including TaiShan and Kunpeng systems. The MAC sits on the BMC side and the host sees it as a standard PCI network device (vendor/device 19e5:3730), typically used for out-of-band or passthrough management traffic on currently shipping enterprise hardware.
recommendation
It should stay because the driver is new, actively maintained, and tied to server hardware Huawei is still selling in 2025. Upstream netdev traffic from mid- and late-2025 shows ongoing feature work, including PHY-less operation and ACPI PHY support, and the underlying iBMC management hardware remains a current product line on TaiShan servers.
repository signals
sources
- cateee.net
LKDDb identifies CONFIG_HIBMCGE as 'Hisilicon BMC Gigabit Ethernet Device Support', tied to PCI ID 19e5:3730 and boards such as the HIBMC-210.
- spinics.net
The upstream submission introducing the driver describes hibmcge as a passthrough network device whose software runs on the host while the MAC hardware is on the BMC side over PCIe.
- spinics.net
A July 1, 2025 net-next v4 series adds new hibmcge functionality ('support scenario without PHY'), showing active upstream feature work rather than retirement.
- spinics.net
A December 15, 2025 RFC patch adds ACPI-related PHY-device support for hibmcge, indicating continued maintenance after initial merge.
- e.huawei.com
Huawei's enterprise iBMC product page was still live in 2025, supporting the view that Huawei server BMC hardware remains a current product area.
- support.huawei.com
Huawei server documentation updated July 11, 2025 still documents iBMC on current TaiShan servers, indicating ongoing deployments of iBMC-equipped systems.
codex reasoning notes (technical)
Local shell `rg` inspection confirmed this is a real PCI Ethernet driver with module entry points and PCI ID 19e5:3730 in hbg_main.c. Web search (targeting lore/spinics equivalents because lore MCP/lei were unavailable here) found active 2025-2026 netdev patch traffic for hibmcge and no returned removal/deprecation series. LKDDb page was obtained via web search and ties the driver to HIBMC-210-class hardware. Huawei iBMC product/docs pages were obtained via web search and show the underlying server-management hardware family is still current in 2025. Because the driver is new, actively developed, and tied to still-deployed server BMC hardware with no natural upstream replacement, the recommendation is keep.