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,
> > > >
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
> > >
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.
> >
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
>
/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
/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
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/