f-stack/example
fengbojiang 021aaded2c Support zero copy while call `ff_write`, you can enable it by modify ‘FF_ZC_SEND=1' in `lib/Makefile`.
`FF_ZC_SEND` is same as `FF_USE_PAGE_ARRAY`, it will improve performance slightly in some scenarios, need to be tested in combination with real applications.

You can enable both compilation options at the same time or separately.
2022-05-07 12:02:49 +08:00
..
Makefile Fix typo 2021-05-25 13:28:49 +05:30
main.c helloword sever demo support IPv6. 2019-08-08 22:03:57 +08:00
main_epoll.c F-Stack's kni can work on DPDK 18.11 LTS now. 2019-03-14 17:17:58 +08:00
main_zc.c Support zero copy while call `ff_write`, you can enable it by modify ‘FF_ZC_SEND=1' in `lib/Makefile`. 2022-05-07 12:02:49 +08:00