automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw100048-100052 [PATCH] [V5, 5/5] compress/mlx5: allow partial transformations support
@ 2021-10-05 10:14 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-10-05 10:14 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Raja Zidane <rzidane@nvidia.com>
Date: Thursday, September 30 2021 05:44:38 
Applied on: CommitID:086d426406bd3f6fac96a15bbd871c7fe714bc2d
Apply patch set 100048-100052 failed:

Checking patch drivers/common/mlx5/mlx5_devx_cmds.c...
error: while searching for:
	MLX5_SET(qpc, qpc, ts_format, attr->ts_format);
	MLX5_SET(qpc, qpc, user_index, attr->user_index);
	if (attr->uar_index) {
		MLX5_SET(qpc, qpc, pm_state, MLX5_QP_PM_MIGRATED);
		MLX5_SET(qpc, qpc, uar_page, attr->uar_index);
		if (attr->log_page_size > MLX5_ADAPTER_PAGE_SHIFT)

error: patch failed: drivers/common/mlx5/mlx5_devx_cmds.c:2032
Checking patch drivers/common/mlx5/mlx5_devx_cmds.h...
error: while searching for:
	uint32_t wq_umem_id;
	uint64_t wq_umem_offset;
	uint32_t user_index:24;
};

struct mlx5_devx_virtio_q_couners_attr {

error: patch failed: drivers/common/mlx5/mlx5_devx_cmds.h:403
Checking patch drivers/common/mlx5/mlx5_prm.h...
Applying patch drivers/common/mlx5/mlx5_devx_cmds.c with 1 reject...
Rejected hunk #1.
Applying patch drivers/common/mlx5/mlx5_devx_cmds.h with 1 reject...
Rejected hunk #1.
Applied patch drivers/common/mlx5/mlx5_prm.h cleanly.
diff a/drivers/common/mlx5/mlx5_devx_cmds.c b/drivers/common/mlx5/mlx5_devx_cmds.c	(rejected hunks)
@@ -2032,6 +2032,13 @@ mlx5_devx_cmd_create_qp(void *ctx,
 	MLX5_SET(qpc, qpc, ts_format, attr->ts_format);
 	MLX5_SET(qpc, qpc, user_index, attr->user_index);
 	if (attr->uar_index) {
+		if (attr->mmo) {
+			void *qpc_ext_and_pas_list = MLX5_ADDR_OF(create_qp_in,
+				in, qpc_extension_and_pas_list);
+			void *qpc_ext = MLX5_ADDR_OF(qpc_extension_and_pas_list,
+				qpc_ext_and_pas_list, qpc_data_extension);
+			MLX5_SET(qpc_extension, qpc_ext, mmo, 1);
+		}
 		MLX5_SET(qpc, qpc, pm_state, MLX5_QP_PM_MIGRATED);
 		MLX5_SET(qpc, qpc, uar_page, attr->uar_index);
 		if (attr->log_page_size > MLX5_ADAPTER_PAGE_SHIFT)
diff a/drivers/common/mlx5/mlx5_devx_cmds.h b/drivers/common/mlx5/mlx5_devx_cmds.h	(rejected hunks)
@@ -403,6 +403,7 @@ struct mlx5_devx_qp_attr {
 	uint32_t wq_umem_id;
 	uint64_t wq_umem_offset;
 	uint32_t user_index:24;
+	uint32_t mmo:1;
 };
 
 struct mlx5_devx_virtio_q_couners_attr {

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2021-10-05 10:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 10:14 [dpdk-test-report] |WARNING| pw100048-100052 [PATCH] [V5, 5/5] compress/mlx5: allow partial transformations support 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).