Update the version map file with new common functions. Signed-off-by: John Miller <john.mil...@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