From: David Marchand Date: Wed, 20 Oct 2021 11:25:52 +0000 (+0100) Subject: dmadev: remove symbol versioning for inline helpers X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=223e0f72442442d18a9addc2ec23762cb462688c;p=dpdk.git dmadev: remove symbol versioning for inline helpers Inline helpers have no global symbols in shared libraries. There is no reason to ask for versioning (plus this library would not build on Windows). Fixes: 91e581e5c924 ("dmadev: add data plane API") Fixes: ea8cf0f8536d ("dmadev: add burst capacity API") Signed-off-by: David Marchand Acked-by: Bruce Richardson --- diff --git a/lib/dmadev/version.map b/lib/dmadev/version.map index 89f7a5b1d3..7031d6b335 100644 --- a/lib/dmadev/version.map +++ b/lib/dmadev/version.map @@ -1,17 +1,11 @@ EXPERIMENTAL { global: - rte_dma_burst_capacity; rte_dma_close; - rte_dma_completed; - rte_dma_completed_status; rte_dma_configure; - rte_dma_copy; - rte_dma_copy_sg; rte_dma_count_avail; rte_dma_dev_max; rte_dma_dump; - rte_dma_fill; rte_dma_get_dev_id_by_name; rte_dma_info_get; rte_dma_is_valid; @@ -20,7 +14,6 @@ EXPERIMENTAL { rte_dma_stats_get; rte_dma_stats_reset; rte_dma_stop; - rte_dma_submit; rte_dma_vchan_setup; rte_dma_vchan_status;