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

Set lib/ DEBUG mode default.

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

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.

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.

8640edf112-Oct-2021 fengbojiang <[email protected]>

Netgraph and ipfw for FreeBSD 13.0.

77ab973823-Sep-2021 fengbojiang <[email protected]>

Support extra tcp stacks, rack and bbr.

8a60d0f518-Sep-2021 fengbojiang <[email protected]>

modify licence.

2317ada518-Sep-2021 fengbojiang <[email protected]>

Update LICENCE.

6a7724da18-Sep-2021 fengbojiang <[email protected]>

Add lib/ff_subr_epoch.c.

617ef36b18-Sep-2021 fengbojiang <[email protected]>

FreeBSD13 can simply work.

d9ca4c1216-Sep-2021 fengbojiang <[email protected]>

fix some issues.

12345678