Re: [PATCH] vdpa/mlx5: Fix required dependency on vhost vring
From: Jason Wang <hidden>
Date: 2021-09-01 06:28:51
On Mon, Aug 30, 2021 at 2:31 AM Eli Cohen [off-list ref] wrote:
With the introduction of control virtqueue support, selecting VHOST_RING
is required.
Reported-by: kernel test robot <redacted>
Fixes: 63078736419b ("vdpa/mlx5: Add support for control VQ and MAC setting")
Signed-off-by: Eli Cohen <redacted>
---Acked-by: Jason Wang <redacted>
quoted hunk
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
_______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization