Fix compile error of micro_thread with gcc 8.3.
Add codedog configuration file .code.yml
Bugfix: support rte_flow_isolate for multi lcore (#562)* Bugfix: support rte_flow_isolate init flow isolate mode only run once
Fix bug of `sysctl` in tools/compat/sysctl.c.The ff msg shouldn't to free while `ff_ipc_send` success but `ff_ipc_recv` failed (such as F-Stack app are breaking by gdb).
解析file_prefix&pci-whitelist配置
Add doc of `ndp` tool.
feature: add ndp tool for ipv6 neighbor
When compiling with GCC we hit compilation error of taking addressof packed member.This adds -Wno-address-of-packed-member to avoid this warning.
User APP can use AF_INET6/PF_INET6 directly whether call ff socket or linux API, such as inet_ntoa/inet_aton.
Add configuration options `symmetric_rss` to set whether to use symmetric RSS.
upgrade F-STACK_VERSION to 1.21.
Add defconfig that be igroned.
DPDK: upgrade to DPDK 19.11.2(LTS).
Add ff_ipc_exit() to clean temp files in /var/ while run F-Stack tools netstat/ngctl/sysctl/top/traffic/knictl.
Add ff_ipc_exit() to clean temp files in /var/ while run F-Stack tools arp/ifconfig/route/ipfw.
IPFW: supported IPv6.
modify `knistl` to `ff_knictl` while install tools, so it can be uninstall.
#Update .gitignore
#add knictl support
Update README.mdRemove unnecessary spaces.
Update README.mdImprove quick start for building f-stack in clean ubuntu machine.
Fix #43 #434 for Nginx transparent proxy
update ff_dump_packets
update indent size
12345678910>>...24