-
Hi all,
I tried to implement a simple TCP server based on the socket-like APIs provided by f-stack. However, the TCP server cannot normally process SYN packets sent by a client.
Here is the det…
-
## Tracks how to register external memory rte.
* Most inspiration is from [here](https://www.dpdk.org/wp-content/uploads/sites/35/2018/12/Yongseok_Koh_Embracing_Externally_Allocated_Memory.pdf)
*…
-
we setup the full dpdk environment in VM. then changed the config.ini a bit by changing the "port0" mac & ip to dpdk binded ethernet address and ip assigned to that interface. Then in main.c, I change…
-
*Title*: *Add ISA-L to accelerate gzip compression in case of high network load*
*Description*:
[ISA-L](https://github.com/intel/isa-l) is a collection of optimized low-level functions targeting s…
-
Hi,
We build application using netmap API (netmap IP packet forward - NIPF), which is emulating data plane of routers. In other words, using multiple threads, NIPF receives, process and forward IP…
-
I decided to try starfish - just building it and running the tests. I tripped over a couple of problems when doing so and will describe each of them in detail. In the end I had to upgrade rust and SPD…
jkryl updated
5 years ago
-
Greetings,
I wanted to use F-Stack for transmitting QUIC packets (UDP packets from the view of F-Stack, it being QUIC packets should not bear any weight for this issue).
To do so I initialized F-Sta…
-
1、environment
ubuntu 18.04
Linux SixWind 4.15.18-041518-generic #201804190330 SMP Thu Apr 19 07:34:21 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
2、First failure
root:/home/trex-core-master/scripts#…
-
Hello,
Have you ever seem this before, running on FC21:
NUSECONF=nuse.conf ./nuse ping www.google.com
Linux version 4.0.0+ (root@roman) (gcc version 4.9.2 20150212 (Red Hat 4.9.2-6) (GCC) ) #0 Sat …
-
when i try to use Moongen with example like
sudo ./build/MoonGen examples/load-latency.lua 0 1
It is showing me this error.
'sudo: ./build/MoonGen: command not found'
Seems like there is…