From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 99446B5BC; Fri, 1 Dec 2017 13:46:57 +0000 (UTC) Received: from [10.36.112.37] (ovpn-112-37.ams2.redhat.com [10.36.112.37]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 484665D6A3; Fri, 1 Dec 2017 13:46:55 +0000 (UTC) To: Tiwei Bie , yliu@fridaylinux.org Cc: dev@dpdk.org References: <20171201110435.20925-1-tiwei.bie@intel.com> From: Maxime Coquelin Message-ID: <8cd6e349-db67-e3f3-a7f9-dfe67cef0d91@redhat.com> Date: Fri, 1 Dec 2017 14:46:46 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171201110435.20925-1-tiwei.bie@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Fri, 01 Dec 2017 13:46:57 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH] maintainers: claim responsibility for virtio PMD 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: Fri, 01 Dec 2017 13:46:59 -0000 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