Re: [RFC PATCH v2 1/8] vdpa: Delete duplicated vdpa_feature_bits entry

2022-10-19 Thread Jason Wang
On Wed, Oct 19, 2022 at 8:52 PM Eugenio Pérez wrote: > > This entry was duplicated on referenced commit. Removing it. > > Fixes: 402378407dbd ("vhost-vdpa: multiqueue support") > Signed-off-by: Eugenio Pérez Acked-by: Jason Wang > --- > net/vhost-vdpa.c | 1 - > 1 file changed, 1 deletion(-)

[RFC PATCH v2 1/8] vdpa: Delete duplicated vdpa_feature_bits entry

2022-10-19 Thread Eugenio Pérez
This entry was duplicated on referenced commit. Removing it. Fixes: 402378407dbd ("vhost-vdpa: multiqueue support") Signed-off-by: Eugenio Pérez --- net/vhost-vdpa.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c index 4bc3fd01a8..eebf29f5c1 100644 --- a/n