From mboxrd@z Thu Jan 1 00:00:00 1970 From: Deepak Sehrawat Subject: Fast Path Query Date: Wed, 14 Jan 2015 11:46:06 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 and DPDK data path app respectively? In short I want to understand how NIC received packets are separated between Linux Eth driver and PMD (poll mode driver) of DPDK? Thanks for the help in advance. Thanks, Deepak