User-space E1000 driver library News
Brought to you by:
maxk
LibE1000 is a user-space library for Intel Gigabit Ethernet adapters. It implements an "OS bypass" mechanism,
where fast path processing and rx/tx data transfers are done without kernel assistance (i.e. no system calls).
This method reduces SW overhead of the data transfers to virtually zero. The library is useful for hard realtime,
and high performance application with strict low latency and overhead requirements.... read more
Minor updates to the library and support for Linux kernel v2.6.21.
Release includes RPM package for Fedora 7
This is the first official release of the LibE1000 library. It includes kernel patches for 2.6.18.x kernels.