automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw105788 [PATCH] net/mlx5: fix wrong MPRQ WQE size assertion
@ 2022-01-13 14:59 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-01-13 14:59 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 1436 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/105788

_apply patch failure_

Submitter: Alexander Kozyrev <akozyrev@nvidia.com>
Date: Thursday, January 13 2022 14:36:09 
Applied on: CommitID:fee17a1d290434f1b9f109d8a4bc575d9e61bb13
Apply patch set 105788 failed:

Checking patch drivers/net/mlx5/mlx5_rxq.c...
error: while searching for:
			RTE_BIT32(log_def_stride_size));
		log_stride_wqe_size = log_def_stride_num + log_def_stride_size;
	}
	MLX5_ASSERT(log_stride_wqe_size < config->mprq.log_min_stride_wqe_size);
	if (desc <= RTE_BIT32(*actual_log_stride_num))
		goto unsupport;
	if (min_mbuf_size > RTE_BIT32(log_stride_wqe_size)) {

error: patch failed: drivers/net/mlx5/mlx5_rxq.c:1619
Applying patch drivers/net/mlx5/mlx5_rxq.c with 1 reject...
Rejected hunk #1.
diff a/drivers/net/mlx5/mlx5_rxq.c b/drivers/net/mlx5/mlx5_rxq.c	(rejected hunks)
@@ -1619,7 +1619,7 @@ mlx5_mprq_prepare(struct rte_eth_dev *dev, uint16_t idx, uint16_t desc,
 			RTE_BIT32(log_def_stride_size));
 		log_stride_wqe_size = log_def_stride_num + log_def_stride_size;
 	}
-	MLX5_ASSERT(log_stride_wqe_size < config->mprq.log_min_stride_wqe_size);
+	MLX5_ASSERT(log_stride_wqe_size >= config->mprq.log_min_stride_wqe_size);
 	if (desc <= RTE_BIT32(*actual_log_stride_num))
 		goto unsupport;
 	if (min_mbuf_size > RTE_BIT32(log_stride_wqe_size)) {

https://lab.dpdk.org/results/dashboard/patchsets/20658/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-13 14:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13 14:59 |WARNING| pw105788 [PATCH] net/mlx5: fix wrong MPRQ WQE size assertion dpdklab

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