summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorJesse Brandeburg <jesse.brandeburg@intel.com>2021-10-22 17:28:17 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-12-14 10:18:05 +0100
commit4696fa37c74197b02705d5ceff9f88d615198bcf (patch)
tree65eae4a650ab6d04146bf2e52cad7fce77227b5b /include/net
parentc315bd96252887c20bf799293763f273e05394b2 (diff)
ice: ignore dropped packets during init
commit 28dc1b86f8ea9fd6f4c9e0b363db73ecabf84e22 upstream. If the hardware is constantly receiving unicast or broadcast packets during driver load, the device previously counted many GLV_RDPC (VSI dropped packets) events during init. This causes confusing dropped packet statistics during driver load. The dropped packets counter incrementing does stop once the driver finishes loading. Avoid this problem by baselining our statistics at the end of driver open instead of the end of probe. Fixes: cdedef59deb0 ("ice: Configure VSIs for Tx/Rx") Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Gurucharan G <gurucharanx.g@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions