From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 5/7] app/testpmd: set preferred mempool as default pktpool Date: Fri, 26 Jan 2018 08:43:04 +0100 Message-ID: <2183973.nKaYhWdfH5@xps> References: <1516428908-5430-1-git-send-email-hemant.agrawal@nxp.com> <3743968.DGtd6nd38N@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "jerin.jacob@caviumnetworks.com" , "olivier.matz@6wind.com" , "santosh.shukla@caviumnetworks.com" , Pavan Nikhilesh To: Hemant Agrawal Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 4300F1B361 for ; Fri, 26 Jan 2018 08:43:52 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/01/2018 06:11, Hemant Agrawal: > > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > > > 22/01/2018 14:51, Hemant Agrawal: > > > From: Pavan Nikhilesh > > > > > > Set the mempool preferred by the ethernet devices as default mbuf > > > mempool before creating the pktpool. > > > > The patch is just adding a log. > > Something is not consistent. > > [Hemant] > Yes, this is intentional to know the chosen buffer pool name in testpmd logs. The title and the commit log suggest something else. Please adjust them to the patch content.