Paul Emmerich
Paul Emmerich
(re-opening because I'd like to create a proper fix for this some time later)
I don't think the ixgbe driver supports frames > 10k? (while the hardware should technically support it)
actually never used it myself, i'll look into it. but probably not before next week. @santiagorr maybe you can help?
Yes, that used to work before we used the DPDK driver to enable it. I'll look into it. If just tested it with DPDK 17.05 and even the L2 timestamping...
Problems with DPDK setup are out of scope here; configure your mellanox NICs to not do any bifurcation. Intel XL710 has some firmware versions with broken PTP support, try updating
we're still facing quite a few problems with the new DPDK: L4 checksum offloading doesn't work on some drivers (broken on ixgbe, working in i40e) and flex payload filter doesn't...
I'm not sure if I've ever tested it with an i210, it *should* work. The register definitions are here: https://github.com/libmoon/libmoon/blob/master/lua/driver/igb.lua Maybe they are wrong for the i210?
I was just thinking about getting an ARM server the other day :) I think there are currently two problems: * CMakeLists.txt and libmoon/CMakeLists.txt explicitly specify -msse4.2 (not sure why...
Oh right, there is some x86 assembly in libmoon, sorry about that. I guess I should definitely get one or two of these thunderx machines, they seem nice. I've actually...
Please post the last few lines of your kernel log, it contains the actual error message > najamsaleem : > > > I am facing a problem when i...