Re: [PATCH net-next v3 4/4] virtio_net: improve dim command request efficiency

2024-06-18 Thread Heng Qi
On Tue, 18 Jun 2024 09:29:48 +0800, Jason Wang wrote: > On Mon, Jun 17, 2024 at 4:08 PM Heng Qi wrote: > > > > On Mon, 17 Jun 2024 12:05:30 +0800, Jason Wang wrote: > > > On Thu, Jun 6, 2024 at 2:15 PM Heng Qi wrote: > > > > > > > > Currently, control vq handles commands synchronously, > > > >

Re: [PATCH net-next v3 4/4] virtio_net: improve dim command request efficiency

2024-06-17 Thread Jason Wang
On Mon, Jun 17, 2024 at 4:08 PM Heng Qi wrote: > > On Mon, 17 Jun 2024 12:05:30 +0800, Jason Wang wrote: > > On Thu, Jun 6, 2024 at 2:15 PM Heng Qi wrote: > > > > > > Currently, control vq handles commands synchronously, > > > leading to increased delays for dim commands during multi-queue > > >

Re: [PATCH net-next v3 4/4] virtio_net: improve dim command request efficiency

2024-06-17 Thread Heng Qi
On Mon, 17 Jun 2024 12:05:30 +0800, Jason Wang wrote: > On Thu, Jun 6, 2024 at 2:15 PM Heng Qi wrote: > > > > Currently, control vq handles commands synchronously, > > leading to increased delays for dim commands during multi-queue > > VM configuration and directly impacting dim performance. > >

Re: [PATCH net-next v3 4/4] virtio_net: improve dim command request efficiency

2024-06-16 Thread Jason Wang
On Thu, Jun 6, 2024 at 2:15 PM Heng Qi wrote: > > Currently, control vq handles commands synchronously, > leading to increased delays for dim commands during multi-queue > VM configuration and directly impacting dim performance. > > To address this, we are shifting to asynchronous processing of >

Re: [PATCH net-next v3 4/4] virtio_net: improve dim command request efficiency

2024-06-06 Thread kernel test robot
/20240606061446.127802-5-hengqi%40linux.alibaba.com patch subject: [PATCH net-next v3 4/4] virtio_net: improve dim command request efficiency config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20240607/202406070616.vnsljtt2-...@intel.com/config) compiler: sh4-linux-gcc (GCC) 13.2.0

Re: [PATCH net-next v3 4/4] virtio_net: improve dim command request efficiency

2024-06-06 Thread kernel test robot
/20240606061446.127802-5-hengqi%40linux.alibaba.com patch subject: [PATCH net-next v3 4/4] virtio_net: improve dim command request efficiency config: riscv-defconfig (https://download.01.org/0day-ci/archive/20240606/202406061803.r48fh9c8-...@intel.com/config) compiler: clang version 19.0.0git (https

[PATCH net-next v3 4/4] virtio_net: improve dim command request efficiency

2024-06-05 Thread Heng Qi
Currently, control vq handles commands synchronously, leading to increased delays for dim commands during multi-queue VM configuration and directly impacting dim performance. To address this, we are shifting to asynchronous processing of ctrlq's dim commands. Signed-off-by: Heng Qi --- drivers/