automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw106207 [PATCH] [v6] raw/ifpga: fix pthread cannot join
@ 2022-01-22  4:59 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-01-22  4:59 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Wei Huang <wei.huang@intel.com>
Date: Saturday, January 22 2022 04:35:27 
Applied on: CommitID:8a5a91401dc23ddab1ddea3667a17a615a25077f
Apply patch set 106207 failed:

Checking patch drivers/raw/ifpga/ifpga_rawdev.c...
error: while searching for:
				"Fail to create ifpga nonitor thread");
			return -1;
		}
		ifpga_monitor_start = 1;
	}

	return 0;

error: patch failed: drivers/raw/ifpga/ifpga_rawdev.c:534
Applying patch drivers/raw/ifpga/ifpga_rawdev.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Rejected hunk #3.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
diff a/drivers/raw/ifpga/ifpga_rawdev.c b/drivers/raw/ifpga/ifpga_rawdev.c	(rejected hunks)
@@ -534,7 +534,7 @@ static int set_surprise_link_check_aer(
 				"Fail to create ifpga nonitor thread");
 			return -1;
 		}
-		ifpga_monitor_start = 1;
+		__atomic_store_n(&ifpga_monitor_start, 1, __ATOMIC_RELAXED);
 	}
 
 	return 0;

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

UNH-IOL DPDK Community Lab

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-22  4:59 |WARNING| pw106207 [PATCH] [v6] raw/ifpga: fix pthread cannot join 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).