RE: [PATCH v1] net/mlx5: error cqe handle Tx queue need assert

2024-10-28 Thread Slava Ovsiienko
ject: [PATCH v1] net/mlx5: error cqe handle Tx queue need assert > > 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 > &

[PATCH v1] net/mlx5: error cqe handle Tx queue need assert

2024-06-12 Thread Jun Wang
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 --- drivers/net/mlx5/mlx5_tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deleti