Re: [PATCH] vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices

2023-06-07 Thread Eugenio Perez Martin
On Wed, Jun 7, 2023 at 12:08 PM Michael Tokarev wrote: > > 02.06.2023 20:33, Eugenio Pérez wrote: > > QEMU does not emulate it so it must be disabled as long as the backend > > does not support it. > > > > Signed-off-by: Eugenio Pérez > > --- > > net/vhost-vdpa.c | 1 + > > 1 file changed, 1

Re: [PATCH] vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices

2023-06-07 Thread Michael Tokarev
02.06.2023 20:33, Eugenio Pérez wrote: QEMU does not emulate it so it must be disabled as long as the backend does not support it. Signed-off-by: Eugenio Pérez --- net/vhost-vdpa.c | 1 + 1 file changed, 1 insertion(+) Is it -stable material? Thanks, /mjt

Re: [PATCH] vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices

2023-06-07 Thread Lei Yang
QE tested sanity testing for this patch on the vhost_vdpa device, everything works fine. Tested-by: Lei Yang On Tue, Jun 6, 2023 at 9:33 AM Jason Wang wrote: > > On Sat, Jun 3, 2023 at 1:33 AM Eugenio Pérez wrote: > > > > QEMU does not emulate it so it must be disabled as long as the backend

Re: [PATCH] vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices

2023-06-05 Thread Jason Wang
On Sat, Jun 3, 2023 at 1:33 AM Eugenio Pérez wrote: > > QEMU does not emulate it so it must be disabled as long as the backend > does not support it. > > Signed-off-by: Eugenio Pérez Acked-by: Jason Wang Thanks > --- > net/vhost-vdpa.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[PATCH] vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices

2023-06-02 Thread Eugenio Pérez
QEMU does not emulate it so it must be disabled as long as the backend does not support it. Signed-off-by: Eugenio Pérez --- net/vhost-vdpa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c index 5360924ba0..427a57dd6f 100644 --- a/net/vhost-vdpa.c +++