Comment 2 for bug 1425333

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

I'm providing a hotfixed kernel backporting the following commits:

commit 4ddfadb6625675d2e105257b029621809eb61b62
Author: David Ertman <email address hidden>
Date: Tue Apr 22 05:25:53 2014 +0000

    e1000e: Workaround for dropped packets in Gig/100 speeds on 82579

    This is a workaround for a HW erratum on 82579 devices.
    Erratum is #23 in Intel 6 Series Chipset and Intel C200 Series Chipset
    specification Update June 2013.

    Problem: 82579 parts experience packet loss in Gig and 100 speeds
    when interconnect between PHY and MAC is exiting K1 power saving state.
    This was previously believed to only affect 1Gig speed, but has been observed
    at 100Mbs also.

    Workaround: Disable K1 for 82579 devices at Gig and 100 speeds.

    [Conflicts]
        - Did not include commit 1b41db3 with cosmetic changes

    Signed-off-by: Dave Ertman <email address hidden>
    Tested-by: Aaron Brown <email address hidden>
    Signed-off-by: Jeff Kirsher <email address hidden>