6 ms·
How does this compare to DPDK?
by ppoint 12y ago
How does this compare to DPDK?
- signa11 12y agothis is seems to be an offshoot/extension of pf-ring. apart from performing packet operations in userland also defines a language with functional-composition (take a packet, return an 'enriched' packet) for further processing e.g. fanout/io etc. ast from pfq/lang application gets translated into appropriate structures, in the kernel, and gets executed on top of the driver...