]> git.droids-corp.org - dpdk.git/blobdiff - drivers/raw/ifpga/version.map
net/mlx5: fix meter policy flow match item
[dpdk.git] / drivers / raw / ifpga / version.map
index 4a76d1d52d5d4ebdfb7a729fd9bcab0bf00a2460..995c419a9b81bccf1052f9db9d8dab22c567fd2d 100644 (file)
@@ -1,3 +1,21 @@
 DPDK_21 {
        local: *;
 };
+
+EXPERIMENTAL {
+       global:
+
+       # added in 21.05
+       rte_pmd_ifpga_get_dev_id;
+       rte_pmd_ifpga_get_rsu_status;
+       rte_pmd_ifpga_set_rsu_status;
+       rte_pmd_ifpga_get_property;
+       rte_pmd_ifpga_get_phy_info;
+       rte_pmd_ifpga_update_flash;
+       rte_pmd_ifpga_stop_update;
+       rte_pmd_ifpga_reboot_try;
+       rte_pmd_ifpga_reload;
+       rte_pmd_ifpga_get_pci_bus;
+       rte_pmd_ifpga_partial_reconfigure;
+       rte_pmd_ifpga_cleanup;
+};