iflib is a common Ethernet driver framework that encapsulates several software structures that were being duplicated poorly in vendor Ethernet drivers. Particularly, it has a lockless soft-ring derived from cxgbe(4).
- iflib(4) man page contains information helpful to system administrators.
- iflib(9) has links to developer information on the interfaces and writing device drivers.