Skip to content

Commit e4ff6a2

Browse files
author
bluestar
authored
Update README.md
1 parent b8bb70b commit e4ff6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ $ sudo sysctl -w kernel.randomize_va_space=0
286286
- ANS run as dpdk primary process, when startup ANS, shall stop other secondary processes(nginx/redis/http_server).
287287
- Don't run ANS on lcore0, it will effect ANS performance.
288288

289-
- You shall include dpdk libs as below way because mempool lib has __attribute__((constructor, used)) in dpdk-16.07 version, otherwise your application would coredump.
289+
- You shall include dpdk libs as below way because mempool lib has __attribute__((constructor, used)) in latest version, otherwise your application would coredump.
290290
```
291291
-$(RTE_ANS)/librte_anssock/librte_anssock.a \
292292
-L$(RTE_SDK)/$(RTE_TARGET)/lib \

0 commit comments

Comments
 (0)