From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: Re: [PATCH 2/2] maintainers: add Vhost and Virtio co-maintainers Date: Wed, 13 Jun 2018 16:41:53 +0800 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 Cc: mtetsuyah@gmail.com, zhihong.wang@intel.com, dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@intel.com To: Maxime Coquelin 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) Content-Disposition: inline In-Reply-To: <20180612080127.28308-3-maxime.coquelin@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 >