Re: [PATCH net-next v2 2/5] ipv6: mld: rename mldv2_mrc() and add mldv2_qqi()
From: Ido Schimmel
Date: Wed Apr 01 2026 - 03:30:24 EST
On Mon, Mar 30, 2026 at 07:16:08PM +0000, Ujjal Roy wrote:
> Rename mldv2_mrc() to mldv2_mrd() as it used to calculate
s/as it used/as it is used/
> the Maximum Response Delay from the Maximum Response Code.
>
> Introduce a new API mldv2_qqi() to define the existing
> calculation logic of QQI from QQIC. This also organizes
> the existing mld_update_qi() API.
>
> Added by e3f5b1704 ("net: ipv6: mld: get rid of MLDV2_MRC and simplify calculation").
I don't see a point in mentioning this.
>
> Signed-off-by: Ujjal Roy <royujjal@xxxxxxxxx>
> ---
> include/net/mld.h | 64 +++++++++++++++++++++++++++++++++------
> net/bridge/br_multicast.c | 2 +-
> net/ipv6/mcast.c | 19 ++----------
> 3 files changed, 58 insertions(+), 27 deletions(-)
This is mostly similar to the previous patch, so the same comments apply
here.