From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v4 2/2] test/test: support default mempool autotest Date: Fri, 7 Apr 2017 17:42:42 +0200 Message-ID: <20170407174242.566625ce@platinum> References: <1491285429-1114-1-git-send-email-hemant.agrawal@nxp.com> <1491384934-5379-1-git-send-email-shreyansh.jain@nxp.com> <1491384934-5379-2-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , , To: Shreyansh Jain Return-path: Received: from mail-wr0-f172.google.com (mail-wr0-f172.google.com [209.85.128.172]) by dpdk.org (Postfix) with ESMTP id E315A559C for ; Fri, 7 Apr 2017 17:42:44 +0200 (CEST) Received: by mail-wr0-f172.google.com with SMTP id t20so112063591wra.1 for ; Fri, 07 Apr 2017 08:42:44 -0700 (PDT) In-Reply-To: <1491384934-5379-2-git-send-email-shreyansh.jain@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" 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