From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 0/7] Dynamic HW Mempool Detection Support Date: Mon, 29 Jan 2018 19:03:07 +0100 Message-ID: <3168760.3vBR0SIxXU@xps> References: <1516629083-13967-1-git-send-email-hemant.agrawal@nxp.com> <1517213449-678-1-git-send-email-hemant.agrawal@nxp.com> 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 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 49ECE1B88C for ; Mon, 29 Jan 2018 19:03:54 +0100 (CET) In-Reply-To: <1517213449-678-1-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 29/01/2018 09:10, Hemant Agrawal: > Hemant Agrawal (6): > eal: prefix mbuf pool ops name with user defined > mbuf: maintain user and compile time mempool ops name > mbuf: add pool ops name selection API helpers > mbuf: pktmbuf pool create helper for specific mempool ops > dpaa: register dpaa as platform HW mempool on runtime > dpaa2: register dpaa2 as platform HW mempool on runtime > > Pavan Nikhilesh (1): > app/testpmd: add debug to print preferred mempool ops Applied, thanks