From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com
 [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 8FD725A8C
 for <dev@dpdk.org>; Tue, 31 Mar 2015 03:15:21 +0200 (CEST)
Received: by wicne17 with SMTP id ne17so5293756wic.0
 for <dev@dpdk.org>; Mon, 30 Mar 2015 18:15:21 -0700 (PDT)
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:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=e0ZBN579MyQRGWFFO33ICU1oTM0xOccUDTB64I+l7o0=;
 b=l18m9FGDvWNfCKp3jyNQmcf/o3Lsa8BUNFZpyqFg4xQ6ONn26LAsJQxJdGJhT8U5IR
 odaFYFmABFeQO3Se+gSFfZUu12fKat7Mmgo5e/7VGg6m0H/0Kr99nSpe6B8L1lWF077o
 lXxWWBW6PWWZk/NJNPUZhVKWm+0t1QISiv3//oGaadhkMQT0uc1BWzQRaKbIt5Cygd/1
 YNEDqJZgeWPxhkEok14nU/Pm0JhRWtcp946+qBXNDh4HnIQdDexrGDNrt36+10+wwXPg
 m6JRMRAVUEsauN1xCNJ+9OExNr7rh0zdopU+bRu38ENufAR0iN8TsifOASqarjCJgJl7
 IHIQ==
X-Gm-Message-State: ALoCoQmoLGNX+gnlLtwYTnSoXt7iLSVhCZ9SWKKSI0t+zXh3AReLrvnahgQ/dTrnnx82iAT11pWj
X-Received: by 10.194.92.97 with SMTP id cl1mr69697185wjb.133.1427764521451;
 Mon, 30 Mar 2015 18:15:21 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id u16sm18040546wjr.5.2015.03.30.18.15.20
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 30 Mar 2015 18:15:20 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Changchun Ouyang <changchun.ouyang@intel.com>
Date: Tue, 31 Mar 2015 03:14:39 +0200
Message-ID: <3834741.XrEk3PcS7z@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <0C5AFCA4B3408848ADF2A3073F7D8CC86D568C4C@IRSMSX109.ger.corp.intel.com>
References: <1425286674-17495-1-git-send-email-changchun.ouyang@intel.com>
 <1427462406-677-1-git-send-email-john.mcnamara@intel.com>
 <0C5AFCA4B3408848ADF2A3073F7D8CC86D568C4C@IRSMSX109.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v4] doc: Update doc for vhost sample
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: Tue, 31 Mar 2015 01:15:21 -0000

> > From: Ouyang Changchun <changchun.ouyang@intel.com>
> > 
> > Added some documentation on common issues for the vhost sample app
> > and how to resolve them.
> > 
> > Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com>
> > Signed-off-by: John McNamara <john.mcnamara@intel.com>
> 
> Acked-by Siobhan Butler <siobhan.a.butler@intel.com>

Applied, thanks