Page MenuHomeFreeBSD

ix(4), ixv(4): Add VLAN tag strip check when receiving packets; ixv(4): Fix support for VLAN_HWTAGGING and VLAN_HWFILTER flags
ClosedPublic

Authored by piotr.pietruszewski_intel.com on Sep 6 2018, 10:48 AM.
Referenced Files
Unknown Object (File)
Fri, Apr 19, 11:42 AM
Unknown Object (File)
Mar 24 2024, 7:40 AM
Unknown Object (File)
Dec 10 2023, 2:26 PM
Unknown Object (File)
Nov 16 2023, 1:13 AM
Unknown Object (File)
Nov 10 2023, 11:38 AM
Unknown Object (File)
Nov 8 2023, 11:39 AM
Unknown Object (File)
Nov 8 2023, 5:02 AM
Unknown Object (File)
Nov 1 2023, 10:06 AM

Details

Summary

This change will prevent driver from passing VLAN tags when
interface configuration is not expecting them. VF driver will
check for VLAN_HWTAGGING and VLAN_HWFILTER flags and act adequately.

This patch resolves problem occuring on EC2 platforms.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 19433
Build 19030: arc lint + arc unit

Event Timeline

Works in all of my testing. Please commit!

Tested with a RHEL7.4 host w/ KVM using both port and host-based VLANs w/ 9710 MTU.

This revision is now accepted and ready to land.Sep 11 2018, 1:19 PM
This revision was automatically updated to reflect the committed changes.