Re: [PATCH net-next v8 0/4] ethtool: provide the dim profile fine-tuning channel

2024-04-17 Thread Heng Qi
在 2024/4/17 下午2:52, Jason Xing 写道: On Wed, Apr 17, 2024 at 2:35 PM Heng Qi wrote: 在 2024/4/17 上午10:53, Jason Xing 写道: Hello Jakub, On Wed, Apr 17, 2024 at 10:30 AM Jakub Kicinski wrote: On Wed, 17 Apr 2024 10:22:52 +0800 Heng Qi wrote: Have you encountered compilation problems in v8?

Re: [PATCH net-next v8 0/4] ethtool: provide the dim profile fine-tuning channel

2024-04-16 Thread Jason Xing
On Wed, Apr 17, 2024 at 2:35 PM Heng Qi wrote: > > > > 在 2024/4/17 上午10:53, Jason Xing 写道: > > Hello Jakub, > > > > On Wed, Apr 17, 2024 at 10:30 AM Jakub Kicinski wrote: > >> On Wed, 17 Apr 2024 10:22:52 +0800 Heng Qi wrote: > >>> Have you encountered compilation problems in v8? > >> Yes, please

Re: [PATCH net-next v8 0/4] ethtool: provide the dim profile fine-tuning channel

2024-04-16 Thread Heng Qi
在 2024/4/17 上午10:53, Jason Xing 写道: Hello Jakub, On Wed, Apr 17, 2024 at 10:30 AM Jakub Kicinski wrote: On Wed, 17 Apr 2024 10:22:52 +0800 Heng Qi wrote: Have you encountered compilation problems in v8? Yes, please try building allmodconfig: make allmodconfig make .. there's many driver

Re: [PATCH net-next v8 0/4] ethtool: provide the dim profile fine-tuning channel

2024-04-16 Thread Jason Xing
Hello Jakub, On Wed, Apr 17, 2024 at 10:30 AM Jakub Kicinski wrote: > > On Wed, 17 Apr 2024 10:22:52 +0800 Heng Qi wrote: > > Have you encountered compilation problems in v8? > > Yes, please try building allmodconfig: > > make allmodconfig > make .. > > there's many drivers using this API, you go

Re: [PATCH net-next v8 0/4] ethtool: provide the dim profile fine-tuning channel

2024-04-16 Thread Jakub Kicinski
On Wed, 17 Apr 2024 10:22:52 +0800 Heng Qi wrote: > Have you encountered compilation problems in v8? Yes, please try building allmodconfig: make allmodconfig make .. there's many drivers using this API, you gotta build the full kernel..

Re: [PATCH net-next v8 0/4] ethtool: provide the dim profile fine-tuning channel

2024-04-16 Thread Heng Qi
在 2024/4/17 上午8:38, Jakub Kicinski 写道: On Tue, 16 Apr 2024 20:29:46 +0800 Heng Qi wrote: Please review, thank you very much! Please stop posting code which does not compile. The mailing list is for reviewing code, not build testing it. Sorry, three versions v7, RESEND v7, v8 in two days, t

Re: [PATCH net-next v8 0/4] ethtool: provide the dim profile fine-tuning channel

2024-04-16 Thread Jakub Kicinski
On Tue, 16 Apr 2024 20:29:46 +0800 Heng Qi wrote: > Please review, thank you very much! Please stop posting code which does not compile. The mailing list is for reviewing code, not build testing it. -- pw-bot: cr

[PATCH net-next v8 0/4] ethtool: provide the dim profile fine-tuning channel

2024-04-16 Thread Heng Qi
The NetDIM library provides excellent acceleration for many modern network cards. However, the default profiles of DIM limits its maximum capabilities for different NICs, so providing a way which the NIC can be custom configured is necessary. Currently, interaction with the driver is still based o