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 BBC91A0096 for ; Wed, 10 Apr 2019 12:06:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F182F4F94; Wed, 10 Apr 2019 12:06:17 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 7FE644F90; Wed, 10 Apr 2019 12:06:16 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Apr 2019 03:06:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,332,1549958400"; d="scan'208";a="159874830" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga002.fm.intel.com with ESMTP; 10 Apr 2019 03:06:14 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 10 Apr 2019 11:06:13 +0100 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.115]) by irsmsx111.ger.corp.intel.com ([169.254.2.85]) with mapi id 14.03.0415.000; Wed, 10 Apr 2019 11:06:13 +0100 From: "Trahe, Fiona" To: Rami Rosen , "dev@dpdk.org" CC: "Yigit, Ferruh" , "De Lara Guarch, Pablo" , "akhil.goyal@nxp.com" , "Mcnamara, John" , "Kovacevic, Marko" , "stable@dpdk.org" , "Trahe, Fiona" Thread-Topic: [dpdk-dev] [PATCH] doc: add guideines for initial PMD submission Thread-Index: AQHU7vrbfXhzHbdX3E2IbybSBNcWs6Y1KwSw Date: Wed, 10 Apr 2019 10:06:12 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B4358973D6A7@IRSMSX101.ger.corp.intel.com> References: <20190409173635.5127-1-ramirose@gmail.com> In-Reply-To: <20190409173635.5127-1-ramirose@gmail.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzdkMDljODYtZjIwYi00NzRjLThjMDQtNTE4YjM2M2NhNjUzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOU5rdlNhUEUwRDNYZTNySlFJWmsrSERSQTRxZGZYaFliMTl0VnJLemUzUmI0Yk1IM3dyVmZET1wvM0dQSCtGRHUifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: add guideines for initial PMD submission 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: <20190410100612.FypbX5N1YwZqQx_rFD95KUxzpYBwDTkB_T46vqTfZaU@z> Hi Rami, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Tuesday, April 9, 2019 6:37 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; De Lara Guarch, Pablo ; > akhil.goyal@nxp.com; Mcnamara, John ; Kovacevic,= Marko > ; Rami Rosen ; stable@dpdk= .org > Subject: [dpdk-dev] [PATCH] doc: add guideines for initial PMD submission >=20 > This patch for DPDK Contributor's Guidelines indicates the repos > against which a new PMD should be prepared; for new network ethernet > PMDs it should be dpdk-next-net, and for new crypto PMDs > it should be dpdk-next-crypto. Though this may seem obvious, it > is not mentioned in DPDK documentation. >=20 > Cc: stable@dpdk.org > Signed-off-by: Rami Rosen > --- > doc/guides/contributing/patches.rst | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributin= g/patches.rst > index d8404e623..4dde8e724 100644 > --- a/doc/guides/contributing/patches.rst > +++ b/doc/guides/contributing/patches.rst > @@ -148,6 +148,10 @@ Make your planned changes in the cloned ``dpdk`` rep= o. Here are some > guidelines >=20 > * If you add new files or directories you should add your name to the ``= MAINTAINERS`` file. >=20 > +* If you add a new network PMD you should prepare the initial submission= against dpdk-next-net repo. > + > +* If you add a new crypto PMD you should prepare the initial submission = against dpdk-next-crypto repo. [Fiona] Good idea to add this patch. However despite the name crypto is act= ual broader.... so maybe "If you add a new crypto or compression PMD.... "