Re: [PATCH net-next 3/3] virtio-net: reduce the CPU consumption of dim worker

2024-01-21 Thread Xuan Zhuo
On Tue, 16 Jan 2024 21:11:33 +0800, Heng Qi wrote: > Accumulate multiple request commands to kick the device once, > and obtain the processing results of the corresponding commands > asynchronously. The batch command method is used to optimize the > CPU overhead of the DIM worker caused by the gue

Re: [PATCH net-next 3/3] virtio-net: reduce the CPU consumption of dim worker

2024-01-21 Thread Xuan Zhuo
On Tue, 16 Jan 2024 21:11:33 +0800, Heng Qi wrote: > Accumulate multiple request commands to kick the device once, > and obtain the processing results of the corresponding commands > asynchronously. The batch command method is used to optimize the > CPU overhead of the DIM worker caused by the gue

Re: [PATCH net-next 3/3] virtio-net: reduce the CPU consumption of dim worker

2024-01-19 Thread kernel test robot
Hi Heng, kernel test robot noticed the following build errors: [auto build test ERROR on net-next/main] url: https://github.com/intel-lab-lkp/linux/commits/Heng-Qi/virtio-net-fix-possible-dim-status-unrecoverable/20240116-211306 base: net-next/main patch link: https://lore.kernel.org/r

Re: [PATCH net-next 3/3] virtio-net: reduce the CPU consumption of dim worker

2024-01-19 Thread kernel test robot
Hi Heng, kernel test robot noticed the following build errors: [auto build test ERROR on net-next/main] url: https://github.com/intel-lab-lkp/linux/commits/Heng-Qi/virtio-net-fix-possible-dim-status-unrecoverable/20240116-211306 base: net-next/main patch link: https://lore.kernel.org/r

Re: [PATCH net-next 3/3] virtio-net: reduce the CPU consumption of dim worker

2024-01-16 Thread Heng Qi
在 2024/1/17 上午3:56, Simon Horman 写道: On Tue, Jan 16, 2024 at 09:11:33PM +0800, Heng Qi wrote: Accumulate multiple request commands to kick the device once, and obtain the processing results of the corresponding commands asynchronously. The batch command method is used to optimize the CPU over

Re: [PATCH net-next 3/3] virtio-net: reduce the CPU consumption of dim worker

2024-01-16 Thread Simon Horman
On Tue, Jan 16, 2024 at 09:11:33PM +0800, Heng Qi wrote: > Accumulate multiple request commands to kick the device once, > and obtain the processing results of the corresponding commands > asynchronously. The batch command method is used to optimize the > CPU overhead of the DIM worker caused by th