[dpdk-dev] [PATCH] examples/vhost: remove VLAN strip option

2016-08-23 Thread Yuanhan Liu
On Thu, Aug 18, 2016 at 10:19:15AM +, Tan, Jianfeng wrote: > > > +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 deduce confusi

[dpdk-dev] [PATCH] examples/vhost: remove VLAN strip option

2016-08-18 Thread Tan, Jianfeng
Hi Maxime, > -Original Message- > From: Maxime Coquelin [mailto:maxime.coquelin at redhat.com] > Sent: Thursday, August 18, 2016 3:52 PM > To: Tan, Jianfeng; dev at dpdk.org > Cc: yuanhan.liu at linux.intel.com > Subject: Re: [dpdk-dev] [PATCH] examples/vhost: remove

[dpdk-dev] [PATCH] examples/vhost: remove VLAN strip option

2016-08-18 Thread Maxime Coquelin
On 08/18/2016 07:46 AM, Jianfeng Tan wrote: > 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 confu

[dpdk-dev] [PATCH] examples/vhost: remove VLAN strip option

2016-08-18 Thread Jianfeng Tan
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 b