From: David S. Miller Date: Wed, 5 Jan 2022 11:25:14 +0000 (+0000) Subject: Merge branch 'lan966x-extend-switchdev-and-mdb-support' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c5bcdd8228d80432471d646646a1203dce5b449f;p=linux.git Merge branch 'lan966x-extend-switchdev-and-mdb-support' Horatiu Vultur says: ==================== net: lan966x: Extend switchdev with mdb support This patch series extends lan966x with mdb support by implementing the switchdev callbacks: SWITCHDEV_OBJ_ID_PORT_MDB and SWITCHDEV_OBJ_ID_HOST_MDB. It adds support for both ipv4/ipv6 entries and l2 entries. v2->v3: - rename PGID_FIRST and PGID_LAST to PGID_GP_START and PGID_GP_END - don't forget and relearn an entry for the CPU if there are more references to the cpu. v1->v2: - rename lan966x_mac_learn_impl to __lan966x_mac_learn - rename lan966x_mac_cpu_copy to lan966x_mac_ip_learn - fix grammar and typos in comments and commit messages - add reference counter for entries that copy frames to CPU ==================== Reviewed-by: Vladimir Oltean Signed-off-by: David S. Miller --- c5bcdd8228d80432471d646646a1203dce5b449f