-
There is a problem when I use dequeue zero copy function in vxlan network,OVS process crash. but in VLAN network, OVS can work normally;
The reason for the problem is that when UDP encapsulates the …
-
The program developed under the repo requires the user to run it under `sudo`, which can be dangerous especially from the development process perspective. One important reason is that SPDK utilizes DP…
-
I have the following settings in the f-stack.conf.
[dpdk]
lcore_mask=2 …
-
I understand this is a new project, so you might not have answers to some of my questions.
I've deployed the "media-proxy.yaml" DaemonSet onto a Kubernetes cluster, along with the "sample-app-tx". …
-
Hi all,
For dual-port FPGA boards, is it possible to support bump-in-wire based on the project?
Thanks,
Yang
-
The following error message appears when running apache benchmark:
```
$ ./ab http://x.x.x.x/index.html
Configuration updated by mtcp_setconf().
...
[ mtcp_init:1494] Setting mtcp_max_fds to: 1…
-
I am facing compilation problem when compilation of dpdk with valgrind patch is done.
These are basic errors , not received in DPDK without valgrind patch
Target. I am using is x86_64-native-linuxapp-…
-
Pacing can be done two ways: either each packet is posted to the NIC with a timestamp (which feels like what we ideally want to have), or you can plub a rate limit to the nic, post packets without any…
-
I just got started using Seastar so it's entirely possible i'm configuring something incorrectly. However, I spent the last several days tracking down a nasty little issue I was having running the nat…
-
During the compilation process the kni kernel module building fails. It seems that the DPDK 19.08 is not supported for Ubuntu 20.04.
Is there any plans to upgrade the DPDK version for the reposito…