DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] filtering traffic and forward to os
@ 2015-03-11 12:35 Vasiliy Tolstov
  2015-03-11 12:57 ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Vasiliy Tolstov @ 2015-03-11 12:35 UTC (permalink / raw)
  To: dev

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 ?

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] filtering traffic and forward to os
  2015-03-11 12:35 [dpdk-dev] filtering traffic and forward to os Vasiliy Tolstov
@ 2015-03-11 12:57 ` Bruce Richardson
  2015-03-11 13:18   ` Vasiliy Tolstov
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Richardson @ 2015-03-11 12:57 UTC (permalink / raw)
  To: Vasiliy Tolstov; +Cc: dev

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@selfip.ru
> jabber: vase@selfip.ru

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] filtering traffic and forward to os
  2015-03-11 12:57 ` Bruce Richardson
@ 2015-03-11 13:18   ` Vasiliy Tolstov
  0 siblings, 0 replies; 3+ messages in thread
From: Vasiliy Tolstov @ 2015-03-11 13:18 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev

2015-03-11 15:57 GMT+03:00 Bruce Richardson <bruce.richardson@intel.com>:
> 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.)


Thanks!

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-11 13:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11 12:35 [dpdk-dev] filtering traffic and forward to os Vasiliy Tolstov
2015-03-11 12:57 ` Bruce Richardson
2015-03-11 13:18   ` Vasiliy Tolstov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).