automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw105927 [PATCH] common/mlx5: fix probing return value when failing
@ 2022-01-17 18:08 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-01-17 18:08 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Bing Zhao <bingz@nvidia.com>
Date: Monday, January 17 2022 17:49:14 
Applied on: CommitID:6f716880ee53ac1e50c9c75dc749886e3257bb8f
Apply patch set 105927 failed:

Checking patch drivers/common/mlx5/mlx5_common.c...
Hunk #1 succeeded at 640 (offset -4 lines).
error: while searching for:
		}
		enabled_classes |= driver->drv_class;
	}
	cdev->classes_loaded |= enabled_classes;
	return 0;
probe_err:
	/*
	 * Need to remove only drivers which were not probed before this probe

error: patch failed: drivers/common/mlx5/mlx5_common.c:666
Applying patch drivers/common/mlx5/mlx5_common.c with 1 reject...
Hunk #1 applied cleanly.
Rejected hunk #2.
diff a/drivers/common/mlx5/mlx5_common.c b/drivers/common/mlx5/mlx5_common.c	(rejected hunks)
@@ -666,8 +666,10 @@ drivers_probe(struct mlx5_common_device *cdev, uint32_t user_classes)
 		}
 		enabled_classes |= driver->drv_class;
 	}
-	cdev->classes_loaded |= enabled_classes;
-	return 0;
+	if (!ret) {
+		cdev->classes_loaded |= enabled_classes;
+		return 0;
+	}
 probe_err:
 	/*
 	 * Need to remove only drivers which were not probed before this probe

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2022-01-17 18:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-17 18:08 |WARNING| pw105927 [PATCH] common/mlx5: fix probing return value when failing 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).