common/cnxk: support tunnel header verification
[dpdk.git] / drivers / raw / ifpga / version.map
index 16584f7..a1a6be2 100644 (file)
@@ -1,4 +1,4 @@
-DPDK_21 {
+DPDK_22 {
        local: *;
 };
 
@@ -7,8 +7,15 @@ EXPERIMENTAL {
 
        # 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;
 };