i want to use *dpdk* to received pkt in data-plane and process pkts in pipeline like this. how we can arrive to this architecture? Every client is different like IPS, Firewall, DPI and else. it's look like ip_pipeline example or multi-process sample but each client has a different functionality (like rxtx_callbacks or other binary file) ip_pipeline architecture can not run customized binary like rxtx_callbacks.
On 1 June 2016 at 11:09, Ramin Najjarbashi <ramin.najarbashi at gmail.com> wrote: > tnx > but i want to run other process like rxtx_callbacks or customized script. > > On 31 May 2016 at 17:42, Singh, Jasvinder <jasvinder.singh at intel.com> > wrote: > >> Hi Ramin, >> >> >> > -----Original Message----- >> > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ramin Najjarbashi >> > Sent: Tuesday, May 31, 2016 8:19 AM >> > To: dev at dpdk.org >> > Subject: [dpdk-dev] dpdk pipeline multi app >> > >> > hi >> > how we can arrive to this architecture? >> > Every client is different like IPS, Firewall, DPI and else. >> > >> > >> > http://stackoverflow.com/questions/37539194/dpdk-pipeline-multi-app >> >> Have a look at example/ip_pipeline sample app. It contains various packet >> processing modules such as flow-classification firewall, flow-actions, >> routing, etc., developed using similar template. >> >> Jasvinder >> > >