From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v3] doc: correct Vhost Sample Application guide Date: Thu, 10 Dec 2015 20:51:35 +0800 Message-ID: <20151210125135.GU29571@yliu-dev.sh.intel.com> References: <1449749773-3360-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Bernard Iremonger Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 23A1937B3 for ; Thu, 10 Dec 2015 13:50:13 +0100 (CET) Content-Disposition: inline In-Reply-To: <1449749773-3360-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" On Thu, Dec 10, 2015 at 12:16:13PM +0000, Bernard Iremonger wrote: > 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 Acked-by: Yuanhan Liu Thanks. --yliu