| 5ed0a284 | 16-May-2022 |
fengbojiang <[email protected]> |
Add net.inet.tcp.rfc1323 in `config.ini` for tcp timestamps, default 1. |
| 744d7fa8 | 16-May-2022 |
fengbojiang <[email protected]> |
Set lib/ DEBUG mode default. |
| f6b123a0 | 07-May-2022 |
fengbojiang <[email protected]> |
Compatible compilation error of ff_netstat. |
| 403ae71d | 07-May-2022 |
fengbojiang <[email protected]> |
FF_USE_PAGE_ARRAY compatible DPDK 20.11. |
| 1f5a5310 | 15-Apr-2022 |
fengbojiang <[email protected]> |
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 scena
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.
show more ...
|
| 4557d19a | 25-Apr-2022 |
Fidaullah Noonari <[email protected]> |
remove for loop |
| aa5c81d9 | 22-Apr-2022 |
Fidaullah Noonari <[email protected]> |
remove cmsg_len error |
| ec420a0a | 22-Apr-2022 |
Fidaullah Noonari <[email protected]> |
ff_syscall_wrapper.c: add linux_cmsghdr and its support in recvmsg add support for IP_RECVTTL and IP_RECVTOS |
| 8aa93f1c | 08-Apr-2022 |
fengbojiang <[email protected]> |
Fix a typo of netmask in config.ini. |
| 8c65918b | 08-Apr-2022 |
fengbojiang <[email protected]> |
Enable net.inet.tcp.delayed_ack by default to improve concurrent performance. |
| c8e9b02c | 07-Apr-2022 |
dingyuan <[email protected]> |
Optimize random function in ff_compat.c |
| c211a249 | 06-Apr-2022 |
fengbojiang <[email protected]> |
FF_USE_PAGE_ARRAY compatible DPDK 19.11. |
| e2e96b59 | 25-Mar-2022 |
agerguo <[email protected]> |
Update sockbuf.h
copy from file "freebsd/sys/sockbuf.h" |
| 616851da | 25-Mar-2022 |
agerguo <[email protected]> |
Update socketvar.h
copy from file "freebsd/sys/socketvar.h" |
| 9c1180d4 | 05-Mar-2022 |
fengbojiang <[email protected]> |
Fix a typo. |
| e6804bae | 11-Feb-2022 |
Björn Svensson <[email protected]> |
Avoid leaks after errors in freebsd config handler
Freeing allocated memory in an error flow. Currently this would most likely not occure but a safeguard for future changes. |
| c37034d0 | 11-Feb-2022 |
Björn Svensson <[email protected]> |
Renaming vip6_cfg_hander() to vip6_cfg_handler()
Corrected the output of an error log as well. |
| cb78dc58 | 11-Feb-2022 |
Björn Svensson <[email protected]> |
Correcting check of config value for vip_addr6
Updated for code consistency, but checking the IPv4 vip_addr pointer might have given problems for IPv6 only configs. |
| b57a4d09 | 10-Jan-2022 |
johnjiang <[email protected]> |
Revert "Fix 'FF_KNI' ifdef in Makefile" |
| fc4410cb | 28-Dec-2021 |
thegreathir <[email protected]> |
Fix 'FF_KNI' ifdef in Makefile |
| 5c84990d | 30-Oct-2021 |
Ibtisam Tariq <[email protected]> |
Add support to set interface name of each port in `config.ini`. |
| e8a7dcd0 | 30-Oct-2021 |
Ibtisam Tariq <[email protected]> |
Add support for multiple `pci_whitelist` in `config.ini`. |
| e7dcc16e | 18-Oct-2021 |
fengbojiang <[email protected]> |
fix ‘__uintptr_t’ error. |
| 10c1fea8 | 18-Oct-2021 |
fengbojiang <[email protected]> |
fix kqueue can't add multi event onetime, modify struct event fromm freebsd11 to freebsd13. |
| 544273b7 | 15-Oct-2021 |
fengbojiang <[email protected]> |
Modify net.inet.tcp.functions_default from bbr to freebsd, because extra stacks(bbr and rack) can't work normaly now. |