Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 6 Nov 2024 14:47:06 +0530 you wrote:
This series adds VLAN support to HSR framework. This series also adds VLAN support to HSR mode of ICSSG Ethernet driver.
Changes from v2 to v3: *) Modified hsr_ndo_vlan_rx_add_vid() to handle arbitrary HSR_PT_SLAVE_A, HSR_PT_SLAVE_B order and skip INTERLINK port in patch 2/4 as suggested by Paolo Abeni pabeni@redhat.com *) Removed handling of HSR_PT_MASTER in hsr_ndo_vlan_rx_kill_vid() as MASTER and INTERLINK port will be ignored anyway in the default switch case as suggested by Paolo Abeni pabeni@redhat.com *) Modified the selftest in patch 4/4 to use vlan by default. The test will check the exposed feature `vlan-challenged` and if vlan is not supported, skip the vlan test as suggested by Paolo Abeni pabeni@redhat.com. Test logs can be found at [1]
[...]
Here is the summary with links: - [net-next,v3,1/4] net: hsr: Add VLAN support https://git.kernel.org/netdev/net-next/c/d977d7eb09fe - [net-next,v3,2/4] net: hsr: Add VLAN CTAG filter support https://git.kernel.org/netdev/net-next/c/1a8a63a5305e - [net-next,v3,3/4] net: ti: icssg-prueth: Add VLAN support for HSR mode https://git.kernel.org/netdev/net-next/c/e6bf1f7aea4d - [net-next,v3,4/4] selftests: hsr: Add test for VLAN https://git.kernel.org/netdev/net-next/c/75e3f12fa51b
You are awesome, thank you!