aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_net/rte_net_version.map
blob: 26c06e7c7ae78bfeae90e86355a0abea6729a4f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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;
};