|WARNING| pw126665 [PATCH] drivers: ignore non-critical syndromes for Tx queues
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue May 2 21:10:29 CEST 2023
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/126665
_apply patch failure_
Submitter: Alexander Kozyrev <akozyrev at nvidia.com>
Date: Tuesday, May 02 2023 18:50:47
Applied on: CommitID:d03446724972d2a1bb645ce7f3e64f5ef0203d61
Apply patch set 126665 failed:
Checking patch drivers/common/mlx5/mlx5_prm.h...
Hunk #1 succeeded at 5238 (offset -27 lines).
Checking patch drivers/net/mlx5/mlx5_rx.c...
Checking patch drivers/net/mlx5/mlx5_tx.c...
error: while searching for:
mlx5_tx_error_cqe_handle(struct mlx5_txq_data *__rte_restrict txq,
volatile struct mlx5_error_cqe *err_cqe)
{
if (err_cqe->syndrome != MLX5_CQE_SYNDROME_WR_FLUSH_ERR) {
const uint16_t wqe_m = ((1 << txq->wqe_n) - 1);
struct mlx5_txq_ctrl *txq_ctrl =
container_of(txq, struct mlx5_txq_ctrl, txq);
error: patch failed: drivers/net/mlx5/mlx5_tx.c:85
Applied patch drivers/common/mlx5/mlx5_prm.h cleanly.
Applied patch drivers/net/mlx5/mlx5_rx.c cleanly.
Applying patch drivers/net/mlx5/mlx5_tx.c with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/mlx5/mlx5_tx.c b/drivers/net/mlx5/mlx5_tx.c (rejected hunks)
@@ -85,7 +85,7 @@ static int
mlx5_tx_error_cqe_handle(struct mlx5_txq_data *__rte_restrict txq,
volatile struct mlx5_error_cqe *err_cqe)
{
- if (err_cqe->syndrome != MLX5_CQE_SYNDROME_WR_FLUSH_ERR) {
+ if (mlx5_critical_syndrome(err_cqe->syndrome)) {
const uint16_t wqe_m = ((1 << txq->wqe_n) - 1);
struct mlx5_txq_ctrl *txq_ctrl =
container_of(txq, struct mlx5_txq_ctrl, txq);
https://lab.dpdk.org/results/dashboard/patchsets/26152/
UNH-IOL DPDK Community Lab
More information about the test-report
mailing list