aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_net/rte_net_version.map
blob: 687c40eaf85af71896b337fcc2579e0b122293e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;