From: Changchun Ouyang Date: Tue, 3 Mar 2015 02:23:06 +0000 (+0800) Subject: doc: add new vlan option in vhost sample guide X-Git-Tag: spdx-start~9353 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=f904713a5015ad0240e9839bd62ff88f8a904933;p=dpdk.git doc: add new vlan option in vhost sample guide see commit: e3d61d1609cb9b3ea851c7776bfbb60dcfe8844a. Signed-off-by: Changchun Ouyang Acked-by: Pablo de Lara --- diff --git a/doc/guides/sample_app_ug/vhost.rst b/doc/guides/sample_app_ug/vhost.rst index 4a6d434f4f..25d91bbda6 100644 --- a/doc/guides/sample_app_ug/vhost.rst +++ b/doc/guides/sample_app_ug/vhost.rst @@ -468,6 +468,14 @@ The value is 64 by default. user@target:~$ ./build/app/vhost-switch -c f -n 4 --huge-dir /mnt/huge -- --zero-copy 1 --tx-desc-num [0, n] +**VLAN strip.** +The VLAN strip option enable/disable the VLAN strip on host, if disabled, the guest will receive the packets with VLAN tag. +It is enabled by default. + +.. code-block:: console + + user@target:~$ ./build/app/vhost-switch -c f -n 4 --huge-dir /mnt/huge -- --vlan-strip [0, 1] + Running the Virtual Machine (QEMU) ----------------------------------