]> git.itanic.dy.fi Git - linux-stable/commit
bridge: mcast: Factor out a helper for PG entry size calculation
authorIdo Schimmel <idosch@nvidia.com>
Wed, 25 Oct 2023 12:30:10 +0000 (15:30 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Oct 2023 09:51:41 +0000 (10:51 +0100)
commit62ef9cba98a2e401b1e8b5dedcc56b735031e744
tree352f9061278a9dd5d9aeea1b23f67bcf8ca2be79
parent1b6d993509c13d180b2a9fbfe0ebc48e344348df
bridge: mcast: Factor out a helper for PG entry size calculation

Currently, netlink notifications are sent for individual port group
entries and not for the entire MDB entry itself.

Subsequent patches are going to add MDB get support which will require
the bridge driver to reply with an entire MDB entry.

Therefore, as a preparation, factor out an helper to calculate the size
of an individual port group entry. When determining the size of the
reply this helper will be invoked for each port group entry in the MDB
entry.

No functional changes intended.

Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_mdb.c