“dfeb4e36ee1fef2ce613c389395579581cb13181”上不存在“src/components/visualHtml/index.vue”
  • B
    ice: Accumulate HW and Netdev statistics over reset · 2fd5e433
    Benjamin Mikailenko 提交于
    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: NBenjamin Mikailenko <benjamin.mikailenko@intel.com>
    Tested-by: Gurucharan G <gurucharanx.g@intel.com> (A Contingent worker at Intel)
    Signed-off-by: NTony Nguyen <anthony.l.nguyen@intel.com>
    2fd5e433
ice_main.c 244.0 KB