From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3691DA0471 for ; Sun, 11 Aug 2019 11:34:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 47FB13257; Sun, 11 Aug 2019 11:34:27 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 6D4DDDE3 for ; Sun, 11 Aug 2019 11:34:25 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EEB0820E94; Sun, 11 Aug 2019 05:34:24 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 11 Aug 2019 05:34:24 -0400 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=mesmtp; bh=QumP0NOgFfBP5LrUsdR825OAjI+rAfYCvaqjDIeYX1A=; b=YZczf7gpoczk JmyI1TY1bnLEZ+Jd769sEBetTK8hT2316qHbTco26ckqw7WSDETykH8FTGIp+H0S 2bXEp/Wv7n0nvF5+Bez2xINSgnYFn3cFBwmAq1iUQObpfCz7gVhwkb4itGbM0KrA frP/WX1tw8w/uhP9lh9gawfOdSsJ9UY= 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=fm3; bh=QumP0NOgFfBP5LrUsdR825OAjI+rAfYCvaqjDIeYX 1A=; b=TZQ8umouDdibtg18LYDO8LH2xFolSUbhwczAWBLSulCTTLj/2NzizImTe Sw8yVXduf19FGB54w+9JOFnPlnJuXF+kHUcDQsBBC7cbQIzdP6KvM7M/EFw8Mema UePY1ITznwD5o0rvnXtGcZY9BohhIk1+tqB37lhHcN2bfj5yAcBPp3xSOurxpP/m iADGWNeDdmdIH9/GlWT7+90sd0pggsJ8QsPoHi0hcQtZXtCaLOOtWO+2oeUzUbuY 45p9yGTYAbTQlEiJlZ2pS8qMsoW/TRjLW4Y6wx3ttsLgjDq9+AF3DFShS7SLMITU ehKHGkfwCQqMpWAPbOTEKdyShXsQQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddvvddgudekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AA6EB8005C; Sun, 11 Aug 2019 05:34:23 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: "Mcnamara, John" , "Trahe, Fiona" , "akhil.goyal@nxp.com" , "Kovacevic, Marko" Date: Sun, 11 Aug 2019 11:34:21 +0200 Message-ID: <2087326.YFfPAhf2Ud@xps> In-Reply-To: References: <20190412102651.5855-1-ramirose@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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" > From: Rami Rosen [mailto:ramirose@gmail.com] > > > 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. > > Acked-by: John McNamara Acked-by: Thomas Monjalon Applied Last contribution, last commit closing the release. Thank you Rami, you will be missed.