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 at 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 <bernard.iremonger at intel.com>
Acked-by: Yuanhan Liu <yuanhan.liu at linux.intel.com> Thanks. --yliu