History log of /f-stack/ (Results 1 – 25 of 590)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5ed0a28416-May-2022 fengbojiang <[email protected]>

Add net.inet.tcp.rfc1323 in `config.ini` for tcp timestamps, default 1.

744d7fa816-May-2022 fengbojiang <[email protected]>

Set lib/ DEBUG mode default.

f6b123a007-May-2022 fengbojiang <[email protected]>

Compatible compilation error of ff_netstat.

403ae71d07-May-2022 fengbojiang <[email protected]>

FF_USE_PAGE_ARRAY compatible DPDK 20.11.

1f5a531015-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 ...

4557d19a25-Apr-2022 Fidaullah Noonari <[email protected]>

remove for loop

aa5c81d922-Apr-2022 Fidaullah Noonari <[email protected]>

remove cmsg_len error

ec420a0a22-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

8aa93f1c08-Apr-2022 fengbojiang <[email protected]>

Fix a typo of netmask in config.ini.

8c65918b08-Apr-2022 fengbojiang <[email protected]>

Enable net.inet.tcp.delayed_ack by default to improve concurrent performance.

c8e9b02c07-Apr-2022 dingyuan <[email protected]>

Optimize random function in ff_compat.c

c211a24906-Apr-2022 fengbojiang <[email protected]>

FF_USE_PAGE_ARRAY compatible DPDK 19.11.

e2e96b5925-Mar-2022 agerguo <[email protected]>

Update sockbuf.h

copy from file "freebsd/sys/sockbuf.h"

616851da25-Mar-2022 agerguo <[email protected]>

Update socketvar.h

copy from file "freebsd/sys/socketvar.h"

9c1180d405-Mar-2022 fengbojiang <[email protected]>

Fix a typo.

e6804bae11-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.

c37034d011-Feb-2022 Björn Svensson <[email protected]>

Renaming vip6_cfg_hander() to vip6_cfg_handler()

Corrected the output of an error log as well.

cb78dc5811-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.

b57a4d0910-Jan-2022 johnjiang <[email protected]>

Revert "Fix 'FF_KNI' ifdef in Makefile"

fc4410cb28-Dec-2021 thegreathir <[email protected]>

Fix 'FF_KNI' ifdef in Makefile

5c84990d30-Oct-2021 Ibtisam Tariq <[email protected]>

Add support to set interface name of each port in `config.ini`.

e8a7dcd030-Oct-2021 Ibtisam Tariq <[email protected]>

Add support for multiple `pci_whitelist` in `config.ini`.

e7dcc16e18-Oct-2021 fengbojiang <[email protected]>

fix ‘__uintptr_t’ error.

10c1fea818-Oct-2021 fengbojiang <[email protected]>

fix kqueue can't add multi event onetime, modify struct event fromm freebsd11 to freebsd13.

544273b715-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.

12345678910>>...24