From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A3E991EE03 for ; Wed, 13 Jun 2018 11:01:22 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jun 2018 02:01:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,218,1526367600"; d="scan'208";a="48608486" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga007.jf.intel.com with ESMTP; 13 Jun 2018 02:01:21 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 13 Jun 2018 02:01:21 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 13 Jun 2018 02:01:20 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.51]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.87]) with mapi id 14.03.0319.002; Wed, 13 Jun 2018 17:01:18 +0800 From: "Wang, Zhihong" To: Maxime Coquelin , "mtetsuyah@gmail.com" , "Bie, Tiwei" , "dev@dpdk.org" CC: "thomas@monjalon.net" , "Yigit, Ferruh" Thread-Topic: [PATCH 2/2] maintainers: add Vhost and Virtio co-maintainers Thread-Index: AQHUAiOpCcLMhmJp7U+xIfMUAk3tsKRd5W1A Date: Wed, 13 Jun 2018 09:01:18 +0000 Message-ID: <8F6C2BD409508844A0EFC19955BE094151528411@SHSMSX103.ccr.corp.intel.com> References: <20180612080127.28308-1-maxime.coquelin@redhat.com> <20180612080127.28308-3-maxime.coquelin@redhat.com> In-Reply-To: <20180612080127.28308-3-maxime.coquelin@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 09:01:23 -0000 > -----Original Message----- > From: Maxime Coquelin [mailto:maxime.coquelin@redhat.com] > Sent: Tuesday, June 12, 2018 4:01 PM > To: mtetsuyah@gmail.com; Bie, Tiwei ; Wang, Zhihong > ; dev@dpdk.org > Cc: thomas@monjalon.net; Yigit, Ferruh ; Maxime > Coquelin > Subject: [PATCH 2/2] maintainers: add Vhost and Virtio co-maintainers >=20 > 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. >=20 > Also, add Tiwei as backup for the Next-virtio tree. >=20 > Signed-off-by: Maxime Coquelin Thanks for the proposal! I'm really glad to help co-maintain the Virtio and Vhost components. Acked-by: Zhihong Wang > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) >=20 > 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 >=20 > Next-virtio Tree > M: Maxime Coquelin > +M: Tiwei Bie > T: git://dpdk.org/next/dpdk-next-virtio >=20 > Next-crypto Tree > @@ -654,6 +655,8 @@ F: doc/guides/nics/features/vmxnet3.ini >=20 > 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/ >=20 > 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