On 4/5/25 00:53, Joseph Huang wrote: > Add support to handle mdb offload failure notifications. > > The link to kernel changes: > https://lore.kernel.org/netdev/20250404212940.1837879-1-Joseph.Huang@xxxxxxxxxx/ > > Joseph Huang (2): > bridge: mdb: Support offload failed flag > iplink_bridge: Add mdb_offload_fail_notification > > bridge/mdb.c | 2 ++ > ip/iplink_bridge.c | 19 +++++++++++++++++++ > man/man8/ip-link.8.in | 7 +++++++ > 3 files changed, 28 insertions(+) > > --- > v1: https://lore.kernel.org/netdev/20250318225026.145501-1-Joseph.Huang@xxxxxxxxxx/ > v2: https://lore.kernel.org/netdev/20250403235452.1534269-1-Joseph.Huang@xxxxxxxxxx/ > Change multi-valued option mdb_notify_on_flag_change to bool option > mdb_offload_fail_notification > v3: Patch 2/2 Use strcmp instead of matches > Somehow you've CCed me only on patch 1. :)