* |WARNING| pw124805 [PATCH v2] app/test: fix data length of each packet segment
[not found] <20230305205144.14443-1-zobin1999@gmail.com>
@ 2023-03-05 20:53 ` checkpatch
2023-03-06 6:59 ` qemudev
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-03-05 20:53 UTC (permalink / raw)
To: test-report; +Cc: Zhuobin Huang
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/124805
_coding style issues_
Must be a reply to the first patch (--in-reply-to).
ERROR:TRAILING_WHITESPACE: trailing whitespace
#121: FILE: 0001-app-test-fix-data-length-of-each-packet-segment.patch:25:
+ $
ERROR:TRAILING_WHITESPACE: trailing whitespace
#130: FILE: 0001-app-test-fix-data-length-of-each-packet-segment.patch:34:
+ $
ERROR:TRAILING_WHITESPACE: trailing whitespace
#147: FILE: 0001-app-test-fix-data-length-of-each-packet-segment.patch:51:
+ $
ERROR:TRAILING_WHITESPACE: trailing whitespace
#148: FILE: 0001-app-test-fix-data-length-of-each-packet-segment.patch:52:
+-- $
total: 4 errors, 0 warnings, 62 lines checked
Zhuobin Huang <zobin1999@gmail.com> is unknown, please fix the commit message or update .mailmap.
^ permalink raw reply [flat|nested] 2+ messages in thread
* |WARNING| pw124805 [PATCH v2] app/test: fix data length of each packet segment
[not found] <20230305205144.14443-1-zobin1999@gmail.com>
2023-03-05 20:53 ` |WARNING| pw124805 [PATCH v2] app/test: fix data length of each packet segment checkpatch
@ 2023-03-06 6:59 ` qemudev
1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-03-06 6:59 UTC (permalink / raw)
To: test-report; +Cc: Zhuobin Huang, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/124805
_apply patch failure_
Submitter: Zhuobin Huang <zobin1999@gmail.com>
Date: Mon, 6 Mar 2023 04:51:44 +0800
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
Apply patch set 124805 failed:
/home/zhoumin/dpdk-ci/tools/../series/27251/124805.patch:119: space before tab in indent.
struct rte_mbuf *pkt_seg;
/home/zhoumin/dpdk-ci/tools/../series/27251/124805.patch:120: space before tab in indent.
struct rte_mbuf *pkt;
/home/zhoumin/dpdk-ci/tools/../series/27251/124805.patch:121: trailing whitespace.
/home/zhoumin/dpdk-ci/tools/../series/27251/124805.patch:124: space before tab in indent.
for (nb_pkt = 0; nb_pkt < nb_pkt_per_burst; nb_pkt++) {
/home/zhoumin/dpdk-ci/tools/../series/27251/124805.patch:125: space before tab in indent.
pkt = rte_pktmbuf_alloc(mp);
Checking patch 0001-app-test-fix-data-length-of-each-packet-segment.patch...
Checking patch app/test/packet_burst_generator.c...
error: while searching for:
goto nomore_mbuf;
}
pkt_seg = pkt_seg->next;
if(i != nb_pkt_segs - 1)
pkt_seg->data_len = pkt_seg_data_len;
else
pkt_seg->data_len = pkt_seg_data_len + pkt_len % nb_pkt_segs;
error: patch failed: app/test/packet_burst_generator.c:371
error: app/test/packet_burst_generator.c: patch does not apply
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-06 7:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230305205144.14443-1-zobin1999@gmail.com>
2023-03-05 20:53 ` |WARNING| pw124805 [PATCH v2] app/test: fix data length of each packet segment checkpatch
2023-03-06 6:59 ` 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).