bus/fslmc: promote experimental VFIO API to stable
authorNipun Gupta <nipun.gupta@nxp.com>
Fri, 3 Sep 2021 07:17:12 +0000 (12:47 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 24 Sep 2021 16:43:38 +0000 (18:43 +0200)
This API was introduced in 19.08, therefore removing
experimental tag to promote them to stable state.

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
drivers/bus/fslmc/fslmc_vfio.h
drivers/bus/fslmc/version.map

index bc7c6f6..133606a 100644 (file)
@@ -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_ */
index f44c1a7..4e53ea0 100644 (file)
@@ -1,7 +1,9 @@
-EXPERIMENTAL {
+DPDK_22 {
        global:
 
        rte_fslmc_vfio_mem_dmamap;
+
+       local: *;
 };
 
 INTERNAL {