[06/14] common/ark: update version map file

Message ID 20221026194613.1008232-6-john.miller@atomicrules.com (mailing list archive)
State Changes Requested, archived
Delegated to: Maxime Coquelin
Headers
Series [01/14] doc/guides/bbdevs: add ark baseband device documentation |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

John Miller Oct. 26, 2022, 7:46 p.m. UTC
  Update the version map file with new common functions.

Signed-off-by: John Miller <john.miller@atomicrules.com>
---
 drivers/common/ark/version.map | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
  

Patch

diff --git a/drivers/common/ark/version.map b/drivers/common/ark/version.map
index 74d9f4b668..64d78cff24 100644
--- a/drivers/common/ark/version.map
+++ b/drivers/common/ark/version.map
@@ -1,18 +1,21 @@ 
-DPDK_22 {
-	local: *;
-};
-
-INTERNAL {
+EXTERNAL {
 	global:
 
 	ark_api_num_queues;
 	ark_api_num_queues_per_port;
 
+};
+
+INTERNAL {
+	global:
+
 	ark_ddm_dump_stats;
 	ark_ddm_queue_byte_count;
 	ark_ddm_queue_pkt_count;
 	ark_ddm_queue_reset_stats;
 	ark_ddm_stats_reset;
+	ark_ddm_queue_setup;
+	ark_ddm_queue_enable;
 	ark_ddm_verify;
 
 	ark_mpu_configure;