Cornelis Omni-Path 100 (HFI1) host fabric adapters
Host fabric adapter hardware for Omni-Path, a 100 Gbps HPC interconnect originally launched by Intel around 2015 and now sold and supported by Cornelis Networks. It is used in supercomputers and research clusters as an alternative to InfiniBand for low-latency message passing between compute nodes.
recommendation
It should stay in the kernel because the hardware is still actively sold and supported by Cornelis Networks in 2025, and upstream development continues: the chip.c file alone has seen well over a hundred commits since 2021, with cleanup and feature work landing as recently as 2025 and 2026. Real-world deployments are niche — this is specialized HPC fabric gear, not commodity networking — but the driver is clearly maintained and has a commercial backer behind it.
repository signals
sources
- lore.kernel.org
linux-rdma still sees substantive 2025 hfi1 work from Cornelis; the series removes the opa_vnic subfeature, not the whole hfi1 driver.
- lore.kernel.org
hfi1 received normal 2025 upstream cleanup/maintenance patches, indicating the driver is still maintained.
- cornelisnetworks.com
Cornelis was still marketing Omni-Path 100 hardware and software, including host adapters, on a page crawled in late 2025/early 2026; this supports 'still sold new in 2025'.
- cornelisnetworks.com
Cornelis OPX software remains an actively marketed software stack for this fabric family, reinforcing that hfi1-backed deployments still exist in a niche HPC market.
codex reasoning notes (technical)
Local source inspection via exec_command showed Kconfig now names this 'Cornelis OPX Gen1 support' and help text says 'low-level driver for Cornelis OPX Gen1 adapter'; older file headers still reference Intel, matching the Intel Omni-Path 100 lineage. lore_file_timeline on drivers/infiniband/hw/hfi1/chip.c showed 146 touches since 2021 with newest activity in 2026-03 and multiple 2024-2025 events, so the driver is active. The 2025/2026 lore URLs were obtained from lore_file_timeline output; they show targeted subfeature cleanup, not whole-driver removal. The Cornelis URLs were obtained from web search results and show current product marketing for Omni-Path 100/CN-100HFA-class hardware and OPX software. Recommendation is 'keep' because upstream attention is ongoing and the hardware family is still commercially supported, though present-day deployments are likely low because this is a specialized HPC interconnect rather than broad commodity hardware.