On Wed, Jul 6, 2016 at 3:29 PM, Tariq Toukan <tar...@mellanox.com> wrote: > From: Moshe Shemesh <mo...@mellanox.com> > > Check device capability to support VST QinQ mode. > Add vport attribute vlan protocol. > Init vport vlan protocol by default to 802.1Q. > Add update QP support for VST QinQ.
> Add func capability vlan_offload_disable to disable all > vlan HW acceleration on VF while the VF is set to VST QinQ mode. this part (above two lines) is code running in the VF Eth driver, correct? if this is indeed the case, break the patch to two (1) PF core driver (2) VF core/EN driver What happens if the VF doesn't work as you expect? e.g the PF runs your code and the VF driver is unpatched?