[Intel-wired-lan] [PATCH] i40e: Fix errors resulted while turning off TSO

Bowers, AndrewX andrewx.bowers at intel.com
Tue May 17 17:42:12 UTC 2016


> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Tushar Dave
> Sent: Monday, May 16, 2016 12:41 PM
> To: intel-wired-lan at lists.osuosl.org; Brandeburg, Jesse
> <jesse.brandeburg at intel.com>; Nelson, Shannon
> <shannon.nelson at intel.com>; Kirsher, Jeffrey T
> <jeffrey.t.kirsher at intel.com>; netdev at vger.kernel.org; Wyborny, Carolyn
> <carolyn.wyborny at intel.com>; Skidmore, Donald C
> <donald.c.skidmore at intel.com>; Williams, Mitch A
> <mitch.a.williams at intel.com>; Allan, Bruce W <bruce.w.allan at intel.com>;
> Ronciak, John <john.ronciak at intel.com>
> Cc: sowmini.varadhan at oracle.com; Tushar Dave
> <tushar.n.dave at oracle.com>
> Subject: [Intel-wired-lan] [PATCH] i40e: Fix errors resulted while turning off
> TSO
> 
> On systems with 128 CPUs, turning off TSO results in errors,
> 
> i40e 0000:03:00.0: failed to get tracking for 1 vectors for VSI 400, err=-12 i40e
> 0000:03:00.0: Couldn't create FDir VSI i40e 0000:03:00.0: i40e_ptp_init: PTP
> not supported on eth0 i40e 0000:03:00.0: couldn't add VEB, err
> I40E_ERR_ADMIN_QUEUE_ERROR aq_err I40E_AQ_RC_ENOENT i40e
> 0000:03:00.0: rebuild of switch failed: -1, will try to set up simple PF
> connection i40e 0000:03:00.0 eth0: adding 00:10:e0:8a:24:b6 vid=0
> 
> Enabling FD_SB without checking availability of MSI-X vector is the root
> cause. This change adds necessary check.
> 
> Signed-off-by: Tushar Dave <tushar.n.dave at oracle.com>
> ---
>  drivers/net/ethernet/intel/i40e/i40e.h      |    1 +
>  drivers/net/ethernet/intel/i40e/i40e_main.c |    8 ++++++--
>  2 files changed, 7 insertions(+), 2 deletions(-)

Tested-by: Andrew Bowers <andrewx.bowers at intel.com>


More information about the Intel-wired-lan mailing list