From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 0/8] Infrastructure to support octeontx HW mempool manager Date: Fri, 06 Oct 2017 22:00:25 +0200 Message-ID: <5083056.TqPOBBFpVS@xps> References: <20170907153042.30890-1-santosh.shukla@caviumnetworks.com> <20171001092902.10842-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 985612B88 for ; Fri, 6 Oct 2017 22:00:27 +0200 (CEST) In-Reply-To: <20171001092902.10842-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 (8): > mempool: remove unused flags argument > mempool: change flags from int to unsigned int > mempool: add flags arg in xmem size and usage > doc: remove mempool notice > mempool: get the mempool capability > mempool: detect physical contiguous object in pool > mempool: introduce block size align flag > mempool: notify memory area to pool Applied, thanks