From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 0B73168BB for ; Mon, 9 Jun 2014 11:10:49 +0200 (CEST) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=[192.168.0.10]) by mail.droids-corp.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1WtvdP-0003No-Hp; Mon, 09 Jun 2014 11:12:58 +0200 Message-ID: <53957A4E.6090401@6wind.com> Date: Mon, 09 Jun 2014 11:11:42 +0200 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.4.0 MIME-Version: 1.0 To: Cristian Dumitrescu , dev@dpdk.org References: <1401905319-8882-1-git-send-email-cristian.dumitrescu@intel.com> <1401905319-8882-23-git-send-email-cristian.dumitrescu@intel.com> In-Reply-To: <1401905319-8882-23-git-send-email-cristian.dumitrescu@intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [v2 22/23] Packet Framework IPv4 pipeline sample 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: Mon, 09 Jun 2014 09:10:49 -0000 Hi Cristian, On 06/04/2014 08:08 PM, Cristian Dumitrescu wrote: > This Packet Framework sample application illustrates the capabilities of the Intel DPDK Packet Framework toolbox. > > It creates different functional blocks used by a typical IPv4 framework like: flow classification, firewall, routing, etc. > > CPU cores are connected together through standard interfaces built on SW rings, which each CPU core running a separate pipeline instance. > > Please refer to Intel DPDK Sample App Guide for full description. > > Signed-off-by: Cristian Dumitrescu Would it be possible to replace the ctrlmbuf by something else (a pktmbuf for instance)? As you know this would conflict if we want to remove the ctrlmbuf from the rte_mbuf structure. Regards, Olivier