vdpa/mlx5: support live migration
[dpdk.git] / drivers / vdpa / mlx5 / meson.build
index 3da0d76..bb96dad 100644 (file)
@@ -14,6 +14,9 @@ sources = files(
        'mlx5_vdpa.c',
        'mlx5_vdpa_mem.c',
        'mlx5_vdpa_event.c',
+       'mlx5_vdpa_virtq.c',
+       'mlx5_vdpa_steer.c',
+       'mlx5_vdpa_lm.c',
 )
 cflags_options = [
        '-std=c11',