Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VLAN filters don't work for FVL25 #141

Open
krjoshi opened this issue Mar 23, 2017 · 1 comment
Open

VLAN filters don't work for FVL25 #141

krjoshi opened this issue Mar 23, 2017 · 1 comment
Assignees
Milestone

Comments

@krjoshi
Copy link
Collaborator

krjoshi commented Mar 23, 2017

Firmware bug was suspect by Intel. However, a software fix was later discovered, and provided by Intel. This patch will be upstreamed in 1705?

@krjoshi krjoshi added the Bug label Mar 23, 2017
@krjoshi krjoshi added this to the VFd 1707 milestone Mar 23, 2017
@azelezniak
Copy link
Collaborator

DPDK patch fixed the problem.

concern is that i40e during initialization allows untagged packets on RX, also VFs without VLAN filter added able to receive VLAN with any tag ( for example driver bound to VF which is not in the config.json file will be able to receive packets with ANY VLAN ID)
workaround: to set rx_vlan_filter to VLAN 0 when VF queue is enabled but no config for the VF exists
and set "don't allow untagged"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants