* |WARNING| pw149357-149358 [RFC PATCH 1/2] dts: add scoping and shell registration to Node
[not found] <20241220172429.2194811-1-luca.vizzarro@arm.com>
@ 2024-12-20 16:52 ` qemudev
2024-12-20 17:26 ` |SUCCESS| pw149357 " checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2024-12-20 16:52 UTC (permalink / raw)
To: test-report; +Cc: Luca Vizzarro, zhoumin
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).
^ permalink raw reply [flat|nested] 2+ messages in thread
* |SUCCESS| pw149357 [RFC PATCH 1/2] dts: add scoping and shell registration to Node
[not found] <20241220172429.2194811-1-luca.vizzarro@arm.com>
2024-12-20 16:52 ` |WARNING| pw149357-149358 [RFC PATCH 1/2] dts: add scoping and shell registration to Node qemudev
@ 2024-12-20 17:26 ` checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-12-20 17:26 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/149357
_coding style OK_
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-20 17:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20241220172429.2194811-1-luca.vizzarro@arm.com>
2024-12-20 16:52 ` |WARNING| pw149357-149358 [RFC PATCH 1/2] dts: add scoping and shell registration to Node qemudev
2024-12-20 17:26 ` |SUCCESS| pw149357 " 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).