DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1] net/mlx5: error cqe handle Tx queue need assert
@ 2024-06-12  7:05 Jun Wang
  0 siblings, 0 replies; only message in thread
From: Jun Wang @ 2024-06-12  7:05 UTC (permalink / raw)
  To: dev

When encountering errors in handling some queues, we should assert
here; otherwise, some queues will fail to send packets continuously,
leading to traffic forwarding issues.

Bugzilla ID: 1449

Signed-off-by: Jun Wang <junwang01@cestc.cn>
---
 drivers/net/mlx5/mlx5_tx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/mlx5/mlx5_tx.c b/drivers/net/mlx5/mlx5_tx.c
index 1fe9521..e149f38 100644
--- a/drivers/net/mlx5/mlx5_tx.c
+++ b/drivers/net/mlx5/mlx5_tx.c
@@ -213,7 +213,7 @@
 				 * handling, we do not advance the index
 				 * here, allowing to retry on next call.
 				 */
-				return;
+				MLX5_ASSERT(ret < 0);
 			}
 			/*
 			 * We are going to fetch all entries with
-- 
1.8.3.1




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-12  7:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-12  7:05 [PATCH v1] net/mlx5: error cqe handle Tx queue need assert Jun Wang

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