|WARNING| pw129047-129050 [PATCH v3 1/4] net/mlx5: introduce tracepoints for mlx5 drivers

qemudev at loongson.cn qemudev at loongson.cn
Wed Jun 28 13:00:20 CEST 2023


Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/129047

_apply patch failure_

Submitter: Viacheslav Ovsiienko <viacheslavo at 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



More information about the test-report mailing list