From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 2EBBB1EE19 for ; Wed, 13 Jun 2018 10:41:50 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jun 2018 01:41:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,218,1526367600"; d="scan'208";a="236751776" Received: from debian.sh.intel.com (HELO debian) ([10.67.104.228]) by fmsmga005.fm.intel.com with ESMTP; 13 Jun 2018 01:41:47 -0700 Date: Wed, 13 Jun 2018 16:41:53 +0800 From: Tiwei Bie To: Maxime Coquelin Cc: mtetsuyah@gmail.com, zhihong.wang@intel.com, dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@intel.com Message-ID: <20180613084153.GA719@debian> References: <20180612080127.28308-1-maxime.coquelin@redhat.com> <20180612080127.28308-3-maxime.coquelin@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180612080127.28308-3-maxime.coquelin@redhat.com> User-Agent: Mutt/1.9.5 (2018-04-13) Subject: Re: [dpdk-dev] [PATCH 2/2] maintainers: add Vhost and Virtio co-maintainers 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: Wed, 13 Jun 2018 08:41:50 -0000 On Tue, Jun 12, 2018 at 10:01:27AM +0200, Maxime Coquelin wrote: > Add Tiwei and Zhihong as co-maintainers for the Vhost and > Virtio components. They have done great contributions recently, > and been very helpfull in helping to review Vhost and Virtio > series. > > Also, add Tiwei as backup for the Next-virtio tree. > > Signed-off-by: Maxime Coquelin Thank you very much for proposing me as a co-maintainer. I'm very glad to help co-maintain these components! :) Acked-by: Tiwei Bie > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1c28f6d38..14939f10a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -41,6 +41,7 @@ T: git://dpdk.org/next/dpdk-next-net-mlx > > Next-virtio Tree > M: Maxime Coquelin > +M: Tiwei Bie > T: git://dpdk.org/next/dpdk-next-virtio > > Next-crypto Tree > @@ -654,6 +655,8 @@ F: doc/guides/nics/features/vmxnet3.ini > > Vhost-user > M: Maxime Coquelin > +M: Tiwei Bie > +M: Zhihong Wang > T: git://dpdk.org/next/dpdk-next-virtio > F: lib/librte_vhost/ > F: doc/guides/prog_guide/vhost_lib.rst > @@ -665,6 +668,8 @@ F: examples/vhost_crypto/ > > Vhost PMD > M: Maxime Coquelin > +M: Tiwei Bie > +M: Zhihong Wang > T: git://dpdk.org/next/dpdk-next-virtio > F: drivers/net/vhost/ > F: doc/guides/nics/vhost.rst > @@ -673,6 +678,7 @@ F: doc/guides/nics/features/vhost.ini > Virtio PMD > M: Maxime Coquelin > M: Tiwei Bie > +M: Zhihong Wang > T: git://dpdk.org/next/dpdk-next-virtio > F: drivers/net/virtio/ > F: doc/guides/nics/virtio.rst > -- > 2.14.3 >