From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] maintainers: claim responsibility for virtio PMD Date: Fri, 1 Dec 2017 14:46:46 +0100 Message-ID: <8cd6e349-db67-e3f3-a7f9-dfe67cef0d91@redhat.com> References: <20171201110435.20925-1-tiwei.bie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Tiwei Bie , yliu@fridaylinux.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id C0CBF2A62 for ; Fri, 1 Dec 2017 14:46:58 +0100 (CET) In-Reply-To: <20171201110435.20925-1-tiwei.bie@intel.com> Content-Language: en-US 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 12/01/2017 12:04 PM, Tiwei Bie wrote: > Add myself as co-maintainer for virtio driver. > > Signed-off-by: Tiwei Bie > --- > Hi Yuanhan and Maxime, > > As there will be more and more virtio related stuffs (e.g. vhost-pci, > virtio crypto, vhost crypto) in DPDK, more maintaining efforts will be > needed for virtio/vhost. So I volunteer to co-maintain virtio driver. > Hope this could help! > > Best regards, > Tiwei Bie > > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f0baeb423..0627aa345 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -528,6 +528,7 @@ F: doc/guides/nics/features/vhost.ini > Virtio PMD > M: Yuanhan Liu > M: Maxime Coquelin > +M: Tiwei Bie > T: git://dpdk.org/next/dpdk-next-virtio > F: drivers/net/virtio/ > F: doc/guides/nics/virtio.rst > Acked-by: Maxime Coquelin Thanks! Maxime