From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Luca Vizzarro <luca.vizzarro@arm.com>, zhoumin@loongson.cn
Subject: |WARNING| pw149357-149358 [RFC PATCH 1/2] dts: add scoping and shell registration to Node
Date: Sat, 21 Dec 2024 00:52:24 +0800 [thread overview]
Message-ID: <202412201652.4BKGqOTQ1656754@localhost.localdomain> (raw)
In-Reply-To: <20241220172429.2194811-1-luca.vizzarro@arm.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/149357
_apply patch failure_
Submitter: Luca Vizzarro <luca.vizzarro@arm.com>
Date: Fri, 20 Dec 2024 17:24:29 +0000
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 07604f264417959d76aa9fcb8cb0c3665f62f0d3
Apply patch set 149357-149358 failed:
Checking patch dts/framework/remote_session/single_active_interactive_shell.py...
error: while searching for:
the name of the underlying node which it is running on.
**kwargs: Any additional arguments if any.
"""
self._node = node
if name is None:
name = type(self).__name__
self._logger = get_dts_logger(f"{node.name}.{name}")
error: patch failed: dts/framework/remote_session/single_active_interactive_shell.py:112
error: dts/framework/remote_session/single_active_interactive_shell.py: patch does not apply
Checking patch dts/framework/runner.py...
Hunk #1 succeeded at 455 (offset -5 lines).
Hunk #2 succeeded at 478 (offset -5 lines).
Hunk #3 succeeded at 486 (offset -5 lines).
Hunk #4 succeeded at 513 (offset -5 lines).
Hunk #5 succeeded at 536 (offset -5 lines).
Checking patch dts/framework/testbed_model/capability.py...
error: while searching for:
)
if cls.capabilities_to_check:
capabilities_to_check_map = cls._get_decorated_capabilities_map()
with TestPmdShell(
sut_node, privileged=True, disable_device_start=True
) as testpmd_shell:
for (
conditional_capability_fn,
capabilities,
) in capabilities_to_check_map.items():
supported_capabilities: set[NicCapability] = set()
unsupported_capabilities: set[NicCapability] = set()
capability_fn = cls._reduce_capabilities(
capabilities, supported_capabilities, unsupported_capabilities
)
if conditional_capability_fn:
capability_fn = conditional_capability_fn(capability_fn)
capability_fn(testpmd_shell)
for capability in capabilities:
if capability.nic_capability in supported_capabilities:
supported_conditional_capabilities.add(capability)
logger.debug(f"Found supported capabilities {supported_conditional_capabilities}.")
return supported_conditional_capabilities
error: patch failed: dts/framework/testbed_model/capability.py:221
error: dts/framework/testbed_model/capability.py: patch does not apply
Checking patch dts/framework/testbed_model/node.py...
Checking patch dts/framework/testbed_model/sut_node.py...
Hunk #1 succeeded at 34 (offset 1 line).
Checking patch dts/tests/TestSuite_blocklist.py...
Checking patch dts/tests/TestSuite_checksum_offload.py...
Checking patch dts/tests/TestSuite_dynamic_queue_conf.py...
error: while searching for:
while len(queues_to_config) < self.num_ports_to_modify:
queues_to_config.add(random.randint(1, self.number_of_queues - 1))
unchanged_queues = set(range(self.number_of_queues)) - queues_to_config
with TestPmdShell(
self.sut_node,
port_topology=PortTopology.chained,
rx_queues=self.number_of_queues,
tx_queues=self.number_of_queues,
) as testpmd:
for q in queues_to_config:
testpmd.stop_port_queue(port_id, q, is_rx_testing)
testpmd.set_forward_mode(SimpleForwardingModes.mac)
test_meth(
self,
port_id,
queues_to_config,
unchanged_queues,
testpmd,
is_rx_testing,
)
for queue_id in queues_to_config:
testpmd.start_port_queue(port_id, queue_id, is_rx_testing)
testpmd.start()
self.send_packets_with_different_addresses(self.number_of_packets_to_send)
forwarding_stats = testpmd.stop()
for queue_id in queues_to_config:
self.verify(
self.port_queue_in_stats(port_id, is_rx_testing, queue_id, forwarding_stats),
f"Modified queue {queue_id} on port {port_id} failed to receive traffic after"
"being started again.",
)
return wrap
error: patch failed: dts/tests/TestSuite_dynamic_queue_conf.py:83
error: dts/tests/TestSuite_dynamic_queue_conf.py: patch does not apply
Checking patch dts/tests/TestSuite_l2fwd.py...
Checking patch dts/tests/TestSuite_mac_filter.py...
Checking patch dts/tests/TestSuite_pmd_buffer_scatter.py...
Hunk #1 succeeded at 98 (offset -5 lines).
Checking patch dts/tests/TestSuite_smoke_tests.py...
Checking patch dts/tests/TestSuite_vlan.py...
Hunk #1 succeeded at 118 (offset -6 lines).
Hunk #2 succeeded at 131 (offset -6 lines).
Hunk #3 succeeded at 144 (offset -6 lines).
Hunk #4 succeeded at 156 (offset -6 lines).
next parent reply other threads:[~2024-12-20 17:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20241220172429.2194811-1-luca.vizzarro@arm.com>
2024-12-20 16:52 ` qemudev [this message]
2024-12-20 17:26 ` |SUCCESS| pw149357 " checkpatch
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=202412201652.4BKGqOTQ1656754@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=luca.vizzarro@arm.com \
--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).