From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 300941B1BA for ; Wed, 14 Feb 2018 00:20:59 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9909E21224; Tue, 13 Feb 2018 18:20:58 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 13 Feb 2018 18:20:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=zOA6Xchai/SCl41gAE907578jN 7XCS7f58duD+fhFJg=; b=AtODuOA6A8lAe/pTF9EekGpJS/FFCrNrXa6M4kc4e/ 13Ak/uXFA1LDtyJH2zW+U2KWA6IrPdXxLypPO31gwZwQrzyTAgqw6mV2Ey9hBpRf MFTPghyENKgOM5tHFGHuiU6Q5YDNXgxNeIqyM4ZmbONLAM3Njo3OSkCCt7PLJD2a g= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=zOA6Xc hai/SCl41gAE907578jN7XCS7f58duD+fhFJg=; b=NeSjfG7Tibhdgwze8+55vR +WW52GXR+UCPKeM9u67BKwYfrtvKu0YxbVtg67uiOSG8n60hStcwAwXE2lkb89Gq DZHT+GtAwegpv2DzxoCoqfQIASkaRAfXexZa4/QciOqN1LssGlkYgVTbKctoAMI+ za0bX1AGsxUYAVLmu2aEVJIvkl4CLegG/vDnTLqzi6i/WOQ066wPRgiwXXLON4Rb 6CLBhRkqEo9YiwZP3O7mY3HiOYNPODOx2ezoiJMu4qdWmAIjODYVrentGHSV46uE JZnIm7yaP67KYAbIE22ggVB0btKryDIQx9da6R3oH0GZ9nAnj6zbAuMOfmWNZ75g == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4AD8D246D5; Tue, 13 Feb 2018 18:20:58 -0500 (EST) From: Thomas Monjalon To: "Power, Ciara" Cc: dev@dpdk.org, "Mcnamara, John" , "Kovacevic, Marko" Date: Wed, 14 Feb 2018 00:20:48 +0100 Message-ID: <8511519.gfQTraiWvA@xps> In-Reply-To: References: <1518512912-149012-1-git-send-email-ciara.power@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: add maintainers section to the contributors guide 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: , X-List-Received-Date: Tue, 13 Feb 2018 23:20:59 -0000 > > Add a maintainers section to the contributors guide to have a low tech > > location to check/link to the current maintainers. This file is included > > dynamically from the MAINTAINERS file in the root directory of the DPDK > > source when the docs are built. This also allows us to link to the file > > from other sections of the docs. > > > > Signed-off-by: Ciara Power > > This will be useful. > > Acked-by: John McNamara You find it more useful than http://dpdk.org/browse/dpdk/plain/MAINTAINERS ? Applied, thanks