Re: [PATCH net-next V1 3/4] virtio_net: support per queue interrupt coalesce command

2023-07-12 Thread Xuan Zhuo
On Mon, 10 Jul 2023 12:20:04 +0300, Gavin Li wrote: > Add interrupt_coalesce config in send_queue and receive_queue to cache user > config. > > Send per virtqueue interrupt moderation config to underline device in order > to have more efficient interrupt moderation and cpu utilization of guest >

Re: [PATCH net-next V1 3/4] virtio_net: support per queue interrupt coalesce command

2023-07-12 Thread Jason Wang
On Mon, Jul 10, 2023 at 5:21 PM Gavin Li wrote: > Add interrupt_coalesce config in send_queue and receive_queue to cache user > config. > > Send per virtqueue interrupt moderation config to underline device in order > to have more efficient interrupt moderation and cpu utilization of guest > VM.