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 14:13:42 +0200 Message-ID: <5395A4F6.7050609@6wind.com> References: <1401905319-8882-1-git-send-email-cristian.dumitrescu@intel.com> <1401905319-8882-23-git-send-email-cristian.dumitrescu@intel.com> <53957A4E.6090401@6wind.com> <3EB4FA525960D640B5BDFFD6A3D891261B1C2354@IRSMSX102.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Cristian Dumitrescu Return-path: In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891261B1C2354-kPTMFJFq+rFP9JyJpTNKArfspsVTdybXVpNB7YpNyf8@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 Christian, > We need a message type defined for message passing between cores, and > pktmbuf is definitely not the right approach. Could you please explain why a pktmbuf is not the right approach? As proposed in http://dpdk.org/ml/archives/dev/2014-May/002759.html I think the control mbuf could be replaced by a packet mbuf or an application private structure. Regards, Olivier