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

2024-05-08 Thread Heng Qi
On Wed, 8 May 2024 08:11:39 -0700, Jakub Kicinski wrote: > On Wed, 8 May 2024 21:26:46 +0800 Heng Qi wrote: > > On Tue, 7 May 2024 19:57:52 -0700, Jakub Kicinski wrote: > > > On Sat, 4 May 2024 14:44:45 +0800 Heng Qi wrote: > > > > @@ -1325,6 +1354,8 @@ operations: > > > > - tx-ag

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

2024-05-08 Thread Jakub Kicinski
On Wed, 8 May 2024 21:26:46 +0800 Heng Qi wrote: > On Tue, 7 May 2024 19:57:52 -0700, Jakub Kicinski wrote: > > On Sat, 4 May 2024 14:44:45 +0800 Heng Qi wrote: > > > @@ -1325,6 +1354,8 @@ operations: > > > - tx-aggr-max-bytes > > > - tx-aggr-max-frames > > >

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

2024-05-08 Thread Heng Qi
On Tue, 7 May 2024 19:57:52 -0700, Jakub Kicinski wrote: > On Sat, 4 May 2024 14:44:45 +0800 Heng Qi wrote: > > @@ -1325,6 +1354,8 @@ operations: > > - tx-aggr-max-bytes > > - tx-aggr-max-frames > > - tx-aggr-time-usecs > > +- rx-profile > > +

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

2024-05-07 Thread Jakub Kicinski
On Sat, 4 May 2024 14:44:45 +0800 Heng Qi wrote: > @@ -1325,6 +1354,8 @@ operations: > - tx-aggr-max-bytes > - tx-aggr-max-frames > - tx-aggr-time-usecs > +- rx-profile > +- tx-profile >dump: *coalesce-get-op > - >

[PATCH net-next v12 2/4] ethtool: provide customized dim profile management

2024-05-03 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