6e99ff9e46
The names of rte_gro_ctx_create() and rte_gro_ctx_destroy() in rte_gro_version.map are incorrect. This patch is to fix this issue. Fixes: e996506a1c07 ("lib/gro: add Generic Receive Offload API framework") Cc: stable@dpdk.org Signed-off-by: Jiayu Hu <jiayu.hu@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
13 lines
177 B
Plaintext
13 lines
177 B
Plaintext
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: *;
|
|
};
|