From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 2/2] test/test: support default mempool autotest Date: Wed, 19 Apr 2017 15:10:33 +0200 Message-ID: <99538833.jVYFyhCjEX@xps> References: <1491285429-1114-1-git-send-email-hemant.agrawal@nxp.com> <1491384934-5379-2-git-send-email-shreyansh.jain@nxp.com> <20170407174242.566625ce@platinum> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier Matz , santosh.shukla@caviumnetworks.com, hemant.agrawal@nxp.com To: Shreyansh Jain Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 9AC41689E for ; Wed, 19 Apr 2017 15:10:35 +0200 (CEST) In-Reply-To: <20170407174242.566625ce@platinum> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 07/04/2017 17:42, Olivier Matz: > On Wed, 5 Apr 2017 15:05:34 +0530, Shreyansh Jain wrote: > > Mempool test currently supports: > > * ring_mp_mc > > * stack > > > > Adding a new default pool options. So, ring* + stack + default > > (which can be 'stack' or 'ring') > > > > * This way, whatever the value of RTE_MBUF_DEFAULT_MEMPOOL_OPS is set, > > > > it would be verified. > > > > * even if that means duplicating some test (for example when "stack" is > > > > set as default and it already part of standard test) > > > > Signed-off-by: Shreyansh Jain > > Reviewed-by: Santosh Shukla > > Acked-by: Olivier Matz Series applied, thanks