Comment 22 for bug 1200243

Revision history for this message
Milan Dadok (dadok) wrote :

I bisected my problem and have same result as Joao Correia - https://lkml.org/lkml/2013/5/29/480
After running as suggested
#ethtool -K eth0 sg off
everythnig is ok, no network lock up on 3.10 kernel

ec5f061564238892005257c83565a0b58ec79295 is the first bad commit
commit ec5f061564238892005257c83565a0b58ec79295
Author: Pravin B Shelar <email address hidden>
Date: Thu Mar 7 09:28:01 2013 +0000

    net: Kill link between CSUM and SG features.

    Earlier SG was unset if CSUM was not available for given device to
    force skb copy to avoid sending inconsistent csum.
    Commit c9af6db4c11c (net: Fix possible wrong checksum generation)
    added explicit flag to force copy to fix this issue. Therefore
    there is no need to link SG and CSUM, following patch kills this
    link between there two features.

    This patch is also required following patch in series.

    Signed-off-by: Pravin B Shelar <email address hidden>
    Signed-off-by: David S. Miller <email address hidden>

:040000 040000 1460da77fe80b11e7a91575dcc8733801c1acf5c dcbb6ff495c41faf92a1c5b122384ff0d39fbfa0 M include
:040000 040000 023ebac2c2f7f8c4fcce5b48808812a4ccd590bb f0025cd5f8d17f33481dbf74450ee144d5edecb5 M net