Re: [PATCH net-next v5 1/4] ethtool: provide customized dim profile management

2024-04-11 Thread Simon Horman
On Wed, Apr 10, 2024 at 11:13:15AM +0800, Heng Qi wrote: > > > 在 2024/4/10 上午9:44, Jakub Kicinski 写道: > > On Tue, 9 Apr 2024 20:03:21 +0800 Heng Qi wrote: > > > +/** > > > + * coalesce_put_profile - fill reply with a nla nest with four child nla > > > nests. > > > + * @skb: socket buffer the me

Re: [PATCH net-next v5 1/4] ethtool: provide customized dim profile management

2024-04-09 Thread Heng Qi
在 2024/4/10 上午9:44, Jakub Kicinski 写道: On Tue, 9 Apr 2024 20:03:21 +0800 Heng Qi wrote: +/** + * coalesce_put_profile - fill reply with a nla nest with four child nla nests. + * @skb: socket buffer the message is stored in + * @attr_type: nest attr type ETHTOOL_A_COALESCE_*X_*QE_PROFILE + *

Re: [PATCH net-next v5 1/4] ethtool: provide customized dim profile management

2024-04-09 Thread Jakub Kicinski
On Tue, 9 Apr 2024 20:03:21 +0800 Heng Qi wrote: > +/** > + * coalesce_put_profile - fill reply with a nla nest with four child nla > nests. > + * @skb: socket buffer the message is stored in > + * @attr_type: nest attr type ETHTOOL_A_COALESCE_*X_*QE_PROFILE > + * @profile: data passed to userspa

[PATCH net-next v5 1/4] ethtool: provide customized dim profile management

2024-04-09 Thread Heng Qi
The NetDIM library, currently leveraged by an array of NICs, delivers excellent acceleration benefits. Nevertheless, NICs vary significantly in their dim profile list prerequisites. Specifically, virtio-net backends may present diverse sw or hw device implementation, making a one-size-fits-all par