[virtio-dev] [PATCH] virtio-net: clarify error handling for coalescing

2024-01-24 Thread Michael S. Tsirkin
This is not a huge deal since it's a SHOULD anyway, so make the new requirement SHOULD too. Signed-off-by: Michael S. Tsirkin --- device-types/net/description.tex | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/device-types/net/description.tex

Re: [virtio-dev] RE: [virtio-comment] RE: [virtio-dev] RE: [virtio-comment] [PATCH v2] virtio-net: support setting coalescing params for multiple vqs

2024-01-24 Thread Heng Qi
在 2024/1/22 下午1:03, Parav Pandit 写道: From: Heng Qi Sent: Monday, January 22, 2024 8:27 AM 在 2024/1/20 下午5:59, Parav Pandit 写道: From: Heng Qi Sent: Wednesday, January 17, 2024 10:22 AM 在 2024/1/15 下午9:21, Parav Pandit 写道: From: virtio-comm...@lists.oasis-open.org On Behalf Of Heng Qi

[virtio-dev] RE: [virtio] [PATCH] virtio-net: clarify error handling for coalescing

2024-01-24 Thread Parav Pandit
> From: vir...@lists.oasis-open.org On Behalf Of > Michael S. Tsirkin > Sent: Wednesday, January 24, 2024 4:46 PM > To: virtio-comm...@lists.oasis-open.org; virtio-dev@lists.oasis-open.org > Cc: vir...@lists.oasis-open.org Can we please avoid posting to three different lists? > Subject:

RE: [virtio-dev] RE: [virtio-comment] RE: [virtio-dev] RE: [virtio-comment] [PATCH v2] virtio-net: support setting coalescing params for multiple vqs

2024-01-24 Thread Parav Pandit
> From: Heng Qi > Sent: Wednesday, January 24, 2024 6:31 PM > > > 在 2024/1/22 下午1:03, Parav Pandit 写道: > > > >> From: Heng Qi > >> Sent: Monday, January 22, 2024 8:27 AM > >> > >> 在 2024/1/20 下午5:59, Parav Pandit 写道: > From: Heng Qi > Sent: Wednesday, January 17, 2024 10:22 AM >

[virtio-dev] Re: [PATCH v2] virtio-net: support setting coalescing params for multiple vqs

2024-01-24 Thread Michael S. Tsirkin
On Wed, Jan 24, 2024 at 05:50:28AM -0500, Michael S. Tsirkin wrote: > On Mon, Jan 15, 2024 at 09:06:02PM +0800, Heng Qi wrote: > > Currently, when each time the driver attempts to update the coalescing > > parameters > > for a vq, it needs to kick the device and wait for the ctrlq response to >

[virtio-dev] Re: [PATCH v2] virtio-net: support setting coalescing params for multiple vqs

2024-01-24 Thread Michael S. Tsirkin
On Mon, Jan 15, 2024 at 09:06:02PM +0800, Heng Qi wrote: > Currently, when each time the driver attempts to update the coalescing > parameters > for a vq, it needs to kick the device and wait for the ctrlq response to > return. > The following path is observed: 1. Driver kicks the device; 2.

[virtio-dev] Re: [virtio-comment] RE: [virtio-dev] RE: [virtio-comment] RE: [virtio-dev] RE: [virtio-comment] [PATCH v2] virtio-net: support setting coalescing params for multiple vqs

2024-01-24 Thread Jason Wang
On Thu, Jan 25, 2024 at 11:05 AM Heng Qi wrote: > > > > 在 2024/1/24 下午9:18, Parav Pandit 写道: > >> From: Heng Qi > >> Sent: Wednesday, January 24, 2024 6:31 PM > >> > >> > >> 在 2024/1/22 下午1:03, Parav Pandit 写道: > From: Heng Qi > Sent: Monday, January 22, 2024 8:27 AM > > 在