Paul Emmerich
Paul Emmerich
Regarding pci.ids: we just use the version from http://pci-ids.ucw.cz/ Try to get your devices added there, we don't want to maintain our own list of PCI devices (we did it...
Does it work with Linux? Does it work with other DPDK examples?
That's an interesting problem, I suspect that the counters are wrong because we don't have an explicit implementation of statistics for the ixgbevf driver, so it falls back to the...
I read through the relevant parts of the 82599 and X550 datasheets and there is simply no counter for missed packets in a VF :( So you will have to...
You are probably running into a hardware limit here; I don't have an X710 but my best guess for its architecture is that it's just an XL710 configured as 4x10...
Can you post the output of `lspci -vvv -s 0000:d8:00.0`
Another thing to test would be using multiple processes; there's an example in dpdk-conf.lua, just assign different cores and a different whitelist to each process. Note that this should show...
this is unlikely to be related; the main reason for not getting stats is using a virtual NIC that drops packets earlier on the hypervisor, in this case the you'll...
can you post the exact model number of this NIC? > Am 13.03.2019 um 16:02 schrieb Tina Johnson : > > We are trying to run the device-statistics.lua example. The...
Can you post your code that you use for `receiveSlave`?