Re: [PATCH net-next 1/3] virtio_net: enable irq for the control vq

2024-05-07 Thread Heng Qi
On Wed, 8 May 2024 10:19:06 +0800, Jason Wang wrote: > On Tue, May 7, 2024 at 2:33 PM Heng Qi wrote: > > > > On Tue, 7 May 2024 14:24:16 +0800, Jason Wang wrote: > > > On Tue, May 7, 2024 at 12:03 PM Heng Qi wrote: > > > > > > > > On Tue, 7 May 2024 11:15:22 +0800, Jason Wang > > > > wrote: >

Re: [PATCH net-next 1/3] virtio_net: enable irq for the control vq

2024-05-07 Thread Jason Wang
On Tue, May 7, 2024 at 2:33 PM Heng Qi wrote: > > On Tue, 7 May 2024 14:24:16 +0800, Jason Wang wrote: > > On Tue, May 7, 2024 at 12:03 PM Heng Qi wrote: > > > > > > On Tue, 7 May 2024 11:15:22 +0800, Jason Wang wrote: > > > > On Thu, Apr 25, 2024 at 8:59 PM Heng Qi > > > > wrote: > > > > > >

Re: [PATCH net-next 1/3] virtio_net: enable irq for the control vq

2024-05-06 Thread Heng Qi
On Tue, 7 May 2024 14:24:16 +0800, Jason Wang wrote: > On Tue, May 7, 2024 at 12:03 PM Heng Qi wrote: > > > > On Tue, 7 May 2024 11:15:22 +0800, Jason Wang wrote: > > > On Thu, Apr 25, 2024 at 8:59 PM Heng Qi wrote: > > > > > > > > Control vq polling request results consume more CPU. > > > > Es

Re: [PATCH net-next 1/3] virtio_net: enable irq for the control vq

2024-05-06 Thread Jason Wang
On Tue, May 7, 2024 at 12:03 PM Heng Qi wrote: > > On Tue, 7 May 2024 11:15:22 +0800, Jason Wang wrote: > > On Thu, Apr 25, 2024 at 8:59 PM Heng Qi wrote: > > > > > > Control vq polling request results consume more CPU. > > > Especially when dim issues more control requests to the device, > > >

Re: [PATCH net-next 1/3] virtio_net: enable irq for the control vq

2024-05-06 Thread Heng Qi
On Tue, 7 May 2024 11:15:22 +0800, Jason Wang wrote: > On Thu, Apr 25, 2024 at 8:59 PM Heng Qi wrote: > > > > Control vq polling request results consume more CPU. > > Especially when dim issues more control requests to the device, > > it's beneficial to the guest to enable control vq's irq. > > >

Re: [PATCH net-next 1/3] virtio_net: enable irq for the control vq

2024-05-06 Thread Jason Wang
On Thu, Apr 25, 2024 at 8:59 PM Heng Qi wrote: > > Control vq polling request results consume more CPU. > Especially when dim issues more control requests to the device, > it's beneficial to the guest to enable control vq's irq. > > Suggested-by: Jason Wang > Signed-off-by: Heng Qi > --- > driv

[PATCH net-next 1/3] virtio_net: enable irq for the control vq

2024-04-25 Thread Heng Qi
Control vq polling request results consume more CPU. Especially when dim issues more control requests to the device, it's beneficial to the guest to enable control vq's irq. Suggested-by: Jason Wang Signed-off-by: Heng Qi --- drivers/net/virtio_net.c | 45 ++-