acl: fix rules with 8-byte field size
[dpdk.git] / lib / gpudev / version.map
index 5bc5d15..a2c8ce5 100644 (file)
@@ -12,8 +12,10 @@ EXPERIMENTAL {
        rte_gpu_comm_destroy_flag;
        rte_gpu_comm_destroy_list;
        rte_gpu_comm_get_flag_value;
+       rte_gpu_comm_get_status;
        rte_gpu_comm_populate_list_pkts;
        rte_gpu_comm_set_flag;
+       rte_gpu_comm_set_status;
        rte_gpu_count_avail;
        rte_gpu_find_next;
        rte_gpu_info_get;
@@ -37,4 +39,6 @@ INTERNAL {
        rte_gpu_get_by_name;
        rte_gpu_notify;
        rte_gpu_release;
+
+       local: *;
 };