From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: jspewock@iol.unh.edu, zhoumin@loongson.cn
Subject: |WARNING| pw143414 [PATCH v8 1/1] dts: add test case that utilizes offload to pmd_buffer_scatter
Date: Wed, 28 Aug 2024 00:55:27 +0800 [thread overview]
Message-ID: <202408271655.47RGtRdv2010546@localhost.localdomain> (raw)
In-Reply-To: <20240827172255.10468-2-jspewock@iol.unh.edu>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/143414
_apply patch failure_
Submitter: Jeremy Spewock <jspewock@iol.unh.edu>
Date: Tue, 27 Aug 2024 13:22:55 -0400
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: cb9187bc5c2b4bab0ad80194ac3b60491de14e8c
Apply patch set 143414 failed:
Checking patch dts/tests/TestSuite_pmd_buffer_scatter.py...
error: while searching for:
"""Set up the test suite.
Setup:
Increase the MTU of both ports on the traffic generator to 9000
to support larger packet sizes.
"""
self.tg_node.main_session.configure_port_mtu(9000, self._tg_port_egress)
self.tg_node.main_session.configure_port_mtu(9000, self._tg_port_ingress)
def scatter_pktgen_send_packet(self, pktsize: int) -> str:
"""Generate and send a packet to the SUT then capture what is forwarded back.
Generate an IP packet of a specific length and send it to the SUT,
then capture the resulting received packet and extract its payload.
The desired length of the packet is met by packing its payload
with the letter "X" in hexadecimal.
Args:
pktsize: Size of the packet to generate and send.
Returns:
The payload of the received packet as a string.
"""
packet = Ether() / IP() / Raw()
packet.getlayer(2).load = ""
error: patch failed: dts/tests/TestSuite_pmd_buffer_scatter.py:55
error: dts/tests/TestSuite_pmd_buffer_scatter.py: patch does not apply
next parent reply other threads:[~2024-08-27 17:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240827172255.10468-2-jspewock@iol.unh.edu>
2024-08-27 16:55 ` qemudev [this message]
2024-08-27 17:23 ` |SUCCESS| " checkpatch
2024-08-27 17:42 ` |WARNING| pw143414 [PATCH] [v8, " dpdklab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202408271655.47RGtRdv2010546@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=jspewock@iol.unh.edu \
--cc=test-report@dpdk.org \
--cc=zhoumin@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).