[Intel-wired-lan] [next PATCH S28 05/15] i40e: Add a SW workaround for lost Interrupts

Bowers, AndrewX andrewx.bowers at intel.com
Mon Jan 25 22:17:15 UTC 2016


> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Joshua Hay
> Sent: Friday, January 15, 2016 2:33 PM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [next PATCH S28 05/15] i40e: Add a SW
> workaround for lost Interrupts
> 
> From: Anjali Singhai Jain <anjali.singhai at intel.com>
> 
> This patch adds a workaround for cases where we might have interrupts that
> got lost but WB happened.
> If that happens without this patch we will see a tx_timeout.
> To work around it, this patch goes ahead and reschedules napi in that
> situation, if napi is not already scheduled.
> We also add a counter in ethtool to keep track of when we detect a case of
> tx_lost_interrupt.
> 
> Note: napi_reschedule() can be safely called from process/service_task
> context and is done in other drivers as well without an issue.
> 
> Signed-off-by: Anjali Singhai Jain <anjali.singhai at intel.com>
> Change-ID: I00f98f1ce3774524d9421227652bef20fcbd0d20
> ---
> Testing Hints: See if some more cases of tx_timeout go away from X722 and
> even fortville. Particulary the case where HWB=TAIL as seen in the dmesg
> logs when the tx_timeout happens.
> 
>  drivers/net/ethernet/intel/i40e/i40e.h         |  1 +
>  drivers/net/ethernet/intel/i40e/i40e_ethtool.c |  1 +
>  drivers/net/ethernet/intel/i40e/i40e_main.c    | 32 ++++++++++++++++-----

Tested-by: Andrew Bowers <andrewx.bowers at intel.com>
Patch code changes correctly applied, hammered cards with traffic, observed no tx_timout and a handful of lost_interrupts with ~1hr of traffic on fortville, no timeouts/lost interrupts on X722


More information about the Intel-wired-lan mailing list