RE: [EXTERNAL] Re: [PATCH net-next] net: ethtool: add COALESCE_RX_CQE_FRAMES/NSECS parameters
From: Haiyang Zhang
Date: Mon Feb 23 2026 - 11:12:53 EST
> -----Original Message-----
> From: Kory Maincent <kory.maincent@xxxxxxxxxxx>
> Sent: Monday, February 23, 2026 4:26 AM
> To: Haiyang Zhang <haiyangz@xxxxxxxxxxxxxxxxxxx>
> Cc: linux-hyperv@xxxxxxxxxxxxxxx; netdev@xxxxxxxxxxxxxxx; Andrew Lunn
> <andrew@xxxxxxx>; Jakub Kicinski <kuba@xxxxxxxxxx>; Donald Hunter
> <donald.hunter@xxxxxxxxx>; David S. Miller <davem@xxxxxxxxxxxxx>; Eric
> Dumazet <edumazet@xxxxxxxxxx>; Paolo Abeni <pabeni@xxxxxxxxxx>; Simon
> Horman <horms@xxxxxxxxxx>; Jonathan Corbet <corbet@xxxxxxx>; Shuah Khan
> <skhan@xxxxxxxxxxxxxxxxxxx>; Gal Pressman <gal@xxxxxxxxxx>; Oleksij Rempel
> <o.rempel@xxxxxxxxxxxxxx>; Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>;
> linux-kernel@xxxxxxxxxxxxxxx; linux-doc@xxxxxxxxxxxxxxx; Haiyang Zhang
> <haiyangz@xxxxxxxxxxxxx>; Paul Rosswurm <paulros@xxxxxxxxxxxxx>
> Subject: [EXTERNAL] Re: [PATCH net-next] net: ethtool: add
> COALESCE_RX_CQE_FRAMES/NSECS parameters
>
> [You don't often get email from kory.maincent@xxxxxxxxxxx. Learn why this
> is important at https://aka.ms/LearnAboutSenderIdentification ]
>
> On Sun, 22 Feb 2026 13:23:17 -0800
> Haiyang Zhang <haiyangz@xxxxxxxxxxxxxxxxxxx> wrote:
>
> > From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
> >
> > Add two parameters for drivers supporting Rx CQE Coalescing.
> >
> > ETHTOOL_A_COALESCE_RX_CQE_FRAMES:
> > Maximum number of frames that can be coalesced into a CQE.
> >
> > ETHTOOL_A_COALESCE_RX_CQE_NSECS:
> > Time out value in nanoseconds after the first packet arrival in a
> > coalesced CQE to be sent.
> >
> > Signed-off-by: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
>
> You send this patch one day before the official reopening of net-next.
> Not sure if this will be taken into account by patchwork.
> Else:
> Reviewed-by: Kory Maincent <kory.maincent@xxxxxxxxxxx>
Thanks for the review! I sent it a day earlier because of the winter
storm :)
- Haiyang