Comment 33 for bug 60764

Revision history for this message
Pablo Noguera Crespo (pnoguera) wrote :

I had the same problem with my LOM NIC Marvell 88E8001. I´m quite sure it was a hardware/driver issue, but in my case I solved it disabling the offload checksum on the NIC with the following command:

ethtool -K eth0 rx off tx off

I hope this could help