netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: davem@davemloft.net, Neerav Parikh <neerav.parikh@intel.com>,
	netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com,
	jogreene@redhat.com,
	Catherine Sullivan <catherine.sullivan@intel.com>,
	Shannon Nelson <shannon.nelson@intel.com>
Subject: Re: [net-next 05/17] i40e: Change some messages from info to debug only
Date: Thu, 15 Oct 2015 02:54:44 -0700	[thread overview]
Message-ID: <1444902884.2718.41.camel@perches.com> (raw)
In-Reply-To: <1444902004-14433-6-git-send-email-jeffrey.t.kirsher@intel.com>

On Thu, 2015-10-15 at 02:39 -0700, Jeff Kirsher wrote:
> From: Neerav Parikh <neerav.parikh@intel.com>
> 
> There are several error messages that have been printing when there is
> no functional issue. These messages should be available at debug message
> level only.
[]
> diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c b/drivers/net/ethernet/intel/i40e/i40e_main.c
[]
> @@ -6593,9 +6593,9 @@ static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit)
>  	/* make sure our flow control settings are restored */
>  	ret = i40e_set_fc(&pf->hw, &set_fc_aq_fail, true);
>  	if (ret)
> -		dev_info(&pf->pdev->dev, "set fc fail, err %s aq_err %s\n",
> -			 i40e_stat_str(&pf->hw, ret),
> -			 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
> +		dev_dbg(&pf->pdev->dev, "setting flow control: ret = %s last_status = %s\n",
> +			i40e_stat_str(&pf->hw, ret),
> +			i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
[]
> @@ -10333,10 +10339,9 @@ static int i40e_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
>  	/* get the requested speeds from the fw */
>  	err = i40e_aq_get_phy_capabilities(hw, false, false, &abilities, NULL);
>  	if (err)
> -		dev_info(&pf->pdev->dev,
> -			 "get phy capabilities failed, err %s aq_err %s, advertised speed settings may not be correct\n",
> -			 i40e_stat_str(&pf->hw, err),
> -			 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
> +		dev_dbg(&pf->pdev->dev, "get requested speeds ret =  %s last_status =  %s\n",
> +			i40e_stat_str(&pf->hw, err),
> +			i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
>  	pf->hw.phy.link_info.requested_speeds = abilities.link_speed;
>  
>  	/* get the supported phy types from the fw */


Perhaps these 2 are functional issues and should remain
dev_info or maybe upgraded to notice or err

  reply	other threads:[~2015-10-15  9:54 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-15  9:39 [net-next 00/17][pull request] Intel Wired LAN Driver Updates 2015-10-15 Jeff Kirsher
2015-10-15  9:39 ` [net-next 01/17] ixgbe: disable LRO by default Jeff Kirsher
2015-10-15  9:39 ` [net-next 02/17] ixgbe: Fix CS4227-related semaphore error on reset failure Jeff Kirsher
2015-10-15  9:39 ` [net-next 03/17] i40e: Add missing parameter comment to ndo_bridge_setlink Jeff Kirsher
2015-10-15  9:39 ` [net-next 04/17] i40e: use priv flags to control flow director Jeff Kirsher
2015-10-15  9:39 ` [net-next 05/17] i40e: Change some messages from info to debug only Jeff Kirsher
2015-10-15  9:54   ` Joe Perches [this message]
2015-10-15 16:49     ` Sullivan, Catherine
2015-10-15  9:39 ` [net-next 06/17] i40e: Remove 100M SGMII unless hw is X722 Jeff Kirsher
2015-10-15  9:39 ` [net-next 07/17] i40e/i40evf: Add WB_ON_ITR offload support Jeff Kirsher
2015-10-15  9:39 ` [net-next 08/17] i40e: remove obsolete version check Jeff Kirsher
2015-10-15  9:39 ` [net-next 09/17] i40e: allow FD SB if MFP mode only has 1 partition Jeff Kirsher
2015-10-15  9:39 ` [net-next 10/17] i40e: remove FD atr control from debugfs Jeff Kirsher
2015-10-15  9:39 ` [net-next 11/17] i40e/i40evf: remove redundant declarations of a variable and a function Jeff Kirsher
2015-10-15  9:39 ` [net-next 12/17] i40e: Store off PHY capabilities Jeff Kirsher
2015-10-15  9:40 ` [net-next 13/17] i40e: X722 is on the IOSF bus and does not report the PCI bus info Jeff Kirsher
2015-10-15  9:40 ` [net-next 14/17] i40e: remove unnecessary string copy operations Jeff Kirsher
2015-10-15  9:40 ` [net-next 15/17] i40evf: speed up init Jeff Kirsher
2015-10-15  9:40 ` [net-next 16/17] i40e/i40evf: Bump i40e version to 1.3.28 and i40evf to 1.3.19 Jeff Kirsher
2015-10-15  9:40 ` [net-next 17/17] ixgbe: Check for setup_internal_link method Jeff Kirsher
2015-10-15 12:56 ` [net-next 00/17][pull request] Intel Wired LAN Driver Updates 2015-10-15 David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1444902884.2718.41.camel@perches.com \
    --to=joe@perches.com \
    --cc=catherine.sullivan@intel.com \
    --cc=davem@davemloft.net \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=jogreene@redhat.com \
    --cc=neerav.parikh@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=nhorman@redhat.com \
    --cc=sassmann@redhat.com \
    --cc=shannon.nelson@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).