From f904713a5015ad0240e9839bd62ff88f8a904933 Mon Sep 17 00:00:00 2001 From: Changchun Ouyang Date: Tue, 3 Mar 2015 10:23:06 +0800 Subject: [PATCH] doc: add new vlan option in vhost sample guide see commit: e3d61d1609cb9b3ea851c7776bfbb60dcfe8844a. Signed-off-by: Changchun Ouyang Acked-by: Pablo de Lara --- doc/guides/sample_app_ug/vhost.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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) ---------------------------------- -- 2.20.1