Re: [PATCH net-next v5 1/5] ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculation
Nikolay Aleksandrov <[email protected]> Sat, 2 May 2026 09:02:32 +0300
| Newsgroups | gmane.linux.network.bridge |
|---|---|
| Message-ID | <dc11bf91-dace-4235-9055-223042067a23__2884.4380330824$1777701797$gmane$org@blackwall.org> |
On 01/05/2026 20:31, Ujjal Roy wrote: > Get rid of the IGMPV3_MRC macro and use the igmpv3_mrt() API to > calculate the Max Resp Time from the Maximum Response Code. > > Similarly, for IGMPV3_QQIC, use the igmpv3_qqi() API to calculate > the Querier's Query Interval from the QQIC field. > > Reviewed-by: Ido Schimmel <[email protected]> > Signed-off-by: Ujjal Roy <[email protected]> > --- > include/linux/igmp.h | 80 +++++++++++++++++++++++++++++++++++---- > net/bridge/br_multicast.c | 2 +- > net/ipv4/igmp.c | 6 +-- > 3 files changed, 76 insertions(+), 12 deletions(-) > Reviewed-by: Nikolay Aleksandrov <[email protected]>