From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <yliu@fridaylinux.org>
Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com
 [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 3D3B62A5D
 for <dev@dpdk.org>; Tue,  5 Dec 2017 13:57:45 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 4696421323;
 Tue,  5 Dec 2017 07:57:45 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Tue, 05 Dec 2017 07:57:45 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux.org;
 h=cc:content-type:date:from:in-reply-to:message-id:mime-version
 :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=
 fm1; bh=Q+uRHOIdbvqLdce7E5HcwZ937iVWuXZWPttH7XB+o8E=; b=AIcB29eN
 5oQ7OH7WZixUWAhiUN2t7l05+B4mHA8BfOj9Uq3oay2cMZsudLfv8K+gciGh3H+L
 C3uh7Ve+r+rU5+/bcbOZ0PoQOwEaQQz/GXt9Mqe+adQZgiEoF8AZW3aYSVIZsrM9
 kBluBPhC4M2kBRfDhZa4uqPkAWp5p4Lw/Iovd9niuf8Ws7O8Js0tZSG/csNObjfo
 73q9g93au08yqKpMbfL7OGXbRRp311JURWkN+8FwBVOIOJAHcCS7MrSf9N/V9xM2
 uRocu8epaeX+nRVt51d+2RZbNnVAtK69ajgPiJOEPAR4+10JuY7UMS+S/YPVPwdo
 rCJPPK55fQqDTw==
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=fm1; bh=Q+uRHOIdbvqLdce7E5HcwZ937iVWu
 XZWPttH7XB+o8E=; b=NbwbRXw/Y4+BpjecLBhqcH/8K71Uid529M4wIWuxBEI+F
 MuXQAMi995jYhMP7dXb24XegZVmsCCWU1ZC+kS78w/0Zg3yY+dNUi2m5GKL4WIrf
 AaBUv8vooaw9FW44EUb1mrPHrlDstGW15MEpO9+VZpEkbp2SM2B99yB23HOjNjs0
 fWuko0UiwQiwKUG80prIab3juBMyTOBP8NdKP+Lifau1p1ABEVITanmApPaUq9rZ
 gQLEAJ6oc9AbRlCftyFFmHY172pUb9k02KY9rTVZ3jTHiOIlN3+nZMJ19ndCDTHj
 X2fkhdJpdLCcnrdm0zZENoL3jkPCJOW7QtOTQc3LA==
X-ME-Sender: <xms:yZcmWrvLiUVnyXIRxH9wcd-z0USjs98wpPojlXj0RIh7K2wuQH0gOQ>
Received: from yliu-dev (unknown [180.158.55.119])
 by mail.messagingengine.com (Postfix) with ESMTPA id 3663F7E26F;
 Tue,  5 Dec 2017 07:57:43 -0500 (EST)
Date: Tue, 5 Dec 2017 20:57:13 +0800
From: Yuanhan Liu <yliu@fridaylinux.org>
To: Tiwei Bie <tiwei.bie@intel.com>
Cc: maxime.coquelin@redhat.com, dev@dpdk.org,
 Thomas Monjalon <thomas@monjalon.net>
Message-ID: <20171205125713.GB9111@yliu-dev>
References: <20171201110435.20925-1-tiwei.bie@intel.com>
 <20171201120604.GE17395@yliu-dev>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20171201120604.GE17395@yliu-dev>
User-Agent: Mutt/1.5.24 (2015-08-30)
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 05 Dec 2017 12:57:46 -0000

On Fri, Dec 01, 2017 at 08:06:04PM +0800, Yuanhan Liu wrote:
> On Fri, Dec 01, 2017 at 07:04:35PM +0800, Tiwei Bie wrote:
> > Add myself as co-maintainer for virtio driver.
> > 
> > Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> > ---
> > 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!
> 
> I'm glad that you are offering help! And
> 
> Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>

It was a mistake; I switched to an older machine, with older configs.
Sorry for that. And here is the right one:

Acked-by: Yuanhan Liu <yliu@fridaylinux.org>

	--yliu