net: explicit cast of multicast bit clearing
[dpdk.git] / lib / librte_net / rte_net_version.map
index cc5829e..26c06e7 100644 (file)
@@ -1,3 +1,21 @@
 DPDK_16.11 {
+       global:
+       rte_net_get_ptype;
+
        local: *;
 };
+
+DPDK_17.05 {
+       global:
+
+       rte_net_crc_calc;
+       rte_net_crc_set_alg;
+
+} DPDK_16.11;
+
+EXPERIMENTAL {
+       global:
+
+       rte_net_make_rarp_packet;
+       rte_net_skip_ip6_ext;
+};