[dpdk-dev] filtering traffic and forward to os

Bruce Richardson bruce.richardson at intel.com
Wed Mar 11 13:57:58 CET 2015


On Wed, Mar 11, 2015 at 03:35:44PM +0300, Vasiliy Tolstov wrote:
> I'm interesting in dpdk to filter traffic.
> My use-case - i have server with 10Gbit uplink and i want to add it
> port via dpdk to ovs, filter traffic and forward it to OS (i need to
> able to ssh in this port :( )
> Does it possible after processing packet in dpdk forward it to kernel ?

To forward packets from DPDK into kernel, look at the KNI library. (For a more
standard, but lower performing option, TUN/TAP might be an option, see the 
exception path example.)

Regards,
/Bruce

> 
> -- 
> Vasiliy Tolstov,
> e-mail: v.tolstov at selfip.ru
> jabber: vase at selfip.ru


More information about the dev mailing list