Is it possible to perform kernel bypass and have a NIC send data to the user space (where I will write my network stack) with no copying, without having to purchase a specialised Solarflare etc NIC?
Asked
Active
Viewed 1,426 times
1 Answers
1
Yes, see netmap(4) manual page:
http://www.manualpages.de/FreeBSD/FreeBSD-8.3-RELEASE/man4/netmap.4.html
Linux also has netmap AFAIK.
Mikhail Kupchik
- 2,521