From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5BA867CCD
 for <dev@dpdk.org>; Fri, 22 Sep 2017 15:46:25 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 717A320D82;
 Fri, 22 Sep 2017 09:46:24 -0400 (EDT)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Fri, 22 Sep 2017 09:46:24 -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:x-sasl-enc; s=mesmtp; bh=O8Cs/Q60mzjjSBV
 d56ogAbm4wj2au7FnoRSDH1p2yvI=; b=hBR4I2BP53+yqMEX+gNjpZ0b278S76N
 +ithB9zvx7OPoJvzRV1qpk0Z3EH97Kiju3jBNvMTjmYwVnAaw/vbNkhBL3Kj1LiK
 p4nex5FYtwStBpO3jf+EQo9/WUv1fdscSNf2fEPGql7blKYXM70coR2Ah01m7tQd
 8XYXAv8tscik=
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:x-sasl-enc; s=
 fm1; bh=O8Cs/Q60mzjjSBVd56ogAbm4wj2au7FnoRSDH1p2yvI=; b=Qvb/lAEt
 tluzwpBFce0QxZuJgugxtsKMs/91Q00Ve0A5VBavVPtNLu8eXknMzrDeDvSJ5m3X
 EJOp6oAnCcFJUFC31J7eeOY98wSWD8Ujnjdaa8P1thOwoO6Yyy9Se18BD5ljwrn0
 /yBx+wXwfUlC424VvVbc+hqxT1BkGpD8aM3q6OiB2Qhz17ImHgmNlsrM4I8UhEW0
 DSBglXT2pUdXmzL2i9buvqvGNOkdMUS5kmRuxBqh5RckCaceUKvo1sQzFBl2xdSu
 UA/lVWPVlFRSUvXK4VnyyVdLYuSjJ60T18U8fZzUqwiV57ZPzkyAPk0dhpkzqFu6
 84w/8HJM+D+66g==
X-ME-Sender: <xms:MBTFWVwhHtSJHH2AJCff6NAgBkd3vmzBaIf3AxBKNSSI5j1Hr4YYmA>
X-Sasl-enc: prgFCpRiOlnZCm11Ic+HX60gjM+CGHO8m1lNp5RnTe99 1506087984
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 2DE857E808;
 Fri, 22 Sep 2017 09:46:24 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: dev@dpdk.org
Cc: ferruh.yigit@intel.com, yliu@fridaylinux.org
Date: Fri, 22 Sep 2017 15:46:23 +0200
Message-ID: <2598027.WReSlrQVTD@xps>
In-Reply-To: <20170919202340.19077-1-thomas@monjalon.net>
References: <20170919202340.19077-1-thomas@monjalon.net>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH 0/3] update git tree maintainers
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 22 Sep 2017 13:46:25 -0000

> Thomas Monjalon (3):
>   maintainers: separate main tree and devtools maintenance
>   maintainers: add Yuanhan for stable branches
>   maintainers: add Ferruh for main branch

Applied