Skip to content

Commit aab4b0f

Browse files
committed
support dpdk-18.11 LTS
1 parent cdb25cf commit aab4b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CFLAGS += -I$(RTE_ANS)/librte_ans/include \
3434

3535
LIBS += $(RTE_ANS)/librte_anssock/librte_anssock.a \
3636
-L$(RTE_SDK)/$(RTE_TARGET)/lib \
37-
-Wl,--whole-archive -Wl,-lrte_mbuf -Wl,-lrte_mempool_ring -Wl,-lrte_mempool -Wl,-lrte_ring -Wl,-lrte_eal -Wl,--no-whole-archive -Wl,-export-dynamic -lnuma\
37+
-Wl,--whole-archive -Wl,-lrte_mbuf -Wl,-lrte_mempool_ring -Wl,-lrte_mempool -Wl,-lrte_ring -Wl,-lrte_eal -Wl,-lrte_kvargs -Wl,--no-whole-archive -Wl,-export-dynamic -lnuma\
3838

3939
SRC := wrk.c net.c ssl.c aprintf.c stats.c script.c units.c \
4040
ae.c zmalloc.c http_parser.c ans_module.c

0 commit comments

Comments
 (0)