net/bnxt: consolidate template table processing
[dpdk.git] / drivers / net / softnic / rte_pmd_softnic_version.map
index fb2cb68..530d2e6 100644 (file)
@@ -1,7 +1,13 @@
-DPDK_17.11 {
+DPDK_21 {
        global:
 
        rte_pmd_softnic_run;
 
        local: *;
 };
+
+EXPERIMENTAL {
+       global:
+
+       rte_pmd_softnic_manage;
+};