-
Hi!
I have run MoonGen on Intel 82599 NIC successfully, but I meet some problems when I use 100Gbps Intel E810-CQDA2 NIC.
I bind igb_uio driver on two ports of this card and run the basic …
-
When I run load-latency flow on moongen-simple, I get both RX and TX measurements, while when I run examples/l3-loadlatency.lua I only get TX rate measurements and not RX rate measurements.
I obser…
-
-
Test code:
```
void *p = rte_malloc(NULL, 1024, 64);
/* modify memory before, not touching cookie */
memset(RTE_PTR_ADD(p, 1024+64+64), 0xdead0bad, 1024);
/* modify memory after, not touching co…
-
RTE_PMD_REGISTER_PCI(net_ixgbe, rte_ixgbe_pmd.pci_drv);
This line doesn't be called if build with static lib of dpdk/odp-dpdk, because this micro use __attribute__((constructor, used)).
The result …
-
Hi there,
I'm playing with F-stack and DPDK. It seems to me that the DPDK driver (igb_uio) doesn't strip the ethernet padding bytes when they are present. The F-stack glue code also doesn't seem to…
-
If I try to compile using this command:
`autoreconf -i && ./configure [--enable-debug] && make && sudo make install
`
an error comes out:
`make: *** no rule to make target 'install'. stop`
And…
xthr0 updated
7 months ago
-
Hi all,
When I added a port to br by running `ovs-vsctl add-port br0 port0 -- set Interface port0 type=dpdk options:dpdk-devargs=0000:07:00.0`,there are some errors as follows,
> ovs-vsctl: Erro…
-
Hello:
Look like masscan support dpdk.https://github.com/robertdavidgraham/masscan/blob/master/src/rte-ring.h
I've googled for it but get no information. And no document told about it.
Could …
imfht updated
4 years ago
-
After bind my `ens4` (which is AWS-ENA nic) to `vfio-pci` driver, the system cannot see the device anymore. I can successfully complete the compiling process. But don't know how to run epserver throug…