* |WARNING| pw126665 [PATCH] drivers: ignore non-critical syndromes for Tx queues [not found] <20230502185047.3250224-1-akozyrev@nvidia.com> @ 2023-05-02 18:44 ` qemudev 2023-05-02 18:52 ` |SUCCESS| " checkpatch 2023-05-02 20:19 ` 0-day Robot 2 siblings, 0 replies; 4+ messages in thread From: qemudev @ 2023-05-02 18:44 UTC (permalink / raw) To: test-report; +Cc: Alexander Kozyrev, zhoumin Test-Label: loongarch-compilation Test-Status: WARNING http://dpdk.org/patch/126665 _apply patch failure_ Submitter: Alexander Kozyrev <akozyrev@nvidia.com> Date: Tue, 2 May 2023 21:50:47 +0300 DPDK git baseline: Repo:dpdk-next-net-mlx Branch: for-next-net CommitID: 3b3fef9de22af80d173453ab65a80b01ce38cbfd 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 error: drivers/net/mlx5/mlx5_tx.c: patch does not apply ^ permalink raw reply [flat|nested] 4+ messages in thread
* |SUCCESS| pw126665 [PATCH] drivers: ignore non-critical syndromes for Tx queues [not found] <20230502185047.3250224-1-akozyrev@nvidia.com> 2023-05-02 18:44 ` |WARNING| pw126665 [PATCH] drivers: ignore non-critical syndromes for Tx queues qemudev @ 2023-05-02 18:52 ` checkpatch 2023-05-02 20:19 ` 0-day Robot 2 siblings, 0 replies; 4+ messages in thread From: checkpatch @ 2023-05-02 18:52 UTC (permalink / raw) To: test-report Test-Label: checkpatch Test-Status: SUCCESS http://dpdk.org/patch/126665 _coding style OK_ ^ permalink raw reply [flat|nested] 4+ messages in thread
* |SUCCESS| pw126665 [PATCH] drivers: ignore non-critical syndromes for Tx queues [not found] <20230502185047.3250224-1-akozyrev@nvidia.com> 2023-05-02 18:44 ` |WARNING| pw126665 [PATCH] drivers: ignore non-critical syndromes for Tx queues qemudev 2023-05-02 18:52 ` |SUCCESS| " checkpatch @ 2023-05-02 20:19 ` 0-day Robot 2 siblings, 0 replies; 4+ messages in thread From: 0-day Robot @ 2023-05-02 20:19 UTC (permalink / raw) To: test-report; +Cc: robot From: robot@bytheb.org Test-Label: github-robot: build Test-Status: SUCCESS http://patchwork.dpdk.org/patch/126665/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/4864791994 ^ permalink raw reply [flat|nested] 4+ messages in thread
* |WARNING| pw126665 [PATCH] drivers: ignore non-critical syndromes for Tx queues @ 2023-05-02 19:10 dpdklab 0 siblings, 0 replies; 4+ messages in thread From: dpdklab @ 2023-05-02 19:10 UTC (permalink / raw) To: test-report; +Cc: dpdk-test-reports Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/126665 _apply patch failure_ Submitter: Alexander Kozyrev <akozyrev@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 ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-02 20:19 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <20230502185047.3250224-1-akozyrev@nvidia.com> 2023-05-02 18:44 ` |WARNING| pw126665 [PATCH] drivers: ignore non-critical syndromes for Tx queues qemudev 2023-05-02 18:52 ` |SUCCESS| " checkpatch 2023-05-02 20:19 ` 0-day Robot 2023-05-02 19:10 |WARNING| " dpdklab
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).