On 05/12/2022 09:42, Ido Schimmel wrote: > The MDB configuration structure (i.e., struct br_mdb_config) now > includes all the necessary information from the parsed RTM_{NEW,DEL}MDB > netlink messages, so use it. > > This will later allow us to delete the calls to br_mdb_parse() from > br_mdb_add() and br_mdb_del(). > > No functional changes intended. > > Signed-off-by: Ido Schimmel <idosch@xxxxxxxxxx> > --- > net/bridge/br_mdb.c | 34 +++++++++++++++------------------- > 1 file changed, 15 insertions(+), 19 deletions(-) > Acked-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>