mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
Add VLAN filter propagation tests through offloaded MACsec devices via actual traffic. The tests create MACsec tunnels with matching SAs on both endpoints, stack VLANs on top, and verify connectivity with ping. Covered: - Offloaded MACsec with VLAN (filters propagate to HW) - Software MACsec with VLAN (no HW filter propagation) - Offload on/off toggle and verifying traffic still works On netdevsim this makes use of the VLAN filter debugfs file to actually validate that filters are applied/removed correctly. On real hardware the traffic should validate actual VLAN filter propagation. Signed-off-by: Cosmin Ratiu <cratiu@nvidia.com> Reviewed-by: Sabrina Dubroca <sd@queasysnail.net> Link: https://patch.msgid.link/20260408115240.1636047-4-cratiu@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
13 lines
266 B
Plaintext
13 lines
266 B
Plaintext
CONFIG_CONFIGFS_FS=y
|
|
CONFIG_DEBUG_INFO_BTF=y
|
|
CONFIG_DEBUG_INFO_BTF_MODULES=n
|
|
CONFIG_INET_PSP=y
|
|
CONFIG_IPV6=y
|
|
CONFIG_MACSEC=m
|
|
CONFIG_NETCONSOLE=m
|
|
CONFIG_NETCONSOLE_DYNAMIC=y
|
|
CONFIG_NETCONSOLE_EXTENDED_LOG=y
|
|
CONFIG_NETDEVSIM=m
|
|
CONFIG_VLAN_8021Q=m
|
|
CONFIG_XDP_SOCKETS=y
|