Re: [PATCH net-next v4 1/5] ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculation
Ido Schimmel <[email protected]> Mon, 13 Apr 2026 11:46:32 +0300
| Newsgroups | dev.linux.lists.bridge,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest,org.kernel.vger.netdev |
|---|---|
| Message-ID | <20260413084632.GA209364@shredder> |
On Sun, Apr 12, 2026 at 11:10:43AM +0000, 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. > > Signed-off-by: Ujjal Roy <[email protected]> Reviewed-by: Ido Schimmel <[email protected]>