ethdev: fix check of threshold for Tx freeing
[dpdk.git] / lib / librte_ether / rte_ether_version.map
index a2d25a6..e3c8fa1 100644 (file)
@@ -105,3 +105,10 @@ DPDK_2.0 {
 
        local: *;
 };
+
+DPDK_2.1 {
+       global:
+
+       rte_eth_dev_set_mc_addr_list;
+
+} DPDK_2.0;