On 05/12/2022 09:42, Ido Schimmel wrote: > The parsing of the netlink messages and the validity checks are now > performed in br_mdb_config_init() so we can remove br_mdb_parse(). > > This finally allows us to stop passing netlink attributes deep in the > MDB control path and only use the MDB configuration structure. > > Signed-off-by: Ido Schimmel <idosch@xxxxxxxxxx> > --- > net/bridge/br_mdb.c | 93 +++------------------------------------------ > 1 file changed, 5 insertions(+), 88 deletions(-) > Acked-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>