From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5C489A2F6B for ; Tue, 8 Oct 2019 10:07:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D251E1BFC4; Tue, 8 Oct 2019 10:07:43 +0200 (CEST) Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 351A51BFB8 for ; Tue, 8 Oct 2019 10:07:43 +0200 (CEST) Received: from glumotte.dev.6wind.com (unknown [10.16.0.195]) by proxy.6wind.com (Postfix) with ESMTP id D94C43297D1; Tue, 8 Oct 2019 10:07:42 +0200 (CEST) Date: Tue, 8 Oct 2019 10:07:42 +0200 From: Olivier Matz To: Joyce Kong Cc: dev@dpdk.org, nd@arm.com, thomas@monjalon.net, jerinj@marvell.com, bruce.richardson@intel.com, hemant.agrawal@nxp.com, honnappa.nagarahalli@arm.com, gavin.hu@arm.com Message-ID: <20191008080742.GO7277@glumotte.dev.6wind.com> References: <1547033502-3167-2-git-send-email-gavin.hu@arm.com> <1568006340-8180-1-git-send-email-joyce.kong@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1568006340-8180-1-git-send-email-joyce.kong@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH v7] test/ring: ring perf test case enhancement X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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 Mon, Sep 09, 2019 at 01:19:00PM +0800, Joyce Kong wrote: > Run ring perf test on all available cores to really verify MPMC operations. > The old way of running on a pair of cores is not enough for MPMC rings. > > Suggested-by: Gavin Hu > Signed-off-by: Joyce Kong > Reviewed-by: Ruifeng Wang > Reviewed-by: Honnappa Nagarahalli > Reviewed-by: Dharmik Thakkar > Reviewed-by: Ola Liljedahl > Reviewed-by: Gavin Hu Acked-by: Olivier Matz