All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH net] ice: ignore dropped packets during init
       [not found] <20211023002817.86671-1-jesse.brandeburg@intel.com>
@ 2021-11-02  8:16 ` G, GurucharanX
  0 siblings, 0 replies; only message in thread
From: G, GurucharanX @ 2021-11-02  8:16 UTC (permalink / raw)
  To: intel-wired-lan



> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces@osuosl.org> On Behalf Of Jesse
> Brandeburg
> Sent: Saturday, October 23, 2021 5:58 AM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH net] ice: ignore dropped packets during init
> 
> 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>
> ---
> Testing Hints: pktgen or ping flood the DUT, while reloading the driver and
> bringing up the interface (in a script or with networkmanager) and note
> dropped packets with ip -s -s link or ifconfig, after this patch there should be
> none.
> ---
>  drivers/net/ethernet/intel/ice/ice_main.c | 3 +++
>  1 file changed, 3 insertions(+)
> 

Tested-by: Gurucharan G <gurucharanx.g@intel.com> (A Contingent worker at Intel)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-02  8:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211023002817.86671-1-jesse.brandeburg@intel.com>
2021-11-02  8:16 ` [Intel-wired-lan] [PATCH net] ice: ignore dropped packets during init G, GurucharanX

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.