numam-dpdk/lib/rib/version.map
David Marchand ddfc59f4fb sort symbol maps
Fixed with ./devtools/update-abi.sh $(cat ABI_VERSION)

Fixes: e73a7ab224 ("net/softnic: promote manage API")
Fixes: 8f532a34c4 ("fib: promote API to stable")
Fixes: 4aeb92396b ("rib: promote API to stable")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
2021-10-05 17:03:37 +02:00

35 lines
571 B
Plaintext

DPDK_22 {
global:
rte_rib6_create;
rte_rib6_find_existing;
rte_rib6_free;
rte_rib6_get_depth;
rte_rib6_get_ext;
rte_rib6_get_ip;
rte_rib6_get_nh;
rte_rib6_get_nxt;
rte_rib6_insert;
rte_rib6_lookup;
rte_rib6_lookup_exact;
rte_rib6_lookup_parent;
rte_rib6_remove;
rte_rib6_set_nh;
rte_rib_create;
rte_rib_find_existing;
rte_rib_free;
rte_rib_get_depth;
rte_rib_get_ext;
rte_rib_get_ip;
rte_rib_get_nh;
rte_rib_get_nxt;
rte_rib_insert;
rte_rib_lookup;
rte_rib_lookup_exact;
rte_rib_lookup_parent;
rte_rib_remove;
rte_rib_set_nh;
local: *;
};