From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH 6/7] test/stack: add non-blocking stack tests Date: Mon, 25 Feb 2019 12:28:28 +0100 Message-ID: <20190225112828.nc6sewwjsnrlnazy@platinum> References: <20190222160655.3346-1-gage.eads@intel.com> <20190222160655.3346-7-gage.eads@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, arybchenko@solarflare.com, bruce.richardson@intel.com, konstantin.ananyev@intel.com, gavin.hu@arm.com, Honnappa.Nagarahalli@arm.com, nd@arm.com, thomas@monjalon.net To: Gage Eads Return-path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 61725292D for ; Mon, 25 Feb 2019 12:28:30 +0100 (CET) Content-Disposition: inline In-Reply-To: <20190222160655.3346-7-gage.eads@intel.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 Fri, Feb 22, 2019 at 10:06:54AM -0600, Gage Eads wrote: > This commit adds non-blocking stack variants of stack_autotest > (stack_nb_autotest) and stack_perf_autotest (stack_nb_perf_autotest), > which differ only in that the non-blocking versions pass the STACK_F_NB > flag to all rte_stack_create() calls. > > Signed-off-by: Gage Eads Reviewed-by: Olivier Matz