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