Comment 3 for bug 1425333

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

commit e05871885af46af0e8e9e82c612ca3cdd501f5fc
Author: Bruce Allan <email address hidden>
Date: Tue Mar 20 03:47:47 2012 +0000

    e1000e: 82579 packet drop workaround

    In K1 mode (a MAC/PHY interconnect power mode), the 82579 device shuts down
    the Phase Lock Loop (PLL) of the interconnect to save power. When the PLL
    starts working, the 82579 device may start to transfer the packet through
    the interconnect before it is fully functional causing packet drops. This
    workaround disables shutting down the PLL in K1 mode for 1G link speed.

    Signed-off-by: Bruce Allan <email address hidden>
    Tested-by: Jeff Pieper <email address hidden>
    Signed-off-by: Jeff Kirsher <email address hidden>