ddfc59f4fb
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>
25 lines
380 B
Plaintext
25 lines
380 B
Plaintext
DPDK_22 {
|
|
global:
|
|
|
|
rte_fib6_add;
|
|
rte_fib6_create;
|
|
rte_fib6_delete;
|
|
rte_fib6_find_existing;
|
|
rte_fib6_free;
|
|
rte_fib6_get_dp;
|
|
rte_fib6_get_rib;
|
|
rte_fib6_lookup_bulk;
|
|
rte_fib6_select_lookup;
|
|
rte_fib_add;
|
|
rte_fib_create;
|
|
rte_fib_delete;
|
|
rte_fib_find_existing;
|
|
rte_fib_free;
|
|
rte_fib_get_dp;
|
|
rte_fib_get_rib;
|
|
rte_fib_lookup_bulk;
|
|
rte_fib_select_lookup;
|
|
|
|
local: *;
|
|
};
|