X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_net%2Frte_net_version.map;h=fffc4a3723bbecc12f4adfd510cda0cf3e5c41fd;hb=fe7848521581926a2edb8dedc5720d0d6f0af899;hp=26c06e7c7ae78bfeae90e86355a0abea6729a4f4;hpb=04db1d0da76214c57faa63bdcba9bdf2e92bfe9b;p=dpdk.git diff --git a/lib/librte_net/rte_net_version.map b/lib/librte_net/rte_net_version.map index 26c06e7c7a..fffc4a3723 100644 --- a/lib/librte_net/rte_net_version.map +++ b/lib/librte_net/rte_net_version.map @@ -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; };