automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw106155 [PATCH v5] raw/ifpga: fix pthread cannot join
       [not found] <20220121033246.10339-1-wei.huang@intel.com>
@ 2022-01-21  3:37 ` checkpatch
  2022-01-21  5:19 ` |SUCCESS| " 0-day Robot
  1 sibling, 0 replies; 3+ messages in thread
From: checkpatch @ 2022-01-21  3:37 UTC (permalink / raw)
  To: test-report; +Cc: Wei Huang

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/106155

_coding style issues_


Warning in drivers/raw/ifpga/ifpga_rawdev.c:
Using rte_atomicNN_xxx

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

* |SUCCESS| pw106155 [PATCH v5] raw/ifpga: fix pthread cannot join
       [not found] <20220121033246.10339-1-wei.huang@intel.com>
  2022-01-21  3:37 ` |WARNING| pw106155 [PATCH v5] raw/ifpga: fix pthread cannot join checkpatch
@ 2022-01-21  5:19 ` 0-day Robot
  1 sibling, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2022-01-21  5:19 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/106155/

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1726914325

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

* |WARNING| pw106155 [PATCH] [v5] raw/ifpga: fix pthread cannot join
@ 2022-01-21  3:48 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2022-01-21  3:48 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Wei Huang <wei.huang@intel.com>
Date: Friday, January 21 2022 03:32:46 
Applied on: CommitID:9cc217a28310d21fba56e5eceb740b4feb7e0949
Apply patch set 106155 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.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
Hunk #6 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;
+		rte_atomic32_set(&ifpga_monitor_start, 1);
 	}
 
 	return 0;

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

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2022-01-21  4:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220121033246.10339-1-wei.huang@intel.com>
2022-01-21  3:37 ` |WARNING| pw106155 [PATCH v5] raw/ifpga: fix pthread cannot join checkpatch
2022-01-21  5:19 ` |SUCCESS| " 0-day Robot
2022-01-21  3:48 |WARNING| pw106155 [PATCH] [v5] " 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).