From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id C329458CF for ; Sun, 5 Jun 2016 11:51:23 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id n184so52395350wmn.1 for ; Sun, 05 Jun 2016 02:51:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=xLQmOV2QOX2ycYOoyroc93JaH3oQVYKv0Qg7hnmsfA8=; b=ycP2ZkkzsV0HFO0wg6OikFZPAQ+ULkbfpdJcQOaRegH8eMDBQsVthC849F6aw9BBLD AnhXYLi4g8zY4qC7v4x+6exAuXv+pj64h/E9aDkpsUoZlL1c/Pa07xjmktTkJStKIBbj rRPWYd2JdxMAHCJdyQC73JDRhv2IaOy5zouPIvnvkGcA6WWHpI1pceivc0Nb75WFwqNz otSlkoMT9oOFqo9ZClvV6X1LJ7xHRHGM/+P7GMF7ePAQeRQ6bXnvx3WjWuKORjNMEXTS IN02ycoUy1oOBMIe1Qh36Zh6ZqscZcS+4UCYeYh2mKSqSeEfrLUWP2TwdNceuZ72V7RD WD7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=xLQmOV2QOX2ycYOoyroc93JaH3oQVYKv0Qg7hnmsfA8=; b=Io2cU4RpCa0u+4ZIMiN5UFejZh9lLjKYpH4STIyMDEKgrYE6Ayz0bICNgb0HcKjqq7 9krLiaICZv6ZTNU1j35O4Ha8Sn1mOznZvg73/CycZv2N5yZRzslW/mHRbsOUtNm849hU q6ya+hf4AcLX2SN1MBlMswmzKfzJdG9LCDlNaBcvYV/tK/eDp7QCNPHWJOAkzY12bU1J rbpZwkuY4GHcWc+nxtQ+xHHFTAsv/cABO4hOwL+GKD+Y0c0V8CArrKrZhtw300GTJ5rS rrgVkXYPGCvs1XhezVRp1FKdlWrPv+eALchLfjUgaUMp72zZ5JFe74VRsD9Bsv2Ww2Jx F88A== X-Gm-Message-State: ALyK8tIyOqO3F1f1PNJSRvMiVwE0qRGgyUvHzeqMVykLtzIoOBbeYaJ7cnFTZhqG+tWDrqZWeeJzpZsgfc45jw== X-Received: by 10.28.72.134 with SMTP id v128mr7077922wma.28.1465120283532; Sun, 05 Jun 2016 02:51:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.147.4 with HTTP; Sun, 5 Jun 2016 02:51:03 -0700 (PDT) In-Reply-To: References: <54CBAA185211B4429112C315DA58FF6DE536DB@IRSMSX103.ger.corp.intel.com> From: Ramin Najjarbashi Date: Sun, 5 Jun 2016 14:21:03 +0430 Message-ID: To: "Singh, Jasvinder" Cc: "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] dpdk pipeline multi app X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2016 09:51:23 -0000 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 wrote: > 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 >> > >