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)
Sat, Feb 8, 11:52 AM
Unknown Object (File)
Sat, Jan 25, 9:49 AM
Unknown Object (File)
Sun, Jan 19, 3:36 AM
Unknown Object (File)
Jan 4 2025, 2:46 AM
Unknown Object (File)
Jan 2 2025, 1:03 AM
Unknown Object (File)
Dec 16 2024, 12:46 PM
Unknown Object (File)
Nov 30 2024, 3:14 AM
Unknown Object (File)
Oct 26 2024, 9:49 PM

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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.