New upstream version 18.02
[deb_dpdk.git] / lib / librte_net / rte_net_version.map
1 DPDK_16.11 {
2         global:
3         rte_net_get_ptype;
4
5         local: *;
6 };
7
8 DPDK_17.05 {
9         global:
10
11         rte_net_crc_calc;
12         rte_net_crc_set_alg;
13
14 } DPDK_16.11;
15
16 EXPERIMENTAL {
17         global:
18
19         rte_net_make_rarp_packet;
20 } DPDK_17.05;