• Benjamin Mikailenko's avatar
    ice: Accumulate HW and Netdev statistics over reset · 2fd5e433
    Benjamin Mikailenko authored
    Resets happen with or without user interaction. For example, incidents
    such as TX hang or a reconfiguration of parameters will result in a reset.
    During reset, hardware and software statistics were set to zero. This
    created an issue for the user where a reset happens in the background,
    statistics set to zero, and the user checks statistics expecting them to
    be populated.
    
    To ensure this doesn't happen, keep accumulating stats over reset.
    
    1. Remove function calls which reset hardware and netdev statistics.
    2. Do not rollover statistics in ice_stat_update40 during reset.
    Signed-off-by: default avatarBenjamin Mikailenko <benjamin.mikailenko@intel.com>
    Tested-by: Gurucharan G <gurucharanx.g@intel.com> (A Contingent worker at Intel)
    Signed-off-by: default avatarTony Nguyen <anthony.l.nguyen@intel.com>
    2fd5e433
ice_dcb_lib.c 26.9 KB