gro: fix typo in map file
authorJiayu Hu <jiayu.hu@intel.com>
Tue, 22 Aug 2017 13:58:49 +0000 (21:58 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 31 Aug 2017 21:02:54 +0000 (23:02 +0200)
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>
lib/librte_gro/rte_gro_version.map

index bb40bb4..1606b6d 100644 (file)
@@ -1,8 +1,8 @@
 DPDK_17.08 {
        global:
 
-       rte_gro_ctrl_create;
-       rte_gro_ctrl_destroy;
+       rte_gro_ctx_create;
+       rte_gro_ctx_destroy;
        rte_gro_get_pkt_count;
        rte_gro_reassemble;
        rte_gro_reassemble_burst;