From c4bf04acf4c0010952c080eb08894d57b0a92e4f Mon Sep 17 00:00:00 2001 From: Nipun Gupta Date: Fri, 3 Sep 2021 12:47:12 +0530 Subject: [PATCH] bus/fslmc: promote experimental VFIO API to stable This API was introduced in 19.08, therefore removing experimental tag to promote them to stable state. Signed-off-by: Nipun Gupta --- drivers/bus/fslmc/fslmc_vfio.h | 1 - drivers/bus/fslmc/version.map | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/bus/fslmc/fslmc_vfio.h b/drivers/bus/fslmc/fslmc_vfio.h index bc7c6f62d7..133606a9fd 100644 --- a/drivers/bus/fslmc/fslmc_vfio.h +++ b/drivers/bus/fslmc/fslmc_vfio.h @@ -58,7 +58,6 @@ int fslmc_vfio_process_group(void); char *fslmc_get_container(void); int fslmc_get_container_group(int *gropuid); int rte_fslmc_vfio_dmamap(void); -__rte_experimental int rte_fslmc_vfio_mem_dmamap(uint64_t vaddr, uint64_t iova, uint64_t size); #endif /* _FSLMC_VFIO_H_ */ diff --git a/drivers/bus/fslmc/version.map b/drivers/bus/fslmc/version.map index f44c1a7988..4e53ea048d 100644 --- a/drivers/bus/fslmc/version.map +++ b/drivers/bus/fslmc/version.map @@ -1,7 +1,9 @@ -EXPERIMENTAL { +DPDK_22 { global: rte_fslmc_vfio_mem_dmamap; + + local: *; }; INTERNAL { -- 2.20.1