From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] doc: correct Vhost Sample Application guide Date: Mon, 14 Dec 2015 01:23:45 +0100 Message-ID: <4570264.Mk3URasS28@xps13> References: <1449681518-27656-1-git-send-email-bernard.iremonger@intel.com> <1449746584-21303-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bernard Iremonger Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 968A6567E for ; Mon, 14 Dec 2015 01:25:01 +0100 (CET) Received: by wmpp66 with SMTP id p66so40282218wmp.1 for ; Sun, 13 Dec 2015 16:25:01 -0800 (PST) In-Reply-To: <1449746584-21303-1-git-send-email-bernard.iremonger@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-12-10 11:23, Bernard Iremonger: > Fix typos in sample console commands. > > Add --socket-mem 1024 to vhost-switch command lines. > Without the --socket-mem parameter all hugepages will be allocated > to vhost-switch, leaving no memory for the VM. > > Add --disable-hw-vlan-filter parameter to testpmd command lines. > Without this parameter testpmd fails on startup in the VM. > > Increase value of --sock-mem parameter to testpmd as original > value was too small. > > changes in v3: > rebase > update commit message. > add note regarding --socket-mem parameter used with the vhost-switch program. > > changes in v2: > remove "user@target:~$" prefixes in command lines. > use continuation character to stay within 80 character limit. > wrap sample python code. > > Fixes: d0dff9ba445e ("doc: sample application user guide" > Fixes: 9bc23cb8209c ("doc: add vhost-user to sample guide") > Fixes: 43866bf71d58 ("doc: fix vhost sample parameter") > Signed-off-by: Bernard Iremonger Applied, thanks