All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/fm10k: fix FTAG mode on multi-queue
@ 2016-07-15 10:38 Xiao Wang
  2016-07-15 20:57 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Xiao Wang @ 2016-07-15 10:38 UTC (permalink / raw)
  To: jing.d.chen; +Cc: dev, Xiao Wang

In multi-queue + FTAG use case, we need to turn tx_ftag_en on for all
the Tx queues.

Fixes: 7958b1310d5e ("fm10k: enable FTAG based forwarding")

Reported-by: Ricky Li <ricky.li@intel.com>
Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
---
 drivers/net/fm10k/fm10k_ethdev.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/net/fm10k/fm10k_ethdev.c b/drivers/net/fm10k/fm10k_ethdev.c
index 217853f..144b2de 100644
--- a/drivers/net/fm10k/fm10k_ethdev.c
+++ b/drivers/net/fm10k/fm10k_ethdev.c
@@ -2738,10 +2738,8 @@ fm10k_set_tx_function(struct rte_eth_dev *dev)
 		txq = dev->data->tx_queues[i];
 		txq->tx_ftag_en = tx_ftag_en;
 		/* Check if Vector Tx is satisfied */
-		if (fm10k_tx_vec_condition_check(txq)) {
+		if (fm10k_tx_vec_condition_check(txq))
 			use_sse = 0;
-			break;
-		}
 	}
 
 	if (use_sse) {
-- 
1.9.3

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

* Re: [PATCH] net/fm10k: fix FTAG mode on multi-queue
  2016-07-15 10:38 [PATCH] net/fm10k: fix FTAG mode on multi-queue Xiao Wang
@ 2016-07-15 20:57 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2016-07-15 20:57 UTC (permalink / raw)
  To: Xiao Wang; +Cc: dev, jing.d.chen

2016-07-15 18:38, Xiao Wang:
> In multi-queue + FTAG use case, we need to turn tx_ftag_en on for all
> the Tx queues.
> 
> Fixes: 7958b1310d5e ("fm10k: enable FTAG based forwarding")
> 
> Reported-by: Ricky Li <ricky.li@intel.com>
> Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>

Applied, thanks

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

end of thread, other threads:[~2016-07-15 20:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-15 10:38 [PATCH] net/fm10k: fix FTAG mode on multi-queue Xiao Wang
2016-07-15 20:57 ` Thomas Monjalon

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.