> -----Original Message-----
> From: Kory Maincent <[email protected]>
> Sent: Monday, February 23, 2026 4:26 AM
> To: Haiyang Zhang <[email protected]>
> Cc: [email protected]; [email protected]; Andrew Lunn
> <[email protected]>; Jakub Kicinski <[email protected]>; Donald Hunter
> <[email protected]>; David S. Miller <[email protected]>; Eric
> Dumazet <[email protected]>; Paolo Abeni <[email protected]>; Simon
> Horman <[email protected]>; Jonathan Corbet <[email protected]>; Shuah Khan
> <[email protected]>; Gal Pressman <[email protected]>; Oleksij Rempel
> <[email protected]>; Vadim Fedorenko <[email protected]>;
> [email protected]; [email protected]; Haiyang Zhang
> <[email protected]>; Paul Rosswurm <[email protected]>
> Subject: [EXTERNAL] Re: [PATCH net-next] net: ethtool: add
> COALESCE_RX_CQE_FRAMES/NSECS parameters
>
> [You don't often get email from [email protected]. Learn why this
> is important at https://aka.ms/LearnAboutSenderIdentification ]
>
> On Sun, 22 Feb 2026 13:23:17 -0800
> Haiyang Zhang <[email protected]> wrote:
>
> > From: Haiyang Zhang <[email protected]>
> >
> > 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 <[email protected]>
>
> 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 <[email protected]>
Thanks for the review! I sent it a day earlier because of the winter
storm :)
- Haiyang