Support DPDK 20.11.0(LTS).
Fix compile error of micro_thread with gcc 8.3.
add_micro_thread_auto_adjust_thread_cnt
add `make install` and `make uninstall` in f-tack's lib and tools, refer #396
DPDK: upgrade to 17.11.2 LTS.Changes:1. This version is downloaded fromhttps://fast.dpdk.org/rel/dpdk-17.11.2.tar.xz.2. Adapt the new interface `rte_ring_dequeue_burst`.3. Change the type of `p
DPDK: upgrade to 17.11.2 LTS.Changes:1. This version is downloaded fromhttps://fast.dpdk.org/rel/dpdk-17.11.2.tar.xz.2. Adapt the new interface `rte_ring_dequeue_burst`.3. Change the type of `port_id` from uint8_t to uint16_t.4. Just link libdpdk.a instead of the other libaries.5. Install libnuma-dev first.6. Update the documents.
show more ...
Micro_thread: convert encoding of source files and remove chinese comments.
Optimize ngx_ff_module
Simplify startup arguments and add ff_fdisused.Changes:1.Simplify f-stack startup arguments:"--conf, --proc-type, --proc-id".2.add a function `ff_fdisused` to check if fd is used in f-stack.
init