From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ramin Najjarbashi Subject: Re: dpdk pipeline multi app Date: Wed, 1 Jun 2016 11:09:50 +0430 Message-ID: References: <54CBAA185211B4429112C315DA58FF6DE536DB@IRSMSX103.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: "dev@dpdk.org" To: "Singh, Jasvinder" Return-path: Received: from mail-vk0-f53.google.com (mail-vk0-f53.google.com [209.85.213.53]) by dpdk.org (Postfix) with ESMTP id 064C52BA8 for ; Wed, 1 Jun 2016 08:40:10 +0200 (CEST) Received: by mail-vk0-f53.google.com with SMTP id d127so13766877vkh.2 for ; Tue, 31 May 2016 23:40:09 -0700 (PDT) In-Reply-To: <54CBAA185211B4429112C315DA58FF6DE536DB@IRSMSX103.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" tnx but i want to run other process like rxtx_callbacks or customized script. On 31 May 2016 at 17:42, Singh, Jasvinder wrote: > Hi Ramin, > > > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ramin Najjarbashi > > Sent: Tuesday, May 31, 2016 8:19 AM > > To: dev@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 >