[dpdk-dev] Sharing NIC port between Linux and DPDK

2015-01-19 Thread Deepak Sehrawat
Hi All, What are the various means available (as of now) to share a NIC port between Linux and DPDK applications? Idea is to separate control packets and data packets; using Linux userspace application to process control packets while DPDK application to access/process data packets (same NIC port

[dpdk-dev] Fast Path Query

2015-01-14 Thread Deepak Sehrawat
t; > Regards, > Helin > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Deepak Sehrawat > > Sent: Wednesday, January 14, 2015 2:16 PM > > To: dev at dpdk.org > > Subject: [dpdk-dev] Fast Path Query > > > > Hi

[dpdk-dev] Fast Path Query

2015-01-14 Thread Deepak Sehrawat
Hi All, I have a use-case where my slow path application (control path) is to run on Linux where as my data path is to run as DPDK application. Because both control and data packets are going to be received via same NIC card, how will these two flows be separated and passed on to Linux control app