From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41])
 by dpdk.org (Postfix) with ESMTP id 10FAE5680
 for <dev@dpdk.org>; Fri, 22 Jul 2016 22:39:28 +0200 (CEST)
Received: by mail-wm0-f41.google.com with SMTP id q128so69821085wma.1
 for <dev@dpdk.org>; Fri, 22 Jul 2016 13:39:28 -0700 (PDT)
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=EVv3pfbhGK6cRmKbBOV+c7sFP/ddisYWj4xEL5Y6IQ0=;
 b=xDuOb0mDTaRynt9BW2Dmm+saGrZ6oKZ6npySJBFSkav9Z9g0NmlwkPbay4hpiT0+Zi
 NXuSE9w8EDex4GdK+o1d5ESiJYj+bGMRamsPllIJL13egKs4Cy+fCC2wsHmXsaihc51R
 32G/NQGMUK3hcF8cV0MZwYf28e0OgSxpoWldESiXdT6vxCUmMRJ/ciV+LOIGCA9qMqXj
 vjWZCis9n8k3aUU+HjBETFLgJ+QkGCcGSxePpAIV5n0y4F0hVoJaFuHdkFSGrYAGW1Qp
 JP2atwvNwBiDaH7X0i3xDhJbeRuSA9c+D4eQRxdI54a1v217ersi2Kfy1sjkPp3PYx3R
 pB+w==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=EVv3pfbhGK6cRmKbBOV+c7sFP/ddisYWj4xEL5Y6IQ0=;
 b=FP9VM88US5gS1G+Ws4T+NisYWaDz8CBt9iWT2SwGP6yTBrm+ccRmwOB5wyPCphrgbU
 JDjMQyvgxCYfLNkVtoJEYMZk6AAzQ7NZUcCRiflWrPWdujphVy7b/6yc5rQX9QrnqGEG
 MCQGY7qt756urDbQKV1rjSTz/d/a9jQaRK2Xpu3gdygIxnWUBl/CcPp6yA8fQJ10tjJZ
 TOc+NVgMW52N+tiFEwGSL2qw5+DTw2PVjn6bPq/Tja3sQbmHYgaPuFg/OR/y1XA3II2Q
 3kBw8GJwKbKl7ktXgN34JA3cVcPUh60hFWj9VgkBuf8xjkb1aJUm0mblihziPLK0Y+BS
 kepw==
X-Gm-Message-State: AEkoouv6PpSF+iwey8BapLVRIv3D+Q6zAcbdpsBedYa0K5hkMHt+EXrkX8ITEz/UdGxvobHX
X-Received: by 10.194.168.197 with SMTP id zy5mr3063614wjb.112.1469219967877; 
 Fri, 22 Jul 2016 13:39:27 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id r67sm14187979wmb.14.2016.07.22.13.39.26
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 22 Jul 2016 13:39:27 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Cc: dev@dpdk.org
Date: Fri, 22 Jul 2016 22:39:26 +0200
Message-ID: <16350442.SMyOaO2sIn@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1468901869-29609-2-git-send-email-yuanhan.liu@linux.intel.com>
References: <1468901869-29609-1-git-send-email-yuanhan.liu@linux.intel.com>
 <1468901869-29609-2-git-send-email-yuanhan.liu@linux.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH RFC] maintainers: add git tree for
	virtio/vhost
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <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, 22 Jul 2016 20:39:28 -0000

2016-07-19 12:17, Yuanhan Liu:
> Add a git tree line for the virtio/vhost section, to make an explicit
> statement that the developers are suggested to make patches based on
> that tree.
> 
> Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>

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

Applied, thanks for your work on next-virtio