DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/ixgbe: remove an unnecessary goto
@ 2017-07-17  6:29 Tiwei Bie
  2017-07-18 11:04 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Tiwei Bie @ 2017-07-17  6:29 UTC (permalink / raw)
  To: wenzhuo.lu, konstantin.ananyev, dev; +Cc: tiwei.bie

Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
---
 drivers/net/ixgbe/ixgbe_tm.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/ixgbe/ixgbe_tm.c b/drivers/net/ixgbe/ixgbe_tm.c
index b76d186..cdcf45c 100644
--- a/drivers/net/ixgbe/ixgbe_tm.c
+++ b/drivers/net/ixgbe/ixgbe_tm.c
@@ -1029,8 +1029,6 @@ ixgbe_hierarchy_commit(struct rte_eth_dev *dev,
 		}
 	}
 
-	goto done;
-
 done:
 	tm_conf->committed = true;
 	return 0;
-- 
2.7.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] net/ixgbe: remove an unnecessary goto
  2017-07-17  6:29 [dpdk-dev] [PATCH] net/ixgbe: remove an unnecessary goto Tiwei Bie
@ 2017-07-18 11:04 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2017-07-18 11:04 UTC (permalink / raw)
  To: Tiwei Bie, wenzhuo.lu, konstantin.ananyev, dev

On 7/17/2017 7:29 AM, Tiwei Bie wrote:
> Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>

Applied to dpdk-next-net/master, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-18 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-17  6:29 [dpdk-dev] [PATCH] net/ixgbe: remove an unnecessary goto Tiwei Bie
2017-07-18 11:04 ` Ferruh Yigit

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).