National Instruments XGE Management MAC Ethernet controller
A 10 Gigabit Ethernet management MAC built into National Instruments FPGA-based test and measurement hardware, such as the PXIe-6592 SFP+ module. It is a niche embedded controller used in industrial instrumentation rather than a general-purpose network card.
recommendation
Worth keeping but documenting its niche, because while the user base is small and confined to National Instruments instrumentation gear, the hardware is still being sold and supported in 2025 and the driver received real bugfixes as recently as July 2025 (a missing DMA-map check) and December 2024 (a NULL-dereference fix). That ongoing maintenance shows it is not abandoned code, but an annotation noting the NI-specific embedded use would help future readers understand why such an obscure driver lives in the tree.
repository signals
sources
- lore.kernel.org
The nixge driver still received an upstream net bugfix in July 2025 ('Add missing check after DMA map').
- lore.kernel.org
The nixge driver received a NULL-dereference fix in December 2024, indicating real maintenance rather than pure treewide churn.
- ni.com
NI had an actively maintained 10 Gbps SFP+ FPGA/serial product page updated on 2025-07-18, supporting the view that related NI high-speed Ethernet-capable hardware is still sold in 2025.
- knowledge.ni.com
NI support content for the PXIe-6592 SFP+ hardware was updated on 2024-06-10, consistent with ongoing vendor support for this niche class of NI hardware.
codex reasoning notes (technical)
Local source read via shell shows this is an OF-only NI-specific platform driver with compatibles 'ni,xge-enet-2.00'/'ni,xge-enet-3.00' and module description 'National Instruments XGE Management MAC', implying narrow embedded/instrumentation use rather than commodity NIC deployment. Lore evidence was obtained with lore_file_timeline on drivers/net/ethernet/ni/nixge.c and shows substantive fixes in 2024 and 2025, with no removal discussion surfaced, so this is not removal-candidate dead code. NI product/support URLs were obtained via web search; they do not prove this exact MAC IP block ships broadly, but they support continued 2025 sales/support of related NI SFP+/FPGA hardware. Result: niche but still maintained, so keep with annotation rather than deprecate/remove.