net/i40e: new API to add VF MAC address from PF
[dpdk.git] / drivers / net / i40e / rte_pmd_i40e_version.map
index 20cc980..ef8882b 100644 (file)
@@ -45,3 +45,10 @@ DPDK_17.08 {
        rte_pmd_i40e_get_ddp_info;
 
 } DPDK_17.05;
+
+DPDK_17.11 {
+       global:
+
+       rte_pmd_i40e_add_vf_mac_addr;
+
+} DPDK_17.08;