Re: [PATCH net-next v2 2/2] virtio_net: improve dim command request efficiency

2024-06-05 Thread Heng Qi
On Thu, 6 Jun 2024 08:27:35 +0800, Jason Wang wrote: > On Wed, Jun 5, 2024 at 10:56 PM Heng Qi wrote: > > > > Currently, the control queue (ctrlq) handles commands synchronously, > > leading to increased delays for dim commands during multi-queue > > VM configuration and directly impacting dim pe

Re: [PATCH net-next v2 2/2] virtio_net: improve dim command request efficiency

2024-06-05 Thread Jason Wang
On Wed, Jun 5, 2024 at 10:56 PM Heng Qi wrote: > > Currently, the control queue (ctrlq) 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