automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw155604 [PATCH] net/cksum: compute raw cksum for several segments
       [not found] <CABsP7wOFAsE2-BmnHZW1c3rOkkrUWfox7qrbim6zmP6gbmJqzg@mail.gmail.com>
@ 2025-07-31  9:50 ` qemudev
  2025-07-31  9:53 ` checkpatch
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: qemudev @ 2025-07-31  9:50 UTC (permalink / raw)
  To: test-report; +Cc: susai.ss, zhoumin

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

_apply patch failure_

Submitter: 苏赛 <susai.ss@bytedance.com>
Date: Thu, 31 Jul 2025 02:55:01 -0700
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 38543d33bd47fc0ee21f59db80a8763620741879

Apply patch set 155604 failed:

error: patch fragment without header at line 102: @@ -157,7 +177,7 @@ rte_raw_cksum_mbuf(const struct rte_mbuf *m,


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

* |WARNING| pw155604 [PATCH] net/cksum: compute raw cksum for several segments
       [not found] <CABsP7wOFAsE2-BmnHZW1c3rOkkrUWfox7qrbim6zmP6gbmJqzg@mail.gmail.com>
  2025-07-31  9:50 ` |WARNING| pw155604 [PATCH] net/cksum: compute raw cksum for several segments qemudev
@ 2025-07-31  9:53 ` checkpatch
  2025-07-31 10:19 ` dpdklab
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: checkpatch @ 2025-07-31  9:53 UTC (permalink / raw)
  To: test-report; +Cc: 苏赛

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2413 bytes --]

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

_coding style issues_


ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?)
#103: FILE: :176:
uint32_t off, uint32_t len,

WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#108: FILE: :180:
+                        tmp = rte_bswap32(tmp);

WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#118: FILE: :192:
+        *cksum = __rte_raw_cksum_reduce_u64(sum);

ERROR:CODE_INDENT: code indent should use tabs where possible
#152: FILE: lib/net/rte_cksum.h:95:
+        uint32_t tmp;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#152: FILE: lib/net/rte_cksum.h:95:
+        uint32_t tmp;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#154: FILE: lib/net/rte_cksum.h:97:
+        tmp = __rte_raw_cksum_reduce((uint32_t)sum);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#154: FILE: lib/net/rte_cksum.h:97:
+        tmp = __rte_raw_cksum_reduce((uint32_t)sum);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#155: FILE: lib/net/rte_cksum.h:98:
+        tmp += __rte_raw_cksum_reduce((uint32_t)(sum >> 32));$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#155: FILE: lib/net/rte_cksum.h:98:
+        tmp += __rte_raw_cksum_reduce((uint32_t)(sum >> 32));$

ERROR:CODE_INDENT: code indent should use tabs where possible
#156: FILE: lib/net/rte_cksum.h:99:
+        return __rte_raw_cksum_reduce(tmp);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#156: FILE: lib/net/rte_cksum.h:99:
+        return __rte_raw_cksum_reduce(tmp);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#168: FILE: lib/net/rte_cksum.h:141:
+        uint32_t tmp;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#168: FILE: lib/net/rte_cksum.h:141:
+        uint32_t tmp;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#170: FILE: lib/net/rte_cksum.h:143:
+        uint64_t sum;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#170: FILE: lib/net/rte_cksum.h:143:
+        uint64_t sum;$

WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email name mismatch: 'From: "苏赛" <susai.ss@bytedance.com>' != 'Signed-off-by: Su Sai <susai.ss@bytedance.com>'

total: 7 errors, 9 warnings, 58 lines checked

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

* |WARNING| pw155604 [PATCH] net/cksum: compute raw cksum for several segments
       [not found] <CABsP7wOFAsE2-BmnHZW1c3rOkkrUWfox7qrbim6zmP6gbmJqzg@mail.gmail.com>
  2025-07-31  9:50 ` |WARNING| pw155604 [PATCH] net/cksum: compute raw cksum for several segments qemudev
  2025-07-31  9:53 ` checkpatch
@ 2025-07-31 10:19 ` dpdklab
  2025-07-31 11:46 ` qemudev
  2025-08-01  2:42 ` qemudev
  4 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2025-07-31 10:19 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Su Sai  <susai.ss@bytedance.com>
Date: Thursday, July 31 2025 09:55:01 
Applied on: CommitID:38543d33bd47fc0ee21f59db80a8763620741879
Apply patch set 155604 failed:

Cloning the DPDK mirror at: https://github.com/DPDK/dpdk.git (Attempt 1 of 3)
Trying to checkout branch: origin/main
Checked out to main (38543d33bd47fc0ee21f59db80a8763620741879)
Done: main commit 38543d33bd47fc0ee21f59db80a8763620741879
Trying to checkout branch: origin/main
Checked out to main (38543d33bd47fc0ee21f59db80a8763620741879)
Applying patch...

Failed to apply patch:
Applying: net/cksum: compute raw cksum for several segments
error: patch fragment without header at line 7: @@ -157,7 +177,7 @@ rte_raw_cksum_mbuf(const struct rte_mbuf *m,
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 net/cksum: compute raw cksum for several segments
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


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

UNH-IOL DPDK Community Lab

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

* |WARNING| pw155604 [PATCH] net/cksum: compute raw cksum for several segments
       [not found] <CABsP7wOFAsE2-BmnHZW1c3rOkkrUWfox7qrbim6zmP6gbmJqzg@mail.gmail.com>
                   ` (2 preceding siblings ...)
  2025-07-31 10:19 ` dpdklab
@ 2025-07-31 11:46 ` qemudev
  2025-08-01  2:42 ` qemudev
  4 siblings, 0 replies; 5+ messages in thread
From: qemudev @ 2025-07-31 11:46 UTC (permalink / raw)
  To: test-report; +Cc: susai.ss, zhoumin

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

_apply patch failure RETEST #1_

Submitter: 苏赛 <susai.ss@bytedance.com>
Date: Thu, 31 Jul 2025 02:55:01 -0700
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 3408b132b31906fe1ed28d6b2009b98202e1cff0

Apply patch set 155604 failed:

error: patch fragment without header at line 102: @@ -157,7 +177,7 @@ rte_raw_cksum_mbuf(const struct rte_mbuf *m,


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

* |WARNING| pw155604 [PATCH] net/cksum: compute raw cksum for several segments
       [not found] <CABsP7wOFAsE2-BmnHZW1c3rOkkrUWfox7qrbim6zmP6gbmJqzg@mail.gmail.com>
                   ` (3 preceding siblings ...)
  2025-07-31 11:46 ` qemudev
@ 2025-08-01  2:42 ` qemudev
  4 siblings, 0 replies; 5+ messages in thread
From: qemudev @ 2025-08-01  2:42 UTC (permalink / raw)
  To: test-report; +Cc: susai.ss, zhoumin

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

_apply patch failure RETEST #2_

Submitter: 苏赛 <susai.ss@bytedance.com>
Date: Thu, 31 Jul 2025 02:55:01 -0700
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 38543d33bd47fc0ee21f59db80a8763620741879

Apply patch set 155604 failed:

error: patch fragment without header at line 102: @@ -157,7 +177,7 @@ rte_raw_cksum_mbuf(const struct rte_mbuf *m,


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

end of thread, other threads:[~2025-08-01  3:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CABsP7wOFAsE2-BmnHZW1c3rOkkrUWfox7qrbim6zmP6gbmJqzg@mail.gmail.com>
2025-07-31  9:50 ` |WARNING| pw155604 [PATCH] net/cksum: compute raw cksum for several segments qemudev
2025-07-31  9:53 ` checkpatch
2025-07-31 10:19 ` dpdklab
2025-07-31 11:46 ` qemudev
2025-08-01  2:42 ` qemudev

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).