Linux: network: hw csum failure

简介

这里总结一下几个checksum的问题,仅供参考。需要看所使用的系统是否已经有了相应的fix。也可能是一个新问题,如果是新问题,恭喜发现了新的宝藏。

openvswitch

Fix setting ipv6 fields causing hw csum failure
https://lore.kernel.org/stable/[email protected]/

commit d9b5ae5c1b241b91480aa30408be12fe91af834a upstream.

Ipv6 ttl, label and tos fields are modified without first
pulling/pushing the ipv6 header, which would have updated
the hw csum 

猜你喜欢

转载自blog.csdn.net/qq_36428903/article/details/143354432