Re: [PATCH] virtio: document ENOSPC

2025-06-12 Thread Xuan Zhuo
On Tue, 27 May 2025 10:27:19 -0400, "Michael S. Tsirkin" wrote: > drivers handle ENOSPC specially since it's an error one can > get from a working VQ. Document the semantics. > > Reported-by: Parav Pandit > Signed-off-by: Michael S. Tsirkin Reviewed-by: Xuan Zhuo > --- > drivers/virtio/virt

RE: [PATCH] virtio: document ENOSPC

2025-05-28 Thread Parav Pandit
> From: Michael S. Tsirkin > Sent: Tuesday, May 27, 2025 7:57 PM > To: linux-kernel@vger.kernel.org > Cc: Parav Pandit ; Jason Wang ; > Xuan Zhuo ; Eugenio Pérez > ; virtualizat...@lists.linux.dev > Subject: [PATCH] virtio: document ENOSPC > > drivers handle ENOSPC specially since it's an erro

Re: [PATCH] virtio: document ENOSPC

2025-05-28 Thread Jason Wang
On Tue, May 27, 2025 at 10:27 PM Michael S. Tsirkin wrote: > > drivers handle ENOSPC specially since it's an error one can > get from a working VQ. Document the semantics. > > Reported-by: Parav Pandit > Signed-off-by: Michael S. Tsirkin > --- > drivers/virtio/virtio_ring.c | 4 > 1 file c

Re: [PATCH] virtio: document ENOSPC

2025-05-28 Thread Stefan Hajnoczi
On Tue, May 27, 2025 at 10:28 AM Michael S. Tsirkin wrote: > > drivers handle ENOSPC specially since it's an error one can > get from a working VQ. Document the semantics. > > Reported-by: Parav Pandit > Signed-off-by: Michael S. Tsirkin > --- > drivers/virtio/virtio_ring.c | 4 > 1 file c