Jason Wang
2021-Sep-01 06:28 UTC
[PATCH] vdpa/mlx5: Fix required dependency on vhost vring
On Mon, Aug 30, 2021 at 2:31 AM Eli Cohen <elic at nvidia.com> wrote:> > With the introduction of control virtqueue support, selecting VHOST_RING > is required. > > Reported-by: kernel test robot <lkp at intel.com> > Fixes: 63078736419b ("vdpa/mlx5: Add support for control VQ and MAC setting") > Signed-off-by: Eli Cohen <elic at nvidia.com> > ---Acked-by: Jason Wang <jasowang at redhat.com>> drivers/vdpa/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/vdpa/Kconfig b/drivers/vdpa/Kconfig > index a503c1b2bfd9..e48e2b10ca36 100644 > --- a/drivers/vdpa/Kconfig > +++ b/drivers/vdpa/Kconfig > @@ -53,6 +53,7 @@ config MLX5_VDPA > config MLX5_VDPA_NET > tristate "vDPA driver for ConnectX devices" > select MLX5_VDPA > + select VHOST_RING > depends on MLX5_CORE > help > VDPA network driver for ConnectX6 and newer. Provides offloading > -- > 2.31.1 >