From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 67683A0096 for ; Thu, 14 Mar 2019 09:00:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 41B3F4C95; Thu, 14 Mar 2019 09:00:43 +0100 (CET) Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 419AA2C28 for ; Thu, 14 Mar 2019 09:00:42 +0100 (CET) Received: from lfbn-1-5920-128.w90-110.abo.wanadoo.fr ([90.110.126.128] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h4LKO-0005ie-4H; Thu, 14 Mar 2019 09:03:01 +0100 Received: by droids-corp.org (sSMTP sendmail emulation); Thu, 14 Mar 2019 09:00:40 +0100 Date: Thu, 14 Mar 2019 09:00:40 +0100 From: Olivier Matz To: Gage Eads 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 Message-ID: <20190314080040.4tsgqhzdgwgpme2h@platinum> References: <20190305164256.2367-1-gage.eads@intel.com> <20190306144559.391-1-gage.eads@intel.com> <20190306144559.391-4-gage.eads@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline In-Reply-To: <20190306144559.391-4-gage.eads@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v3 3/8] test/stack: add stack test 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" Message-ID: <20190314080040._fwmBd2uy_T99ddInhte3OKsObGcoucgTOfI865NsEU@z> On Wed, Mar 06, 2019 at 08:45:54AM -0600, Gage Eads wrote: > stack_autotest performs positive and negative testing of the stack API, and > exercises the push and pop datapath functions with all available lcores. > > Signed-off-by: Gage Eads Reviewed-by: Olivier Matz