Re: [PATCH net v3 2/2] virtio-net: unbreak vq resizing when coalescing is not negotiated

2024-08-01 Thread Heng Qi
On Thu, 1 Aug 2024 08:30:44 -0400, "Michael S. Tsirkin" wrote: > On Thu, Aug 01, 2024 at 08:27:39PM +0800, Heng Qi wrote: > > Don't break the resize action if the vq coalescing feature > > named VIRTIO_NET_F_VQ_NOTF_COAL is not negotiated. > > > > Fixes: f61fe5f081cf ("virtio-net: fix the vq coal

Re: [PATCH net v3 2/2] virtio-net: unbreak vq resizing when coalescing is not negotiated

2024-08-01 Thread Michael S. Tsirkin
On Thu, Aug 01, 2024 at 08:27:39PM +0800, Heng Qi wrote: > Don't break the resize action if the vq coalescing feature > named VIRTIO_NET_F_VQ_NOTF_COAL is not negotiated. > > Fixes: f61fe5f081cf ("virtio-net: fix the vq coalescing setting for vq > resize") > Signed-off-by: Heng Qi > Reviewed-by:

[PATCH net v3 2/2] virtio-net: unbreak vq resizing when coalescing is not negotiated

2024-08-01 Thread Heng Qi
Don't break the resize action if the vq coalescing feature named VIRTIO_NET_F_VQ_NOTF_COAL is not negotiated. Fixes: f61fe5f081cf ("virtio-net: fix the vq coalescing setting for vq resize") Signed-off-by: Heng Qi Reviewed-by: Xuan Zhuo Acked-by: Eugenio Pé rez Acked-by: Jason Wang --- v2->v3: