From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 24554A0551; Fri, 21 Feb 2020 23:42:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 596B01BFAD; Fri, 21 Feb 2020 23:42:15 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id B27061BFAC for <dev@dpdk.org>; Fri, 21 Feb 2020 23:42:13 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Feb 2020 14:42:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,470,1574150400"; d="scan'208";a="236711528" Received: from dpdk-virtio-tbie-2.sh.intel.com (HELO ___) ([10.67.104.74]) by orsmga003.jf.intel.com with ESMTP; 21 Feb 2020 14:42:11 -0800 Date: Sat, 22 Feb 2020 06:41:50 +0800 From: Tiwei Bie <tiwei.bie@intel.com> To: "Wang, Zhihong" <zhihong.wang@intel.com> Cc: "dev@dpdk.org" <dev@dpdk.org>, "maxime.coquelin@redhat.com" <maxime.coquelin@redhat.com>, "thomas@monjalon.net" <thomas@monjalon.net> Message-ID: <20200221224148.GA101653@___> References: <20200221132841.96111-1-tiwei.bie@intel.com> <8F6C2BD409508844A0EFC19955BE094152C8B461@SHSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <8F6C2BD409508844A0EFC19955BE094152C8B461@SHSMSX101.ccr.corp.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH] maintainers: resign from virtio and vhost X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> On Fri, Feb 21, 2020 at 11:19:31PM +0800, Wang, Zhihong wrote: > > -----Original Message----- > > From: Bie, Tiwei <tiwei.bie@intel.com> > > Sent: Friday, February 21, 2020 9:29 PM > > To: dev@dpdk.org > > Cc: maxime.coquelin@redhat.com; Wang, Zhihong > > <zhihong.wang@intel.com>; thomas@monjalon.net > > Subject: [PATCH] maintainers: resign from virtio and vhost > > > > I'm leaving Intel, and I'm not sure when I could dedicate enough > > time to DPDK in the future. So I'm removing my name from the > > MAINTAINERS file. > > > > Signed-off-by: Tiwei Bie <tiwei.bie@intel.com> > > --- > > Xiaolong has been an active and experienced -next tree maintainer > > for a long time. He also knows and loves virtio/vhost. I would > > recommend him as my replacement. > > > > --- > > I really appreciate the helps and supports from Maxime, Zhihong, > > Thomas and the community! Thank you all so much! > > Tiwei, > Thanks for your brilliant work in DPDK over the past years. > All the best! Thanks, Zhihong! :-) > > > > > MAINTAINERS | 4 ---- > > 1 file changed, 4 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 762c13bd6..9c22c3eb4 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -51,7 +51,6 @@ T: git://dpdk.org/next/dpdk-next-net-mlx > > > > Next-virtio Tree > > M: Maxime Coquelin <maxime.coquelin@redhat.com> > > -M: Tiwei Bie <tiwei.bie@intel.com> > > T: git://dpdk.org/next/dpdk-next-virtio > > > > Next-crypto Tree > > @@ -855,7 +854,6 @@ F: doc/guides/nics/features/vmxnet3.ini > > > > Vhost-user > > M: Maxime Coquelin <maxime.coquelin@redhat.com> > > -M: Tiwei Bie <tiwei.bie@intel.com> > > M: Zhihong Wang <zhihong.wang@intel.com> > > T: git://dpdk.org/next/dpdk-next-virtio > > F: lib/librte_vhost/ > > @@ -870,7 +868,6 @@ F: doc/guides/sample_app_ug/vdpa.rst > > > > Vhost PMD > > M: Maxime Coquelin <maxime.coquelin@redhat.com> > > -M: Tiwei Bie <tiwei.bie@intel.com> > > M: Zhihong Wang <zhihong.wang@intel.com> > > T: git://dpdk.org/next/dpdk-next-virtio > > F: drivers/net/vhost/ > > @@ -879,7 +876,6 @@ F: doc/guides/nics/features/vhost.ini > > > > Virtio PMD > > M: Maxime Coquelin <maxime.coquelin@redhat.com> > > -M: Tiwei Bie <tiwei.bie@intel.com> > > M: Zhihong Wang <zhihong.wang@intel.com> > > T: git://dpdk.org/next/dpdk-next-virtio > > F: drivers/net/virtio/ > > -- > > 2.24.1 >