Re: [RFC PATCH v2 5/8] vdpa: Remove shadow CVQ command check

2022-10-19 Thread Jason Wang
On Wed, Oct 19, 2022 at 8:52 PM Eugenio Pérez wrote: > > The guest will see undefined behavior if it issue not negotiate > commands, bit it is expected somehow. > > Simplify code deleting this check. > > Signed-off-by: Eugenio Pérez Acked-by: Jason Wang > --- > net/vhost-vdpa.c | 48 -

[RFC PATCH v2 5/8] vdpa: Remove shadow CVQ command check

2022-10-19 Thread Eugenio Pérez
The guest will see undefined behavior if it issue not negotiate commands, bit it is expected somehow. Simplify code deleting this check. Signed-off-by: Eugenio Pérez --- net/vhost-vdpa.c | 48 1 file changed, 48 deletions(-) diff --git a/net/vho