From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47])
 by dpdk.org (Postfix) with ESMTP id BAF253B5
 for <dev@dpdk.org>; Fri, 17 Feb 2017 11:35:53 +0100 (CET)
Received: by mail-wm0-f47.google.com with SMTP id v186so10865717wmd.0
 for <dev@dpdk.org>; Fri, 17 Feb 2017 02:35:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=SgkuDp999i/bIZZXQFU6KQX+o4eH7hWK9sAfc58lHOQ=;
 b=nB9Hk5yzRhFrCPT8VfT+Ad9Ju7JpfbPgWkCflcxAfts+QY2Szh/6qh2OgGEn6VsJrH
 NaI36e0Kema/jNETHx1BtzvtotEq8b9UWkbH1u33IK8Qb8C2xV4sfMynpNI+k1aHFOQe
 ldkFfjKvgBy0Tm4L+m6KbD0aDlxb3wEGoEaNAa7S99cxcbkL0JazuWK4/KmrrhW+qUAc
 IHR0XmXYjRcBdJxH60zvIVnlYoNscUcg4n/pwAM1TFlKkMqpv1JBDCm6yzGPzHHMFMZC
 mHLL3ORszTipvec0+5WoMMjz90e5w+wubn9E6QxRSfpAG50fUacG0sRcs7g0/muCQKzb
 G+EA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=SgkuDp999i/bIZZXQFU6KQX+o4eH7hWK9sAfc58lHOQ=;
 b=OlapCSPkMiWz3KbpHDz2iWgIKe2yheNzIxz0VhytAGHJIEpb4GpC0ldT0kt1+Bu5Tm
 Fpuu+QXEq+izAao7QFyaZNs583/zfbmvdYdon3oUVkSjHvv0uWH7fGOI4/2WUgkt63qs
 NACq0ovha2s2ucGfcDc4m8oC2/J0wDmY09mDMJAwhqUqJX/RDdHHC5CMjWeHDOenazZX
 Rf4ZtDzm0EVpgP2+2ALAz6RttmzUwUAzm8EgVaFK+64XUpskAID741//9e1EZ/4sOvVJ
 co7mFOUoejeZEpmfqJNpssXAnY/IQsKeXEZ9EhEYgskieqx1P8qzB852dfhnKAjiW1OX
 HD9Q==
X-Gm-Message-State: AMke39niurWFkI+aTIUIa7I1XTxPglIbO2iWjKcdKPWoOHNY1iAlMnJdxVZ1/x7XlWlPGcuJ
X-Received: by 10.28.23.66 with SMTP id 63mr1537421wmx.46.1487327753512;
 Fri, 17 Feb 2017 02:35:53 -0800 (PST)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id z10sm1151965wmg.31.2017.02.17.02.35.52
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 17 Feb 2017 02:35:52 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Maxime Coquelin <maxime.coquelin@redhat.com>
Cc: Yuanhan Liu <yuanhan.liu@linux.intel.com>, dev@dpdk.org
Date: Fri, 17 Feb 2017 11:35:52 +0100
Message-ID: <12830422.eZdXMGDFid@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <20170217084938.GF20916@yliu-dev.sh.intel.com>
References: <20170217083142.11664-1-maxime.coquelin@redhat.com>
 <20170217084938.GF20916@yliu-dev.sh.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] maintainers: claim responsibility for
	Vhost-user, Virtio PMD & Vhost 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: Fri, 17 Feb 2017 10:35:53 -0000

2017-02-17 16:49, Yuanhan Liu:
> On Fri, Feb 17, 2017 at 09:31:42AM +0100, Maxime Coquelin wrote:
> > Add myself as co-maintainer for these drivers and library.
> > 
> > Suggested-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
> > Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> 
> I think it's obvious that Maxime is done great job at reviewing
> vhost/virtio patches. So,
> 
> Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>

Thanks Yuanhan for proposing.

Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied, congratulations for your new responsibilities :)