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 C12E1A00E6 for ; Mon, 13 May 2019 22:00:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 619F64C95; Mon, 13 May 2019 22:00:20 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 949352BC1; Mon, 13 May 2019 22:00:19 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1D5D922E6B; Mon, 13 May 2019 16:00:19 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 13 May 2019 16:00:19 -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=CUKl6nJB/Ezz9Gw7RSu58aJ5kkau0O+/d67TVgLseWk=; b=iwzicJdg0w+9 twecX3KJTE+YhuMbcxQupFEGi6Q+81zVKr6gj1iOv+Gu/KR0sBtz7Yf2keL3BnkD MvwMNtWh5lqplqvcMAeW4Xkuif8qYe4AJVv/x9l/QwhVZXXnGtXyNwuO6GLAHLeF n5F6aGdKO7YSf/wGBDXI+eF/nR7fAf4= 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=fm2; bh=CUKl6nJB/Ezz9Gw7RSu58aJ5kkau0O+/d67TVgLse Wk=; b=vZ5qYqKiPzwBxRKNmGn9fN+1zsnV4sqz6nlpGZFaA96E4nJvFTryFOtS5 /hqpN6xedy3gTszJOXFVR+cVIDBq5xUTGo6BYsHuQdEVj0p/CtnM6ZqKGzgjwUfN nWqsu2F+AYgmY4yXBTo/2V4LwH/uJG1etBq8jjyZWU62xEW51f0KgPJp6+HFIjTu 62KJacZNAPiXUHgNehsfnxtsmETyzRgbI3aSzkAxjv4qPxr7kqBE5wvjqfLmJziz 68bLRKIS9wS4Y/8MRAcw2jPnLXj2NWdUxQcBr1HNjSn/BZxGeNSB08xnWnZWHr/b UWde0bwVeb3JbXWiuXM55bL4rC6XQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrleeggddugeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpeguphgukhdrohhrghenucfkphepjeejrddufeegrddvtdefrddukeegnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtne cuvehluhhsthgvrhfuihiivgeptd 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 BE07C80068; Mon, 13 May 2019 16:00:15 -0400 (EDT) From: Thomas Monjalon To: "Mcnamara, John" , Rami Rosen Cc: dev@dpdk.org, "Trahe, Fiona" , "akhil.goyal@nxp.com" , "Kovacevic, Marko" , "stable@dpdk.org" Date: Mon, 13 May 2019 22:00:12 +0200 Message-ID: <3530037.gNTOrFtKmq@xps> In-Reply-To: References: <20190412102651.5855-1-ramirose@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" 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: <20190513200012.iraTZI32afuiUwzjWpg39fct9DKYOF_P6qKqiRW2jEo@z> 02/05/2019 17:59, Mcnamara, John: > 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 The MAINTAINERS file is already part of the documentation: http://doc.dpdk.org/guides/contributing/patches.html#dpdk-maintainers Should we add a reference to this chapter?