1606b6dc72eec3494117526526a07d7e82b6afc6
[dpdk.git] / lib / librte_gro / rte_gro_version.map
1 DPDK_17.08 {
2         global:
3
4         rte_gro_ctx_create;
5         rte_gro_ctx_destroy;
6         rte_gro_get_pkt_count;
7         rte_gro_reassemble;
8         rte_gro_reassemble_burst;
9         rte_gro_timeout_flush;
10
11         local: *;
12 };