X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fsample_app_ug%2Fvhost.rst;h=921f43ddb14dcaf14f5b791a62d803fbe4034a4a;hb=6545392887c46d0c8a2006baa0f372ecf7387e90;hp=2b7defc805056338dbda25f98a00124a644ec46e;hpb=ad0eef4d220329670fb09c95a59037ebbdb6054b;p=dpdk.git diff --git a/doc/guides/sample_app_ug/vhost.rst b/doc/guides/sample_app_ug/vhost.rst index 2b7defc805..921f43ddb1 100644 --- a/doc/guides/sample_app_ug/vhost.rst +++ b/doc/guides/sample_app_ug/vhost.rst @@ -496,13 +496,10 @@ due to the large and complex code, it's better to redesign it than fixing it to make it work again. Hence, zero copy may be added back later. **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 - - ./vhost-switch -c f -n 4 --socket-mem 1024 --huge-dir /mnt/huge \ - -- --vlan-strip [0, 1] +VLAN strip option is removed, because different NICs have different behaviors +when disabling VLAN strip. Such feature, which heavily depends on hardware, +should be removed from this example to reduce confusion. Now, VLAN strip is +enabled and cannot be disabled. .. _vhost_app_running: