Re: [Patch v3 net-next 1/3] net: bridge: mcast: Add offload failed mdb flag

From: Nikolay Aleksandrov
Date: Sat Apr 05 2025 - 04:09:58 EST


On 4/5/25 00:29, Joseph Huang wrote:
> Add MDB_FLAGS_OFFLOAD_FAILED and MDB_PG_FLAGS_OFFLOAD_FAILED to indicate
> that an attempt to offload the MDB entry to switchdev has failed.
>
> Signed-off-by: Joseph Huang <Joseph.Huang@xxxxxxxxxx>
> ---
> include/uapi/linux/if_bridge.h | 9 +++++----
> net/bridge/br_mdb.c | 2 ++
> net/bridge/br_private.h | 20 +++++++++++++++-----
> net/bridge/br_switchdev.c | 9 +++++----
> 4 files changed, 27 insertions(+), 13 deletions(-)
>

Acked-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>