New upstream version 18.02
[deb_dpdk.git] / lib / librte_net / rte_net_version.map
index 3b15e65..213e6fd 100644 (file)
@@ -4,3 +4,17 @@ DPDK_16.11 {
 
        local: *;
 };
+
+DPDK_17.05 {
+       global:
+
+       rte_net_crc_calc;
+       rte_net_crc_set_alg;
+
+} DPDK_16.11;
+
+EXPERIMENTAL {
+       global:
+
+       rte_net_make_rarp_packet;
+} DPDK_17.05;