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 <nipun.gupta@nxp.com>
This commit is contained in:
Nipun Gupta 2021-09-03 12:47:12 +05:30 committed by Thomas Monjalon
parent f3130f7a5f
commit c4bf04acf4
2 changed files with 3 additions and 2 deletions

View 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_ */

View File

@ -1,7 +1,9 @@
EXPERIMENTAL {
DPDK_22 {
global:
rte_fslmc_vfio_mem_dmamap;
local: *;
};
INTERNAL {