From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 65693A0C43; Fri, 26 Nov 2021 17:54:11 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 08FF841144; Fri, 26 Nov 2021 17:54:11 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id 3F8D3406FF for ; Fri, 26 Nov 2021 17:54:10 +0100 (CET) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id D9B2E5C0175; Fri, 26 Nov 2021 11:54:09 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Fri, 26 Nov 2021 11:54:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= Hc7GCUFIQQy5uN0BCiPVnVwlFxhg7JVXqNox3EqU8F4=; b=Y3mgGI94JVHfNjxk Hz52rcLjK6H2JiBl7Fs8QUXHi4Xv3R7AipK9mEJooT69P5EeVtfzWC744jfyvtHr JkZBYY27N/T9RMbkWaACSIb5RrKjEhITkwxxu0r4sBYGv/23CEmQLDfAvP86+mfD zNCvS7FVRLLySnotvdJv6TlyotZCMtiWEKiaymgTk7WX2mgfJoC+6MkK7pKK7uGj Yuzyt+u4/irdpHoR/LmGOJKFnQEZ0cyVs3oTLewO6Ske1laHjTa2XpSHWuTI4YRt O0RCPtpeA+qS/ZJvEQz+il5EYMmOYq78g/G1coc9W3mq6vJhrYzu5AxDYH8rnDxI diLPrQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=Hc7GCUFIQQy5uN0BCiPVnVwlFxhg7JVXqNox3EqU8 F4=; b=nXvErVdhp4jhzeb0ynJ87n+Qb2ZL5BRyCquMN3ID7niJmB9ITVrIfw+bl neooy+yb4M6H77RFlvaTGdRqZXLlns2UjYFpH5haEc5YY2Q9yiEPVDJkpXC9zJdL bICYhq483r0QYMiLaqSodObsLibDS10h6apZK4Pl+oA0zrc4oRW6gaiswg3WPdV4 eYdc4RZ4+rsgXYUzZLCj8UtfJwi+2Kvb/NPZaybgkxzON3hpqEsY/BqlBO5IzbqM rxc4BIby/fxt0lfPiIpapaUGYatixP62d9xON3Y38RP8Nf5pG8iH7kXIf8bg65t6 tHjAuInSL0MJ1H/rGJYuqLhFpq4Zg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrhedvgdelvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 26 Nov 2021 11:54:08 -0500 (EST) From: Thomas Monjalon To: "Power, Ciara" Cc: "dev@dpdk.org" , "Zhang, Roy Fan" , "aconole@redhat.com" , "Mcnamara, John" Subject: Re: [dpdk-dev] [PATCH v3] doc/guides: add details for new test structure Date: Fri, 26 Nov 2021 17:54:07 +0100 Message-ID: <2280091.bkzKxzg5bf@thomas> In-Reply-To: References: <20210517155517.806841-1-ciara.power@intel.com> <20211018145030.11433-1-ciara.power@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > >The testing guide is now updated to include details about using sub-testsuites. > >Some example code is given to demonstrate how they can be used. > > > >A note is also added to highlight the need for using vdev EAL args when > >running cryptodev tests. > > > >Signed-off-by: Ciara Power > > > >--- > >Depends-on: patch-101811 ("guides: add a guide for developing unit tests") > > > > Adding missed acks from v2. > > Acked-by: Fan Zhang > Acked-by: John McNamara Applied with few formatting changes, thanks.