automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw129047-129050 [PATCH v3 1/4] net/mlx5: introduce tracepoints for mlx5 drivers
       [not found] <20230628110958.1403-2-viacheslavo@nvidia.com>
@ 2023-06-28 11:00 ` qemudev
  2023-06-28 11:11 ` |WARNING| pw129047 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-06-28 11:00 UTC (permalink / raw)
  To: test-report; +Cc: Viacheslav Ovsiienko, zhoumin

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* |WARNING| pw129047 [PATCH v3 1/4] net/mlx5: introduce tracepoints for mlx5 drivers
       [not found] <20230628110958.1403-2-viacheslavo@nvidia.com>
  2023-06-28 11:00 ` |WARNING| pw129047-129050 [PATCH v3 1/4] net/mlx5: introduce tracepoints for mlx5 drivers qemudev
@ 2023-06-28 11:11 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-06-28 11:11 UTC (permalink / raw)
  To: test-report; +Cc: Viacheslav Ovsiienko

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

_coding style issues_


CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#273: FILE: drivers/net/mlx5/mlx5_tx.h:26:
+RTE_TRACE_POINT_FP(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#280: FILE: drivers/net/mlx5/mlx5_tx.h:33:
+RTE_TRACE_POINT_FP(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#287: FILE: drivers/net/mlx5/mlx5_tx.h:40:
+RTE_TRACE_POINT_FP(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#293: FILE: drivers/net/mlx5/mlx5_tx.h:46:
+RTE_TRACE_POINT_FP(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#300: FILE: drivers/net/mlx5/mlx5_tx.h:53:
+RTE_TRACE_POINT_FP(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#309: FILE: drivers/net/mlx5/mlx5_tx.h:62:
+RTE_TRACE_POINT_FP(

total: 0 errors, 0 warnings, 6 checks, 272 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-28 11:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230628110958.1403-2-viacheslavo@nvidia.com>
2023-06-28 11:00 ` |WARNING| pw129047-129050 [PATCH v3 1/4] net/mlx5: introduce tracepoints for mlx5 drivers qemudev
2023-06-28 11:11 ` |WARNING| pw129047 " checkpatch

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).