You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
insmod /data/f-stack/dpdk/build/kernel/linux/kni/rte_kni.ko carrier=on # carrier=on is necessary, otherwise need to be up `veth0` via `echo 1 > /sys/class/net/veth0/carrier`
79
75
python dpdk-devbind.py --status
80
76
ifconfig eth0 down
81
77
python dpdk-devbind.py --bind=igb_uio eth0 # assuming that use 10GE NIC and eth0
@@ -149,7 +145,6 @@ for more details, see [nginx guide](https://github.com/F-Stack/f-stack/blob/mast
echo 1 > /sys/class/net/veth0/carrier # if `carrier=on` not set while `insmod rte_kni.ko`
153
148
# route add -net ... # other route rules
154
149
155
150
## Nginx Testing Result
@@ -174,20 +169,31 @@ All of these test cases use CPUs' physical cores.
174
169
175
170
176
171
CPS (Connection:close, Small data packet) test result
172
+
177
173

178
174
179
175
CPS_Reuseport (Connection:close, Small data packet) test result, This test case runs in a different test environment
176
+
180
177

181
178
182
179
RPS (Connection:Keep-Alive, Small data packet) test data
180
+
183
181

184
182
185
183
Bandwidth (Connection:Keep-Alive, 3.7k bytes data packet) test data
184
+
186
185

187
186
188
187
## Licenses
188
+
189
189
See [LICENSE](LICENSE)
190
190
191
+
## Wiki
192
+
193
+
See [wiki page](https://github.com/F-Stack/f-stack/wiki).
194
+
195
+
And more info see [deepwiki of F-Stack](https://deepwiki.com/F-Stack/f-stack), [powered by devin](https://devin.ai/).
196
+
191
197
## Join us
192
198
193
199
Tencent Cloud F-Stack team developed F-Stack which is a general network framework based on DPDK and provides ultra high network performance. We are here looking for more and more talented people with great passion on technology to join us. You would have the chance to work with brightest minds on this planet and help Tencent cloud and F-stack continuously evolve. Send us your resume or refer your friend to us if you are interested in joining us.
0 commit comments