-
Hi,
This repository is exactly what I was looking for. I have an application build on top of DPDK and mTCP (a bypass kernel stack). Both my application, mTCP and DPDK is written in C++.
I am won…
-
Hi Team
I am working on OpenNIC design for au200, and I have diligently followed the steps provided in https://github.com/Xilinx/open-nic-dpdk.
However, I am encountering an issue while executin…
-
My hunch is that it is over the top, but since this lies overall not in my line of expertise I give it the following shot:
- [DPDK](https://www.dpdk.org/) if available on the target system could incr…
-
DPDK 23.03 adds a Tx fast path in rte\_net\_memif driver:
https://github.com/DPDK/dpdk/commit/b5613c8f9d0aac5d3c14f2513668bc250df2a0aa
An effect of this fast path is that, a packet transmitted by ND…
-
I'm trying to deploy the dpdk demo stuff in my cluster and the build logs show some errors:
```
Storing signatures
Generating dockerfile with builder image quay.io/schseba/dpdk-s2i-base:ds
STEP …
-
Hey! So I have a use case to support the [NDN-DPDK](https://github.com/usnistgov/ndn-dpdk) forwarder.
As you may know, [ndn-hydra](https://github.com/justincpresley/ndn-hydra) is an distributed repos…
-
Hi,
I have installed DPDK-2.2.0 on my test machine ( Redhat dist, with 3.8.13 kernel version ). I have compiled netflow-dpdk-master without any error. But when I run
"./build/dprobe -c 0x3 -n 2 -- -…
kodum updated
7 years ago
-
Hello, author.
I'm currently trying to embed ndpi into my dpdk application, but find that when using the official ndpi example, the maximum speed is only 700Mb/core, which can seriously affect the pe…
-
Hi,
Is it possible to use f-stack to create a websocket client (over ssl)?
Currently, at my company, we are using the linux network stack but are considering dpdk as a way to improve latency/throu…
ghost updated
9 months ago
-
Hey, during performance testing of mine OvS deployment, I've stumbled across the problem. The type of test that I am doing is RFC2544 for small packet sizes, but for many L3 flows (i.e. 16k).
Here …