[dpdk-stable] [PATCH v2 3/5] vdpa/mlx5: workaround dirty bitmap MR creation

Thomas Monjalon thomas at monjalon.net
Mon Nov 8 20:38:19 CET 2021


08/11/2021 18:21, Matan Azrad:
> Due to kernel driver/FW issues in direct MKEY creation using the DevX
> API, this patch replaces the dirty bitmap MR creation to use wrapped
> mkey instead.
> 
> Fixes: 9d39e57f21ac ("vdpa/mlx5: support live migration")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Michael Baum <michaelba at oss.nvidia.com>
> Signed-off-by: Matan Azrad <matan at nvidia.com>

32-bit compilation is broken:
drivers/vdpa/mlx5/mlx5_vdpa_lm.c:46:64: error:
cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
   46 |                                               priv->cdev->pdn, (void *)log_base,
      |                                                                ^





More information about the stable mailing list