Hi,
if you're using IP forwarding you might want to disable LRO on the interfaces, seems like the kernel is pointing to a bad packet flow because of it.
ethtool -K <ethx> lro off
Please try and let us know how it went
Hi,
if you're using IP forwarding you might want to disable LRO on the interfaces, seems like the kernel is pointing to a bad packet flow because of it.
ethtool -K <ethx> lro off
Please try and let us know how it went