diff options
author | MD Danish Anwar <danishanwar@ti.com> | 2025-01-10 13:58:52 +0530 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2025-01-14 12:17:27 +0100 |
commit | 161087db66d6bef11679640bc894d7bf62d2e431 (patch) | |
tree | 9002f17f47190fa334490d52e14dfe71668d8ad2 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 9c10dd8eed74de9e8adeb820939f8745cd566d4a (diff) |
net: ti: icssg-prueth: Add Support for Multicast filtering with VLAN in HSR mode
Add multicast filtering support for VLAN interfaces in HSR offload mode
for ICSSG driver.
The driver calls vlan_for_each() API on the hsr device's ndev to get the
list of available vlans for the hsr device. The driver then sync mc addr of
vlan interface with a locally mainatined list emac->vlan_mcast_list[vid]
using __hw_addr_sync_multiple() API.
The driver then calls the sync / unsync callbacks.
In the sync / unsync call back, driver checks if the vdev's real dev is
hsr device or not. If the real dev is hsr device, driver gets the per
port device using hsr_get_port_ndev() and then driver passes appropriate
vid to FDB helper functions.
Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions