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 3F25CA0C41; Wed, 17 Nov 2021 11:57:38 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2CE0A41174; Wed, 17 Nov 2021 11:57:38 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mails.dpdk.org (Postfix) with ESMTP id 48C9E41153 for ; Wed, 17 Nov 2021 11:57:37 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A82EC5C0193; Wed, 17 Nov 2021 05:57:36 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 17 Nov 2021 05:57:36 -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= Sl8yHvJpfs6yt5ox995PyeR8zxk5e35IAU+YkMUJq3A=; b=WHxIrsgwhediAHKh NI8VfYjwoXgFtWploJ8jsCPgtki/uKm5WQ3scD6Xp8F+fGh6k1Ax/nt76xGN0Nld VShKeAPOpWailzpjRnXEN1T6Bfj66xe4xpvbrDjUZ/7pYH00HwjtJA3OMO0K77iv qVcVMaTO9cPXRmb5QjIqpGTArJoxzqqdoyNufBcIeSSTEtAvmCR9IoZJOMMkh4e3 MHg1EeGufOtwOwTXPx+JwT7lTjNzEGPWgv9buzACTcakEP8bwaSi0VgDdiI1oKHu x/Dsf3Eiy2gT30Gq51+K+2eO6LeUtugwY0zGcGEzWYTGeUlpEx8rjSXHjwTQaoaP CvTHuA== 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=Sl8yHvJpfs6yt5ox995PyeR8zxk5e35IAU+YkMUJq 3A=; b=GdQ2cj+t9HCM9jKcLqshrO+mwayU0SL5CiH0Ijd70lXcYm+23/HFI14oD YAJs54u1WCblZkr+pFjFFHsBeKJr4MD32X2L7pPpo3wkBFoc2kbnGSP3AP+jBTb3 DShGp0LUqcIMAL5RETqKQp6fgCJ+4iTzqLTeRHXJru3Tq6HBzFVfIgxN11ETVufI Qe8NlVAkVO+4MClZlE5KRnNxyP8hK0ZP5jeA6NjAbexsd77MsSXnmzgFTd2mfUNM EHsVATkU1kPfJigMZf2MyHdQFT0VBMmhj8fnV77Rbk9gmx4DzZ7qZUsg/8Z1ygvz xAg/rYtgPGFfeL5yu45MhnmpzUL+w== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrfeeggddujecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 17 Nov 2021 05:57:35 -0500 (EST) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org, xiaoyun.li@intel.com, bruce.richardson@intel.com, jingjing.wu@intel.com Subject: Re: [dpdk-dev] [PATCH 1/2] doc: add policy for adding vendor PMD specific examples Date: Wed, 17 Nov 2021 11:57:34 +0100 Message-ID: <8528808.eD8Z8DXeHQ@thomas> In-Reply-To: <20210526074712.9270-1-hemant.agrawal@nxp.com> References: <20210526074712.9270-1-hemant.agrawal@nxp.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 26/05/2021 09:47, Hemant Agrawal: > This patch update the dpdk sample app policy to support > vendor PMD specific test examples in the respective drivers > sub-directory in examples. Please could you add a link to the decision in techboard minutes? > Signed-off-by: Hemant Agrawal > --- > doc/guides/sample_app_ug/intro.rst | 16 ++++++++++++---- > 1 file changed, 12 insertions(+), 4 deletions(-) > > diff --git a/doc/guides/sample_app_ug/intro.rst b/doc/guides/sample_app_ug/intro.rst > index 8ff223b16c..fd34e7790d 100644 > --- a/doc/guides/sample_app_ug/intro.rst > +++ b/doc/guides/sample_app_ug/intro.rst > @@ -58,10 +58,6 @@ examples are highlighted below. > forwarding Graph, or ``l3fwd_graph`` application does forwarding based on IPv4 > like a simple router with DPDK Graph framework. > > -* :doc:`Hardware packet copying`: The Hardware packet copying, > - or ``ioatfwd`` application demonstrates how to use IOAT rawdev driver for > - copying packets between two threads. > - > * :doc:`Packet Distributor`: The Packet Distributor > demonstrates how to distribute packets arriving on an Rx port to different > cores for processing and transmission. > @@ -94,3 +90,15 @@ examples are highlighted below. > There are many more examples shown in the following chapters. Each of the > documented sample applications show how to compile, configure and run the > application as well as explaining the main functionality of the code. > + > +Driver specific Sample Application > +---------------------------------- > + > +There are case where exiting sample applications may not be suitable to test typo: existing > +a new driver contribution. In such cases a new driver specific sample application > +can be added to specific drivers sub-directory in the examples folder with prior > +approval from DPDK technical board. e.g. > + > +* :doc:`Hardware packet copying`: The Hardware packet copying, > + or ``ioat`` application demonstrates how to use IOAT rawdev driver for > + copying packets between two threads. This example is now generic and renamed as examples/dma.