examples/vhost: remove VLAN strip option
authorJianfeng Tan <jianfeng.tan@intel.com>
Thu, 18 Aug 2016 05:46:13 +0000 (05:46 +0000)
committerYuanhan Liu <yuanhan.liu@linux.intel.com>
Tue, 13 Sep 2016 03:25:08 +0000 (05:25 +0200)
commit6545392887c46d0c8a2006baa0f372ecf7387e90
treef33466f5071b0001cff7f77fde44c856ffd0dd97
parentad0eef4d220329670fb09c95a59037ebbdb6054b
examples/vhost: remove VLAN strip option

When VMDQ is enabled, different NICs have different behaviors for
disabling VLAN strip. In detail, i40e only enables/disables it of
PF's main vsi; fm10k cannot disable VLAN strip, etc. We now remove
this option, --vlan-strip, to reduce any confusion. And now, VLAN
strip will be enabled and cannot be disabled.

Reported-by: Qian Xu <qian.q.xu@intel.com>
Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
doc/guides/sample_app_ug/vhost.rst
examples/vhost/main.c