|WARNING| pw124805 [PATCH v2] app/test: fix data length of each packet segment
qemudev at loongson.cn
qemudev at loongson.cn
Mon Mar 6 07:59:16 CET 2023
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/124805
_apply patch failure_
Submitter: Zhuobin Huang <zobin1999 at 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
More information about the test-report
mailing list