August 02, 2016 3:01PM
Introducing the p0f BPF compiler
TCP
Tips
Programming
Two years ago we blogged about our love of BPF (BSD packet filter) bytecode. Today we are very happy to open source another component of the bpftools: our p0f BPF compiler!...
December 17, 2015 2:15PM
Partial kernel bypass merged into netmap main
Programming
Linux
In a previous post we described our work on a new netmap mode called single-rx-queue. After submitting the pull request, the netmap maintainers told us that the patch was interesting, but they would prefer something more configurable instead of a tailored custom mode....
October 09, 2015 11:26AM
Single RX queue kernel bypass in Netmap for high packet rate networking
Tech Talks
Open Source
Programming
Deep Dive
In a previous post we discussed the performance limitations of the Linux kernel network stack. We detailed the available kernel bypass techniques allowing user space programs to receive packets with high throughput....