From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id A2D1F1B28E for ; Mon, 12 Feb 2018 09:23:38 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0C95A80D2EC8; Mon, 12 Feb 2018 08:23:38 +0000 (UTC) Received: from [10.36.112.42] (ovpn-112-42.ams2.redhat.com [10.36.112.42]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DF7F02166BB3; Mon, 12 Feb 2018 08:23:35 +0000 (UTC) To: Jianfeng Tan , yliu@fridaylinux.org, mtetsuyah@gmail.com, dev@dpdk.org Cc: thomas@monjalon.net References: <1518311091-74444-1-git-send-email-jianfeng.tan@intel.com> From: Maxime Coquelin Message-ID: <73e65cec-7edd-b644-0e43-5783898a2dc3@redhat.com> Date: Mon, 12 Feb 2018 09:23:31 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1518311091-74444-1-git-send-email-jianfeng.tan@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Mon, 12 Feb 2018 08:23:38 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Mon, 12 Feb 2018 08:23:38 +0000 (UTC) for IP:'10.11.54.6' DOMAIN:'int-mx06.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'maxime.coquelin@redhat.com' RCPT:'' Subject: Re: [dpdk-dev] [PATCH] maintainers: update vhost lib and 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: Mon, 12 Feb 2018 08:23:38 -0000 Hi Jianfeng, On 02/11/2018 02:04 AM, Jianfeng Tan wrote: > Signed-off-by: Jianfeng Tan > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 4f1f33b..38e5fb8 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -559,6 +559,7 @@ F: doc/guides/nics/features/vmxnet3.ini > Vhost-user > M: Yuanhan Liu > M: Maxime Coquelin > +M: Jianfeng Tan > T: git://dpdk.org/next/dpdk-next-virtio > F: lib/librte_vhost/ > F: doc/guides/prog_guide/vhost_lib.rst > @@ -571,6 +572,7 @@ Vhost PMD > M: Tetsuya Mukawa > M: Yuanhan Liu > M: Maxime Coquelin > +M: Jianfeng Tan > T: git://dpdk.org/next/dpdk-next-virtio > F: drivers/net/vhost/ > F: doc/guides/nics/features/vhost.ini > Acked-by: Maxime Coquelin Thanks! :) Maxime