From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Viacheslav Ovsiienko <viacheslavo@nvidia.com>, zhoumin@loongson.cn
Subject: |WARNING| pw129047-129050 [PATCH v3 1/4] net/mlx5: introduce tracepoints for mlx5 drivers
Date: Wed, 28 Jun 2023 19:00:20 +0800 [thread overview]
Message-ID: <202306281100.35SB0KnV3167785@localhost.localdomain> (raw)
In-Reply-To: <20230628110958.1403-2-viacheslavo@nvidia.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/129047
_apply patch failure_
Submitter: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
Date: Wed, 28 Jun 2023 14:09:55 +0300
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: for-next-net
CommitID: f95b4da66528b97e7fa44f3503a34c193b2efb44
Apply patch set 129047-129050 failed:
Checking patch drivers/net/mlx5/mlx5_rx.h...
error: while searching for:
return mlx5_mr_mempool2mr_bh(mr_ctrl, mb->pool, addr);
}
/**
* Convert timestamp from HW format to linear counter
* from Packet Pacing Clock Queue CQE timestamp format.
*
* @param sh
* Pointer to the device shared context. Might be needed
* to convert according current device configuration.
* @param ts
* Timestamp from CQE to convert.
* @return
* UTC in nanoseconds
*/
static __rte_always_inline uint64_t
mlx5_txpp_convert_rx_ts(struct mlx5_dev_ctx_shared *sh, uint64_t ts)
{
RTE_SET_USED(sh);
return (ts & UINT32_MAX) + (ts >> 32) * NS_PER_S;
}
/**
* Set timestamp in mbuf dynamic field.
*
error: patch failed: drivers/net/mlx5/mlx5_rx.h:377
error: drivers/net/mlx5/mlx5_rx.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
error: while searching for:
int mlx5_queue_state_modify(struct rte_eth_dev *dev,
struct mlx5_mp_arg_queue_state_modify *sm);
#endif /* RTE_PMD_MLX5_RXTX_H_ */
error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:43
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_tx.c...
error: while searching for:
MLX5_ASSERT((txq->fcqs[txq->cq_ci & txq->cqe_m] >> 16) ==
cqe->wqe_counter);
#endif
ring_doorbell = true;
++txq->cq_ci;
last_cqe = cqe;
error: patch failed: drivers/net/mlx5/mlx5_tx.c:232
error: drivers/net/mlx5/mlx5_tx.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_tx.h...
error: while searching for:
#include <rte_mempool.h>
#include <rte_common.h>
#include <rte_spinlock.h>
#include <mlx5_common.h>
#include <mlx5_common_mr.h>
#include "mlx5.h"
#include "mlx5_autoconf.h"
/* TX burst subroutines return codes. */
enum mlx5_txcmp_code {
error: patch failed: drivers/net/mlx5/mlx5_tx.h:13
error: drivers/net/mlx5/mlx5_tx.h: patch does not apply
next parent reply other threads:[~2023-06-28 11:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20230628110958.1403-2-viacheslavo@nvidia.com>
2023-06-28 11:00 ` qemudev [this message]
2023-06-28 11:11 ` |WARNING| pw129047 " checkpatch
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=202306281100.35SB0KnV3167785@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=test-report@dpdk.org \
--cc=viacheslavo@nvidia.com \
--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).