numam-dpdk/drivers/net/softnic/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

9 lines
82 B
Plaintext

DPDK_22 {
global:
rte_pmd_softnic_manage;
rte_pmd_softnic_run;
local: *;
};