Commit Graph

533 Commits

Author SHA1 Message Date
Hawker 170b9c333f update init_flow 2021-03-06 19:18:50 +08:00
Hawker d5f823fe01 Replace deprecated filter api with generic flowapi 2021-03-06 19:18:50 +08:00
Xin Wang b5a6261dce Fix compile error of micro_thread with gcc 8.3. 2021-03-06 19:18:50 +08:00
patrick.zeng 41b16a2c91 Add codedog configuration file .code.yml 2021-03-06 19:18:48 +08:00
Hawker 55151ab9d2 Bugfix: support rte_flow_isolate for multi lcore (#562)
* Bugfix: support rte_flow_isolate

init flow isolate mode only run once
2020-11-25 11:31:04 +08:00
fengbojiang 62653ab1a5 Fix bug of `sysctl` in tools/compat/sysctl.c.
The ff msg shouldn't to free while `ff_ipc_send` success but `ff_ipc_recv` failed (such as F-Stack app are breaking by gdb).
2020-11-21 21:27:55 +08:00
johnjiang a4f09e1c9b Merge pull request #559 from hawkxiang/parse_multi_processes_config
Config: Support parse "--file-prefix"&"--pci-whitelist" for multi-processes
2020-11-19 14:43:26 +08:00
zhangxiang10 eff1a060f0 解析file_prefix&pci-whitelist配置 2020-11-17 19:19:19 +08:00
zhangxiang10 c661338e72 解析file_prefix&pci-whitelist配置 2020-11-17 19:04:23 +08:00
fengbojiang 3f8e2795fc Add doc of `ndp` tool. 2020-10-27 22:45:06 +08:00
johnjiang 4a90157670 Merge pull request #554 from chopin11/feature-tools-ndp-for-ipv6-neigh
feature: add ndp tool for ipv6 neighbor
2020-10-27 21:26:46 +08:00
chopin c090a0d78c feature: add ndp tool for ipv6 neighbor 2020-10-18 15:57:04 +08:00
logwang 7654fe3687 Merge pull request #551 from philberty/dev
When compiling with GCC we hit compilation error of taking address of packed member.
2020-10-15 23:57:27 +08:00
Philip Herron f065aa325e When compiling with GCC we hit compilation error of taking address
of packed member.

This adds -Wno-address-of-packed-member to avoid this warning.
2020-10-15 14:58:21 +01:00
fengbojiang 3a84cd1fec User APP can use AF_INET6/PF_INET6 directly whether call ff socket or linux API, such as inet_ntoa/inet_aton. 2020-09-03 01:35:22 +08:00
fengbojiang 1b5649a396 Add configuration options `symmetric_rss` to set whether to use symmetric RSS. 2020-08-30 00:55:08 +08:00
fengbojiang(姜凤波) 56101252f6 upgrade F-STACK_VERSION to 1.21. 2020-06-19 10:54:34 +08:00
fengbojiang 46556365b1 Add defconfig that be igroned. 2020-06-18 17:29:41 +00:00
johnjiang 37a7c72f09 DPDK: upgrade to DPDK 19.11.2(LTS). 2020-06-18 16:55:50 +00:00
root a8b1b25dd8 Add ff_ipc_exit() to clean temp files in /var/ while run F-Stack tools netstat/ngctl/sysctl/top/traffic/knictl. 2020-06-18 11:02:18 +00:00
zjwsoft 6796c85ff5 Add ff_ipc_exit() to clean temp files in /var/ while run F-Stack tools arp/ifconfig/route/ipfw. 2020-06-18 10:56:20 +00:00
Junwei Zhou 4af0f1ccbb IPFW: supported IPv6. 2020-06-15 17:48:46 +08:00
johnjiang 2747a35d56 modify `knistl` to `ff_knictl` while install tools, so it can be uninstall. 2020-05-21 04:28:07 +00:00
johnjiang e74c8bd88e Merge pull request #512 from pengtianabc/feature-knictl
Feature knictl
2020-05-21 10:59:12 +08:00
johnjiang e27c5f4e3a Merge branch 'dev' into feature-knictl 2020-05-21 10:56:12 +08:00
pengtian 0ee59708e0 Merge branch 'v1.20-feature-kni' into master-kni 2020-05-15 15:04:07 +08:00
pengtian 558cc060dd #Update .gitignore 2020-05-15 15:03:18 +08:00
pengtian 0b1e7c031e #add knictl support 2020-05-14 18:30:34 +08:00
johnjiang f5e555b260 Merge pull request #498 from soroshsabz/dev
Update README.md
2020-04-07 12:04:34 +08:00
soroshsabz 3ff90cdb74 Update README.md
Remove unnecessary spaces.
2020-04-03 21:56:38 +04:30
soroshsabz 28953711af Update README.md
Improve quick start for building f-stack in clean ubuntu machine.
2020-04-03 21:49:52 +04:30
johnjiang 53638472c1 Merge pull request #475 from jinhao2/dev
modify dump codes.
2020-01-10 14:36:47 +08:00
johnjiang b739031548 Merge pull request #473 from WoolenWang/dev
add_micro_thread_auto_adjust_thread_cnt
2020-01-10 14:32:14 +08:00
rolfliu 37720803e1 Fix #43 #434 for Nginx transparent proxy 2020-01-10 14:26:02 +08:00
jinhao2 cd5b4948de update ff_dump_packets 2020-01-08 21:23:33 +08:00
jinhao2 80d23aa1da update indent size 2020-01-08 21:13:12 +08:00
jin.hao1 a2728d1e67 Update ff_config.h
use 4 spaces indent.
2020-01-07 21:10:08 +08:00
jin.hao1 53219bba43 update config.ini 2020-01-07 21:07:57 +08:00
jin.hao1 6d051c0454 update config.c
use 4 space other than tab.
2020-01-07 21:04:17 +08:00
jinhao2 49055fa472 update config.ini 2020-01-08 20:38:15 +08:00
jinhao2 ce40395e0c dump packets by core, instead of by ports;without fopen/fclose while dumping 2020-01-08 12:09:40 +08:00
woolen 9e6862fd87 add_micro_thread_auto_adjust_thread_cnt 2019-12-26 16:59:57 +08:00
fengbojiang(姜凤波) 9afeb6b147 Fix a crash bug while use `ff_ifconfig` to get interface list of bridge. 2019-12-11 20:24:30 +08:00
fengbojiang(姜凤波) f654b818fc Add `net.inet.ip.forwarding=0` in `config.ini`, defalut disable. 2019-12-11 20:23:47 +08:00
jfb8856606 463c57983e Update release note or 1.20. 2019-11-23 17:19:55 +08:00
fengbojiang ce118ab4bd DPDK: update to 18.11.5. 2019-11-23 16:13:38 +08:00
fengbojiang f67a26a199 Add `ip6_fastfwd.c` in `Makefile`. 2019-11-23 11:40:18 +08:00
fengbojiang 263ae019b0 Redis: remvoe redis-3.2.8. 2019-11-23 11:08:39 +08:00
fengbojiang 36cf3ed7b7 Update license. 2019-11-23 10:58:04 +08:00
fengbojiang(姜凤波) abd5db91cc Update LICENSE of Nginx and Redis. 2019-11-22 23:27:26 +08:00