diff options
Diffstat (limited to 'lib/librte_gro')
-rw-r--r-- | lib/librte_gro/Makefile | 1 | ||||
-rw-r--r-- | lib/librte_gro/rte_gro_version.map | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/librte_gro/Makefile b/lib/librte_gro/Makefile index 747eeec9..eb423ccb 100644 --- a/lib/librte_gro/Makefile +++ b/lib/librte_gro/Makefile @@ -36,6 +36,7 @@ LIB = librte_gro.a CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) +LDLIBS += -lrte_eal -lrte_mbuf -lrte_ethdev -lrte_net EXPORT_MAP := rte_gro_version.map diff --git a/lib/librte_gro/rte_gro_version.map b/lib/librte_gro/rte_gro_version.map index bb40bb41..1606b6dc 100644 --- a/lib/librte_gro/rte_gro_version.map +++ b/lib/librte_gro/rte_gro_version.map @@ -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; |