-
you try your best to use DPDK , and also port freebsd stack . then in the final step the old application use read/write to do memory copy, oh bad thing.
why not modify the application use mbuf…
-
* Version of collectd: 5.7.1
* Operating system / distribution: CentOS 7.3, kernel 3.10.0-514.16.1.el7.x86_64.
* Version of DPDK: 16.11
* Version of OVS: 2.7
* Version of gcc: 4.8.5
#…
ghost updated
6 years ago
-
SR-IOV is useful both for virtualization applications and for mixing use of the normal linux kernel driver other drivers, including a DPDK driver. Supporting SR-IOV will require sever changes to coru…
-
Hi community and authors,
As in the official document [1] states, SFs support E-Switch representation offload like existing PF and VF representors. However, a simple rte_flow rule cannot be install…
-
### Describe the bug
`libelf` did not see an update since 2014: https://github.com/Distrotech/libelf. `elfutils` is a popular API compatible (?) `ELF` parser that most users expect.
I suggest sw…
trofi updated
6 months ago
-
I have the following settings in the f-stack.conf.
[dpdk]
lcore_mask=2 …
-
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…
-
OpenvSwitch version
```
[root@node-2 ~]# ovs-vsctl show | grep ovs_v
ovs_version: "2.16.2"
[root@node-2 ~]#
```
We add enp4s0f0np0 and enp2s0f0np0 as lacp bond with fast mode. When ucru thre…
-
In order to use this repo to integrate DPDK library into our bazel project, how should we specifiy the INCLUDE path?
According to the BUILD files, it seems it directly include all the rte_*.h files …
-
hi fstack experts,
currently I am setting up f-stack on aws, while it is using Elastic Network Adapter(ENA) on AWS.
dpdk/usertools/dpdk-devbind.py -s
Network devices using DPDK-compatible driver
…