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

John Miller john.miller at atomicrules.com
Wed Oct 26 21:46:05 CEST 2022


Update the version map file with new common functions.

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

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;
-- 
2.25.1



More information about the dev mailing list