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

2024-04-13 Thread Heng Qi
在 2024/4/13 上午10:26, Jakub Kicinski 写道: On Thu, 11 Apr 2024 22:12:29 +0800 Heng Qi wrote: +#include #include #include #include @@ -1649,6 +1650,9 @@ struct net_device_ops { * @IFF_SEE_ALL_HWTSTAMP_REQUESTS: device wants to see calls to *ndo_hwtstamp_set() for all timestamp

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

2024-04-12 Thread Jakub Kicinski
On Thu, 11 Apr 2024 22:12:29 +0800 Heng Qi wrote: > +name: usec > +type: u16 > + - > +name: pkts > +type: u16 > + - > +name: comps > +type: u16 I think I mentioned already - u32 please.

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

2024-04-12 Thread Jakub Kicinski
On Thu, 11 Apr 2024 22:12:29 +0800 Heng Qi wrote: > +#include > #include > #include > #include > @@ -1649,6 +1650,9 @@ struct net_device_ops { > * @IFF_SEE_ALL_HWTSTAMP_REQUESTS: device wants to see calls to > * ndo_hwtstamp_set() for all timestamp requests regardless of source, > *

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

2024-04-12 Thread kernel test robot
/1712844751-53514-3-git-send-email-hengqi%40linux.alibaba.com patch subject: [PATCH net-next v6 2/4] ethtool: provide customized dim profile management config: openrisc-defconfig (https://download.01.org/0day-ci/archive/20240413/202404130138.7jomaraz-...@intel.com/config) compiler: or1k-linux-gcc (GCC

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

2024-04-12 Thread Heng Qi
在 2024/4/12 下午11:33, Brett Creeley 写道: On 4/11/2024 7:07 PM, Heng Qi wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. 在 2024/4/11 下午11:19, Brett Creeley 写道: On 4/11/2024 7:12 AM, Heng Qi wrote:

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

2024-04-12 Thread Brett Creeley
On 4/11/2024 7:07 PM, Heng Qi wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. 在 2024/4/11 下午11:19, Brett Creeley 写道: On 4/11/2024 7:12 AM, Heng Qi wrote: Caution: This message originated from an

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

2024-04-11 Thread kernel test robot
/1712844751-53514-3-git-send-email-hengqi%40linux.alibaba.com patch subject: [PATCH net-next v6 2/4] ethtool: provide customized dim profile management config: um-allnoconfig (https://download.01.org/0day-ci/archive/20240412/202404121200.pplgt1xp-...@intel.com/config) compiler: clang version 17.0.6 (https

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

2024-04-11 Thread kernel test robot
/1712844751-53514-3-git-send-email-hengqi%40linux.alibaba.com patch subject: [PATCH net-next v6 2/4] ethtool: provide customized dim profile management config: riscv-defconfig (https://download.01.org/0day-ci/archive/20240412/202404121112.lymscqm1-...@intel.com/config) compiler: clang version 19.0.0git

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

2024-04-11 Thread Heng Qi
在 2024/4/11 下午11:19, Brett Creeley 写道: On 4/11/2024 7:12 AM, Heng Qi wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. The NetDIM library, currently leveraged by an array of NICs, delivers excellen

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

2024-04-11 Thread Brett Creeley
On 4/11/2024 7:12 AM, Heng Qi wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. The NetDIM library, currently leveraged by an array of NICs, delivers excellent acceleration benefits. Nevertheless, NIC

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

2024-04-11 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