automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw122600 [PATCH] net/mlx5: ignore non-critical syndromes for Rx queue
       [not found] <20230127032243.3990099-1-akozyrev@nvidia.com>
@ 2023-01-27  3:24 ` checkpatch
  2023-01-27  3:25 ` |WARNING| " qemudev
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-01-27  3:24 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/122600

_coding style OK_



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

* |WARNING| pw122600 [PATCH] net/mlx5: ignore non-critical syndromes for Rx queue
       [not found] <20230127032243.3990099-1-akozyrev@nvidia.com>
  2023-01-27  3:24 ` |SUCCESS| pw122600 [PATCH] net/mlx5: ignore non-critical syndromes for Rx queue checkpatch
@ 2023-01-27  3:25 ` qemudev
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-01-27  3:25 UTC (permalink / raw)
  To: test-report; +Cc: Alexander Kozyrev, zhoumin

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


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

end of thread, other threads:[~2023-01-27  3:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230127032243.3990099-1-akozyrev@nvidia.com>
2023-01-27  3:24 ` |SUCCESS| pw122600 [PATCH] net/mlx5: ignore non-critical syndromes for Rx queue checkpatch
2023-01-27  3:25 ` |WARNING| " qemudev

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