Shared helper code used by Chelsio's cxgb3, cxgb4, and related Terminator-series Ethernet and RDMA drivers. It bundles common routines (such as PPM/PPOD page-pod management and connection helpers) that the actual Chelsio NIC drivers link against, rather than driving any hardware on its own.
This is not actually a driver directory; it is an internal support library that the real Chelsio Ethernet and offload drivers depend on. Its fate is tied to those drivers, so it should be evaluated alongside cxgb3/cxgb4 rather than on its own.
repository signals
5files
1,170source lines
3commits, 5y
+7 / −6lines added / removed, 5y
3authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 3 total · active in 3/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: `libcxgb` is an internal Chelsio support/library subdirectory rather than a standalone kernel-bound hardware driver entry point.