All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Traynor <ktraynor@redhat.com>
To: Remy Horton <remy.horton@intel.com>, dev@dpdk.org
Cc: Helin Zhang <helin.zhang@intel.com>, Jingjing Wu <jingjing.wu@intel.com>
Subject: Re: [PATCH v1 2/2] net/i40e: fix spelling errors
Date: Mon, 14 Nov 2016 18:05:30 +0000	[thread overview]
Message-ID: <96d231b4-78ec-c048-aea7-0ec06bc38b3b@redhat.com> (raw)
In-Reply-To: <1479104089-27862-3-git-send-email-remy.horton@intel.com>

On 11/14/2016 06:14 AM, Remy Horton wrote:
> Fixes: da61cd084976 ("i40evf: add extended stats")
> Fixes: 0eedec25ea36 ("i40e: clean log messages")
> 

Acked-by: Kevin Traynor <ktraynor@redhat.com>

> Signed-off-by: Remy Horton <remy.horton@intel.com>
> ---
>  drivers/net/i40e/i40e_ethdev.c    | 2 +-
>  drivers/net/i40e/i40e_ethdev_vf.c | 6 +++---
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev.c
> index 67778ba..f102328 100644
> --- a/drivers/net/i40e/i40e_ethdev.c
> +++ b/drivers/net/i40e/i40e_ethdev.c
> @@ -4107,7 +4107,7 @@ i40e_veb_setup(struct i40e_pf *pf, struct i40e_vsi *vsi)
>  	ret = i40e_aq_get_veb_parameters(hw, veb->seid, NULL, NULL,
>  				&veb->stats_idx, NULL, NULL, NULL);
>  	if (ret != I40E_SUCCESS) {
> -		PMD_DRV_LOG(ERR, "Get veb statics index failed, aq_err: %d",
> +		PMD_DRV_LOG(ERR, "Get veb statistics index failed, aq_err: %d",
>  			    hw->aq.asq_last_status);
>  		goto fail;
>  	}
> diff --git a/drivers/net/i40e/i40e_ethdev_vf.c b/drivers/net/i40e/i40e_ethdev_vf.c
> index afae2ec..1431b6e 100644
> --- a/drivers/net/i40e/i40e_ethdev_vf.c
> +++ b/drivers/net/i40e/i40e_ethdev_vf.c
> @@ -952,7 +952,7 @@ i40evf_update_stats(struct rte_eth_dev *dev, struct i40e_eth_stats **pstats)
>  }
>  
>  static int
> -i40evf_get_statics(struct rte_eth_dev *dev, struct rte_eth_stats *stats)
> +i40evf_get_statistics(struct rte_eth_dev *dev, struct rte_eth_stats *stats)
>  {
>  	int ret;
>  	struct i40e_eth_stats *pstats = NULL;
> @@ -2277,8 +2277,8 @@ i40evf_dev_info_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info)
>  static void
>  i40evf_dev_stats_get(struct rte_eth_dev *dev, struct rte_eth_stats *stats)
>  {
> -	if (i40evf_get_statics(dev, stats))
> -		PMD_DRV_LOG(ERR, "Get statics failed");
> +	if (i40evf_get_statistics(dev, stats))
> +		PMD_DRV_LOG(ERR, "Get statistics failed");
>  }
>  
>  static void
> 

  reply	other threads:[~2016-11-14 18:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-14  6:14 [PATCH v1 0/2] XStats fixes Remy Horton
2016-11-14  6:14 ` [PATCH v1 1/2] net/i40e: fix incorrect xstats value mapping Remy Horton
2016-11-14 17:59   ` Kevin Traynor
2016-11-14  6:14 ` [PATCH v1 2/2] net/i40e: fix spelling errors Remy Horton
2016-11-14 18:05   ` Kevin Traynor [this message]
2016-11-15 10:59 ` [PATCH v1 0/2] XStats fixes Ferruh Yigit

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=96d231b4-78ec-c048-aea7-0ec06bc38b3b@redhat.com \
    --to=ktraynor@redhat.com \
    --cc=dev@dpdk.org \
    --cc=helin.zhang@intel.com \
    --cc=jingjing.wu@intel.com \
    --cc=remy.horton@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 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.