* |WARNING| pw159661 [PATCH v10] net: optimize raw checksum computation
[not found] <20260108220205.64044-1-scott.k.mitch1@gmail.com>
@ 2026-01-08 22:00 ` qemudev
2026-01-08 22:03 ` checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2026-01-08 22:00 UTC (permalink / raw)
To: test-report; +Cc: scott.k.mitch1, maobibo
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/159661
_apply patch failure_
Submitter: Scott Mitchell <scott.k.mitch1@gmail.com>
Date: Thu, 8 Jan 2026 17:02:05 -0500
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: cd60dcd503b91956f966a1f6d595b35d256ac00f
Apply patch set 159661 failed:
error: git diff header lacks filename information (line 645)
^ permalink raw reply [flat|nested] 2+ messages in thread
* |WARNING| pw159661 [PATCH v10] net: optimize raw checksum computation
[not found] <20260108220205.64044-1-scott.k.mitch1@gmail.com>
2026-01-08 22:00 ` |WARNING| pw159661 [PATCH v10] net: optimize raw checksum computation qemudev
@ 2026-01-08 22:03 ` checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2026-01-08 22:03 UTC (permalink / raw)
To: test-report; +Cc: scott.k.mitch1
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/159661
_coding style issues_
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#221: FILE: app/test/test_cksum_fuzz.c:5:
+#include <stdio.h>
^^^^^
WARNING:SINGLE_STATEMENT_DO_WHILE_MACRO: Single statement macros should not use a do {} while (0) loop
#560: FILE: lib/eal/include/rte_common.h:564:
+#define RTE_SUPPRESS_UNINITIALIZED_WARNING(var) do { \
+ asm volatile("" : "+m" (var)); \
+} while (0)
total: 0 errors, 2 warnings, 402 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-08 22:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20260108220205.64044-1-scott.k.mitch1@gmail.com>
2026-01-08 22:00 ` |WARNING| pw159661 [PATCH v10] net: optimize raw checksum computation qemudev
2026-01-08 22:03 ` checkpatch
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).