aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_gro/rte_gro_version.map
blob: 1606b6dc72eec3494117526526a07d7e82b6afc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DPDK_17.08 {
	global:

	rte_gro_ctx_create;
	rte_gro_ctx_destroy;
	rte_gro_get_pkt_count;
	rte_gro_reassemble;
	rte_gro_reassemble_burst;
	rte_gro_timeout_flush;

	local: *;
};