From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [v2 22/23] Packet Framework IPv4 pipeline sample app Date: Mon, 09 Jun 2014 11:11:42 +0200 Message-ID: <53957A4E.6090401@6wind.com> References: <1401905319-8882-1-git-send-email-cristian.dumitrescu@intel.com> <1401905319-8882-23-git-send-email-cristian.dumitrescu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: Cristian Dumitrescu , dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1401905319-8882-23-git-send-email-cristian.dumitrescu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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