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 BAA07A0AC5 for ; Thu, 2 May 2019 17:59:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0B98B1B117; Thu, 2 May 2019 17:59:44 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 43E5E7CEB; Thu, 2 May 2019 17:59:42 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 May 2019 08:59:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,422,1549958400"; d="scan'208";a="342835760" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga006.fm.intel.com with ESMTP; 02 May 2019 08:59:40 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.30]) by IRSMSX106.ger.corp.intel.com ([169.254.8.235]) with mapi id 14.03.0415.000; Thu, 2 May 2019 16:59:39 +0100 From: "Mcnamara, John" To: Rami Rosen , "dev@dpdk.org" CC: "Trahe, Fiona" , "akhil.goyal@nxp.com" , "Kovacevic, Marko" , "stable@dpdk.org" Thread-Topic: [PATCH V3] doc: add guideines for initial PMD submission Thread-Index: AQHU8RpwJD6C0i3VhUOLJH5aIbD1fKZYHdVg Date: Thu, 2 May 2019 15:59:39 +0000 Message-ID: References: <20190412102651.5855-1-ramirose@gmail.com> In-Reply-To: <20190412102651.5855-1-ramirose@gmail.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmFjMGZkNzEtODRkOS00NDI1LTlmNmQtY2Q5MzMzZDk1ZTA5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicVQ0VHpOXC9aVnh6YTREcDZCNmhaNE5KUXVqdHI3XC85MVJ0Wm43SDBsYUlIZGRLYllqRUtLbkJLYmVXRlRYR3FMIn0= dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH V3] 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: <20190502155939.rNooDSvQbm0H-iFHTuA3Ud-WrUU932oVu5M46wnTVOw@z> > -----Original Message----- > From: Rami Rosen [mailto:ramirose@gmail.com] > Sent: Friday, April 12, 2019 11:27 AM > To: dev@dpdk.org > Cc: Trahe, Fiona ; akhil.goyal@nxp.com; Mcnamara, > John ; Kovacevic, Marko > ; stable@dpdk.org; Rami Rosen > > Subject: [PATCH V3] 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 example, for new network ethernet > PMDs it should be dpdk-next-net, and for new crypto PMDs it should be > dpdk-next-crypto. For other new PMDs, the contributor should refer to the > MAINTAINERS file. Though this may seem obvious, it is not mentioned in > DPDK documentation. >=20 Acked-by: John McNamara