From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Alexander Kozyrev <akozyrev@nvidia.com>, zhoumin@loongson.cn
Subject: |WARNING| pw122600 [PATCH] net/mlx5: ignore non-critical syndromes for Rx queue
Date: Fri, 27 Jan 2023 11:25:31 +0800 [thread overview]
Message-ID: <202301270325.30R3PV1q1742595@localhost.localdomain> (raw)
In-Reply-To: <20230127032243.3990099-1-akozyrev@nvidia.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/122600
_apply patch failure_
Submitter: Alexander Kozyrev <akozyrev@nvidia.com>
Date: Fri, 27 Jan 2023 05:22:43 +0200
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: for-next-net
CommitID: 12d6232372ef328574fdc09969d391d6ea5e1f3b
Apply patch set 122600 failed:
Checking patch drivers/net/mlx5/mlx5_rx.c...
error: while searching for:
* Number of CQEs to check for an error.
*
* @return
* MLX5_RECOVERY_ERROR_RET in case of recovery error, otherwise the CQE status.
*/
int
mlx5_rx_err_handle(struct mlx5_rxq_data *rxq, uint8_t vec, uint16_t err_n)
{
const uint16_t cqe_n = 1 << rxq->cqe_n;
const uint16_t cqe_mask = cqe_n - 1;
error: patch failed: drivers/net/mlx5/mlx5_rx.c:429
error: drivers/net/mlx5/mlx5_rx.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rx.h...
error: while searching for:
uint16_t mlx5_rx_burst(void *dpdk_rxq, struct rte_mbuf **pkts, uint16_t pkts_n);
void mlx5_rxq_initialize(struct mlx5_rxq_data *rxq);
__rte_noinline int mlx5_rx_err_handle(struct mlx5_rxq_data *rxq,
uint8_t vec, uint16_t err_n);
void mlx5_mprq_buf_free(struct mlx5_mprq_buf *buf);
uint16_t mlx5_rx_burst_mprq(void *dpdk_rxq, struct rte_mbuf **pkts,
uint16_t pkts_n);
error: patch failed: drivers/net/mlx5/mlx5_rx.h:286
error: drivers/net/mlx5/mlx5_rx.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.c...
error: while searching for:
rxq->stats.ipackets -= (pkts_n - n);
rxq->stats.ibytes -= err_bytes;
#endif
mlx5_rx_err_handle(rxq, 1, pkts_n);
return n;
}
error: patch failed: drivers/net/mlx5/mlx5_rxtx_vec.c:74
error: drivers/net/mlx5/mlx5_rxtx_vec.c: patch does not apply
next prev parent reply other threads:[~2023-01-27 3:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20230127032243.3990099-1-akozyrev@nvidia.com>
2023-01-27 3:24 ` |SUCCESS| " checkpatch
2023-01-27 3:25 ` qemudev [this message]
2023-01-27 3:48 |WARNING| " dpdklab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202301270325.30R3PV1q1742595@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=akozyrev@nvidia.com \
--cc=test-report@dpdk.org \
--cc=zhoumin@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).