automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw144073 [PATCH v2] net/sxe: add net driver sxe again
       [not found] <20240916095426.1206-1-liujie5@linkdatatechnology.com>
@ 2024-09-16  9:26 ` qemudev
  2024-09-16  9:55 ` checkpatch
  2024-09-16 10:13 ` |WARNING| pw144073 [PATCH] [v2] " dpdklab
  2 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2024-09-16  9:26 UTC (permalink / raw)
  To: test-report; +Cc: Jie Liu, zhoumin

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/144073

_apply patch failure_

Submitter: Jie Liu <liujie5@linkdatatechnology.com>
Date: Mon, 16 Sep 2024 17:54:26 +0800
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 41dd9a6bc2d9c6e20e139ad713cc9d172572dd43

Apply patch set 144073 failed:

Checking patch drivers/net/sxe/include/readme.txt...
error: drivers/net/sxe/include/readme.txt: No such file or directory
Checking patch drivers/net/sxe/include/sxe_version.h...
error: drivers/net/sxe/include/sxe_version.h: No such file or directory
Checking patch drivers/net/sxe/pf/sxe.h...
error: drivers/net/sxe/pf/sxe.h: No such file or directory
Checking patch drivers/net/sxe/pf/sxe_filter.c...
error: drivers/net/sxe/pf/sxe_filter.c: No such file or directory
Checking patch drivers/net/sxe/pf/sxe_filter.h...
error: drivers/net/sxe/pf/sxe_filter.h: No such file or directory
Checking patch drivers/net/sxe/pf/sxe_macsec.c...
error: drivers/net/sxe/pf/sxe_macsec.c: No such file or directory
Checking patch drivers/net/sxe/pf/sxe_vf.c...
error: drivers/net/sxe/pf/sxe_vf.c: No such file or directory
Checking patch drivers/net/sxe/sxe_testpmd.c...
Checking patch drivers/net/sxe/vf/sxevf_ethdev.c...
error: drivers/net/sxe/vf/sxevf_ethdev.c: No such file or directory
Checking patch drivers/net/sxe/vf/sxevf_filter.c...
error: drivers/net/sxe/vf/sxevf_filter.c: No such file or directory
Checking patch drivers/net/sxe/vf/sxevf_filter.h...
error: drivers/net/sxe/vf/sxevf_filter.h: No such file or directory


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

* |WARNING| pw144073 [PATCH v2] net/sxe: add net driver sxe again
       [not found] <20240916095426.1206-1-liujie5@linkdatatechnology.com>
  2024-09-16  9:26 ` |WARNING| pw144073 [PATCH v2] net/sxe: add net driver sxe again qemudev
@ 2024-09-16  9:55 ` checkpatch
  2024-09-16 10:13 ` |WARNING| pw144073 [PATCH] [v2] " dpdklab
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2024-09-16  9:55 UTC (permalink / raw)
  To: test-report; +Cc: Jie Liu

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

_coding style issues_


CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#158: FILE: drivers/net/sxe/pf/sxe_filter.c:85:
+	LOG_DEBUG("default mac addr = "MAC_FMT"
", addr[0], addr[1], addr[2],

ERROR:SPACING: space required after that ',' (ctx:VxV)
#230: FILE: drivers/net/sxe/pf/sxe_filter.c:408:
+			addr[3],addr[4], addr[5]);
 			       ^

WARNING:BRACES: braces {} are not necessary for any arm of this statement
#521: FILE: drivers/net/sxe/sxe_testpmd.c:163:
+	if (strcmp(res->action, "on") == 0) {
[...]
+	} else {
[...]

CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#527: FILE: drivers/net/sxe/sxe_testpmd.c:169:
+
+}

total: 1 errors, 1 warnings, 2 checks, 509 lines checked
Warning in drivers/net/sxe/sxe_testpmd.c:
Writing to stdout or stderr

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

* |WARNING| pw144073 [PATCH] [v2] net/sxe: add net driver sxe again
       [not found] <20240916095426.1206-1-liujie5@linkdatatechnology.com>
  2024-09-16  9:26 ` |WARNING| pw144073 [PATCH v2] net/sxe: add net driver sxe again qemudev
  2024-09-16  9:55 ` checkpatch
@ 2024-09-16 10:13 ` dpdklab
  2 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2024-09-16 10:13 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Jie Liu <liujie5@linkdatatechnology.com>
Date: Monday, September 16 2024 09:54:26 
Applied on: CommitID:41dd9a6bc2d9c6e20e139ad713cc9d172572dd43
Apply patch set 144073 failed:


<!doctype html>
<html lang="en">
<head>
  <title>Not Found</title>
</head>
<body>
  <h1>Not Found</h1><p>The requested resource was not found on this server.</p>
</body>
</html>

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

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2024-09-16 10:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240916095426.1206-1-liujie5@linkdatatechnology.com>
2024-09-16  9:26 ` |WARNING| pw144073 [PATCH v2] net/sxe: add net driver sxe again qemudev
2024-09-16  9:55 ` checkpatch
2024-09-16 10:13 ` |WARNING| pw144073 [PATCH] [v2] " 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).