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 9C36842DE2; Thu, 6 Jul 2023 07:00:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2CFBF40A79; Thu, 6 Jul 2023 07:00:43 +0200 (CEST) Received: from mail-vk1-f173.google.com (mail-vk1-f173.google.com [209.85.221.173]) by mails.dpdk.org (Postfix) with ESMTP id 9CBCB40144 for ; Thu, 6 Jul 2023 07:00:41 +0200 (CEST) Received: by mail-vk1-f173.google.com with SMTP id 71dfb90a1353d-47dcf42d3a0so1035636e0c.1 for ; Wed, 05 Jul 2023 22:00:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1688619641; x=1691211641; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=tecAvXkz1gYNA8fWGdPzss2tKoUhgnKHln5rFdGPvsc=; b=LZW8A3AZwcWnB7EHNSFQeU8vPvO7/u9l5a2r0Q5vR4ONOjfW8dyy8y6uohSuu/DfqT OFl00tphzLyRdJQZU8Q+FEQUMrja4jF8MXjxnoq+B38UHbdMpYEmYHAYCKSGSPdIxrd3 GDQiCqwGSQbW+T4KCnwZxdUdVQINJ3cU2meGdH0FvSb3HepsGZ/ueCOyXMvZlgZi3ETd 66j2T7tG+XjZTo99ZLTBP/hzv8A7eYOHoNHA0kax6cQNhbyCWgpZLmU8LtLhHLPwnA3W guIDomS+kVfT46PcVPMS0LkpfmNFiwdW3V8qKVcr2WZDpiughfd8WWbQTBAJWZfH1Hao lbpQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688619641; x=1691211641; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=tecAvXkz1gYNA8fWGdPzss2tKoUhgnKHln5rFdGPvsc=; b=LbczlTEgVZMmX00N4ETpsqEoUUui4yi4u1i3MKhd/7ofqZQMAylx27DfbW55JN8gKz JoHQGMx/BgFa4S8WIQ0D45VVn9bx1k8RK8CITb1Ck3Hu1yGAoQKnaD2SQSXZoR4Pc7gc hOBlhCKdD0QPzvVNJTnw1zEz84K3HCQ0vIuNvMZnzX5tP4uf65OmvSMCMKU8SPO9Frio /G/gbev8gGJJgceJSjGxqlJB6KNLtBg8LbagiOfKI7cPB/yU8yxfwHAReHHDqGfXk7aK wqQqSoBWTKJJZ3zLoMORqPQuHTAWpoZoI19kXNtVlixDbwYKSBlPFHcibnrQyzd1QAOq ZAqw== X-Gm-Message-State: ABy/qLYKip+jjlPlbBBEzMCKqJdBYoxDBQwSRvX9V6EhFAvgXgtg458D MF0Zv9/vmtJV5h/b5gurQAn+KSD3ms8/12RjTDk= X-Google-Smtp-Source: APBJJlHxWENjxPJyh/r3jf0q/zUqaKmNeq7yacxBjiP51LyrAUBE102E1dEgY3ZY+Zo2gj0juvW86dG3QVBgsFUFykE= X-Received: by 2002:a05:6122:3114:b0:458:8ee3:cad9 with SMTP id cg20-20020a056122311400b004588ee3cad9mr1617890vkb.8.1688619640919; Wed, 05 Jul 2023 22:00:40 -0700 (PDT) MIME-Version: 1.0 References: <20210526074712.9270-1-hemant.agrawal@nxp.com> <20230705095626.31177-1-hemant.agrawal@nxp.com> In-Reply-To: <20230705095626.31177-1-hemant.agrawal@nxp.com> From: Jerin Jacob Date: Thu, 6 Jul 2023 10:30:14 +0530 Message-ID: Subject: Re: [v2 1/2] doc: add policy for adding vendor PMD specific examples To: Hemant Agrawal Cc: thomas@monjalon.net, dev@dpdk.org, stephen@networkplumber.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 On Wed, Jul 5, 2023 at 3:26=E2=80=AFPM Hemant Agrawal wrote: > > This patch update the dpdk sample app policy to support > vendor PMD specific test examples in the respective drivers > sub-directory in examples. > > Signed-off-by: Hemant Agrawal > Acked-by: Jerin Jacob > --- > doc/guides/sample_app_ug/intro.rst | 12 ++++++++++++ Policy docs are getting added to contributors section. Please move to that = area. Example: http://patches.dpdk.org/project/dpdk/patch/20230518132139.1350234-= 1-jerinj@marvell.com/ > 1 file changed, 12 insertions(+) > > diff --git a/doc/guides/sample_app_ug/intro.rst b/doc/guides/sample_app_u= g/intro.rst > index e765f1fd6b..279aecdfda 100644 > --- a/doc/guides/sample_app_ug/intro.rst > +++ b/doc/guides/sample_app_ug/intro.rst > @@ -94,3 +94,15 @@ examples are highlighted below. > There are many more examples shown in the following chapters. Each of th= e > documented sample applications show how to compile, configure and run th= e > application as well as explaining the main functionality of the code. > + > +Driver specific Sample Application > +---------------------------------- > + > +There are cases where existing sample applications may not be suitable t= o test > +a new driver contribution. In such cases a new driver specific sample ap= plication > +can be added to specific drivers sub-directory in the examples folder wi= th prior > +approval from DPDK technical board. e.g. > + > +* :doc:`NTB Sample Application`: The NTB Sample Application, > + or ``ntb`` application demonstrates how to use NTB rawdev driver for > + packet based processing between two systems.. > -- > 2.17.1 >