doc: add patch dependency syntax to contributing guide
[dpdk.git] / lib / librte_gro / rte_gro_version.map
1 DPDK_20.0 {
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 };