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 F0B881BAC8 for ; Wed, 11 Apr 2018 00:03:04 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8678A2164A; Tue, 10 Apr 2018 18:03:04 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 10 Apr 2018 18:03:04 -0400 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=ZGysUzdQ6rDj/skodwhbUFIuSA DZBQSLx2k8gnZJ0H8=; b=eDCnlCPVF7m29kHvdgqNImPvl8PdmnrhztpScOXzL3 YVQIeSff6ndH+u0nj1RGu+kE/HJvmpbC9+whKCIEKhSK1MOW2YLZLCvH9tQYU+LJ i+WeNuMSSye9OAQ8nOr9uOpgolxGmVLwDrC0aNySOnmL3XNxK68N2O8jM1+Ph/Dx 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=ZGysUz dQ6rDj/skodwhbUFIuSADZBQSLx2k8gnZJ0H8=; b=dBYIV+1xUKAqPOcz0nKtV3 7eZqV98hxR3eUAueW+MzvDhyJ0kFGRiL8EVJVnH0rA/Dbqq+YcqmaMBAX8B6BLdU G4qz3lu11muQqoB3Dic6jhXydcvb85b1F79Gz7ztoaCvOBKoK2Ro2T9Bs/nauwQd 3EiXjRoMU+WLIfJMAD46OE71kkDcFGvbiaqmrHmuaUvY+9J0BQXMdR2WBqWG64TG nKhjfkD0t3kW9z/G+hMv+YWe6/Gzaf7sro+wNeCgBbdcb0orEeMWPB8S2y3njwHx CfGx6gds/hZ4l25oyt+ua32JcPn4LV2JgPo/Gc7wdArIcFiw9NEP/dqkUos6ieeQ == 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 D63E6E4833; Tue, 10 Apr 2018 18:03:03 -0400 (EDT) From: Thomas Monjalon To: Pablo de Lara Cc: dev@dpdk.org, Ferruh Yigit Date: Wed, 11 Apr 2018 00:03:02 +0200 Message-ID: <24571679.a9il41UL3l@xps> In-Reply-To: References: <20180328193040.11554-1-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] maintainers: call out subtree committers 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, 10 Apr 2018 22:03:05 -0000 30/03/2018 12:40, Ferruh Yigit: > On 3/28/2018 8:30 PM, Pablo de Lara wrote: > > The MAINTAINERS file contains information of the maintainers > > of the different components on DPDK. > > However, it does not give any information on who maintains the > > different subtrees which accept new commits for these components. > > > > This commit adds a list of the subtree committers. > > > > Signed-off-by: Pablo de Lara > > Acked-by: Ferruh Yigit Applied, thanks