> -----Original Message-----
> From: Andrew Lunn <[email protected]>
> Sent: Monday, February 23, 2026 9:01 AM
> To: Haiyang Zhang <[email protected]>
> Cc: [email protected]; [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]>; Kory
> Maincent (Dent Project) <[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
>
> On Sun, Feb 22, 2026 at 01:23:17PM -0800, Haiyang Zhang 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.
>
> A new API needs a user. A kAPI especially needs a user. Please add
> support to at least one driver.
Sure, next time I will include MANA driver patches using this kAPI
in the same series. The MANA HW/FW API is still being worked on by
other teams.
Thanks,
- Haiyang