Paul Emmerich

Results 127 comments of Paul Emmerich

Same issue also affects https://github.com/ixy-languages/ixy.rs in interrupt mode

this is sometimes an IOMMU problem if you are running with iommu enabled; try either using vfio-pci as driver for the NIC or disabling the iommu using `iommu=off` on the...

we do not have access to qlogic hardware, sorry

hmm, that should have been fixed here: https://github.com/libmoon/libmoon/commit/afe9bdcdcc97524b4325ceb3e1774e16c8b1743a are you using the master branch or the dpdk 19.05 branch?

thank you for your pull request, i'd prefer a different solution. the dependency on libtbb installed on the system is a bug; we embed libtbb and it should use that...

Yes, I've unfortunately seen this exact behavior before. It only seems to happen on older ixgbe NICs at almost 100% load. IIRC the rx packets sometimes simply don't get timestamped,...

Interesting result, I only tested it on an X710 10 Gbit i40e NIC at 14.88 Mpps (since that was the only one that's currently in a loop-back config in our...

I just talked to Franck Baudin at the DPDK Summit about this issue and he stressed the importance of this for you guys in the opnfv project. I think I...

Okay, I've setup a few loopback connections and found the following: - it only happens when the NIC is fully loaded in terms of packets/s - filtering the packets (e.g....

this error indicates that DPDK wasn't compiled. can you please post the actual error, i.e., the one that caused DPDK to fail to compile?