-
### Question
My PCAP++ DPDK application runs on an Ubuntu 20.04 linux . I am trying to run same application in a 20.04 docker container with sufficient mappings and transparency on the host system. A…
-
Hello, I am new to this project. I would like to ask how to compile the pktperf application in examples. I did not find the corresponding guidance tutorial in the makefile or the docs guidance file of…
-
Hi everyone,
I use [VPP](fd.io), which also does graph routing (and can use DPDK), so I wondered what differentiates grout from it.
Thanks!
-
I am using nDPI-4.8 which DPDK(19.11 and 23 latest version l2fwd application) for protocol information extraction and traffic filtering(based on protocol and category).
I am encountering the segmen…
-
Hello,
As the title says, I would like to run multiple independent dpdk enabled click processes. I have enough DPDK ports ( I do not want to go through a virtual switch) and my processes are suppo…
-
I did the following setting
```
~/dpdk-nDPI-master$ export RTE_TARGET=x86_64-native-linux-gcc
~/dpdk-nDPI-master$ export nDPI_src=/home/ta/nDPI-3.2-stable
~/dpdk-nDPI-master$ export RTE_SDK=/ho…
anust updated
3 years ago
-
Hello,
My current setup is that I have two machines running DPDK applications. One server sends a request, the other receives it, pass it to some other threads for processing and finally an other thr…
-
## Issue Description ##
When using DPDK, initialization freezes if `dpdk_corelist` does not contain lcore 0.
The program does not give any information about the cause of the problem.
…
-
hello ,I want to know how to build this project. when I was building this project ,I was face a lot of problem,I can not build success,thank you.
root@xxx:~/seapath-test-tools# make
[ 12%] Build…
-
First of all, thanks for the great work of DpdkTrafficFilter! It saves me a lot of effort in developing a high performance application using dpdk.
I'm running the example DpdkTrafficFilter applicat…