Re: [PATCH] vdpa: Remove shadow CVQ command check

2022-10-20 Thread Jason Wang
On Thu, Oct 20, 2022 at 4:02 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 Applied. Thanks > --- > net/vhost-vd

[PATCH] vdpa: Remove shadow CVQ command check

2022-10-20 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 Acked-by: Jason Wang --- net/vhost-vdpa.c | 48 1 file changed, 48 deletions(-)