Message ID | 20221026194613.1008232-6-john.miller@atomicrules.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Maxime Coquelin |
Headers | show |
Series | [01/14] doc/guides/bbdevs: add ark baseband device documentation | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
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;
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(-)