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