sched: modify pipe functions for config flexibility
[dpdk.git] / lib / librte_net / rte_net_version.map
index 26c06e7..fffc4a3 100644 (file)
@@ -13,9 +13,18 @@ DPDK_17.05 {
 
 } DPDK_16.11;
 
+DPDK_19.08 {
+       global:
+
+       rte_eth_random_addr;
+       rte_ether_format_addr;
+
+} DPDK_17.05;
+
 EXPERIMENTAL {
        global:
 
        rte_net_make_rarp_packet;
        rte_net_skip_ip6_ext;
+       rte_ether_unformat_addr;
 };