DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Xing, Beilei" <beilei.xing@intel.com>
To: "Bie, Tiwei" <tiwei.bie@intel.com>,
	"Wu, Jingjing" <jingjing.wu@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] net/i40e: remove an unnecessary goto
Date: Tue, 18 Jul 2017 03:18:36 +0000	[thread overview]
Message-ID: <94479800C636CB44BD422CB454846E0131FE7CC5@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <1500272816-129323-1-git-send-email-tiwei.bie@intel.com>

> -----Original Message-----
> From: Bie, Tiwei
> Sent: Monday, July 17, 2017 2:27 PM
> To: Wu, Jingjing <jingjing.wu@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>; dev@dpdk.org
> Cc: Bie, Tiwei <tiwei.bie@intel.com>
> Subject: [PATCH] net/i40e: remove an unnecessary goto
> 
> Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> ---
>  drivers/net/i40e/i40e_tm.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/net/i40e/i40e_tm.c b/drivers/net/i40e/i40e_tm.c index
> 56013b1..d90313a 100644
> --- a/drivers/net/i40e/i40e_tm.c
> +++ b/drivers/net/i40e/i40e_tm.c
> @@ -962,8 +962,6 @@ i40e_hierarchy_commit(struct rte_eth_dev *dev,
>  		goto fail_clear;
>  	}
> 
> -	goto done;
> -
>  done:
>  	pf->tm_conf.committed = true;
>  	return 0;
> --
> 2.7.4

Acked-by: Beilei Xing <beilei.xing@intel.com>

  reply	other threads:[~2017-07-18  3:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-17  6:26 Tiwei Bie
2017-07-18  3:18 ` Xing, Beilei [this message]
2017-07-18 11:03   ` 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=94479800C636CB44BD422CB454846E0131FE7CC5@SHSMSX101.ccr.corp.intel.com \
    --to=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=jingjing.wu@intel.com \
    --cc=tiwei.bie@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).