• S
    sky2: implement 64 bit stats · 0885a30b
    stephen hemminger 提交于
    This implements 64 bit statistics support and fixes races when reading
    counter values. The PHY counters can only be accessed 16 bits at a time,
    so they are subject to carry races.
    
    NB:
      * TX/RX counters are maintained in software because the the hardware packet count
        is only a 32 bit value.
    
      * Error counters are really only 32 bit.
    
      * Old 32 bit counter fields in dev->stats still used for some
        software counters
    Signed-off-by: NStephen Hemminger <shemminger@vyatta.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    0885a30b
sky2.c 131.0 KB