From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 0/2] Dynamically configure mempool handle Date: Fri, 06 Oct 2017 20:58:11 +0200 Message-ID: <4534380.chpSaHVNn8@xps> References: <20171001091440.10232-2-santosh.shukla@caviumnetworks.com> <20171006074530.12521-1-santosh.shukla@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com, jerin.jacob@caviumnetworks.com, hemant.agrawal@nxp.com To: Santosh Shukla Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A61851B264 for ; Fri, 6 Oct 2017 20:58:12 +0200 (CEST) In-Reply-To: <20171006074530.12521-1-santosh.shukla@caviumnetworks.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" > Santosh Shukla (2): > eal: allow user to override default pool handle > ethdev: get the supported pool for a port I had not reviewed it before yesterday. It seems functionnally ready. I have some reserves about naming and placing but I could try to address them later. Applied, thanks