|WARNING| pw156458 [PATCH v5 1/1] dts: add missing type hints to method signatures
qemudev at loongson.cn
qemudev at loongson.cn
Fri Sep 5 14:16:15 CEST 2025
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/156458
_apply patch failure_
Submitter: Andrew Bailey <abailey at iol.unh.edu>
Date: Fri, 5 Sep 2025 08:40:58 -0400
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 211f1660212809640003eb83664d4fbaa01e1a2a
Apply patch set 156458 failed:
Checking patch .mailmap...
Checking patch dts/framework/context.py...
Checking patch dts/framework/exception.py...
Checking patch dts/framework/logger.py...
Checking patch dts/framework/params/__init__.py...
Checking patch dts/framework/remote_session/dpdk.py...
Checking patch dts/framework/remote_session/dpdk_shell.py...
Checking patch dts/framework/remote_session/interactive_shell.py...
Checking patch dts/framework/remote_session/python_shell.py...
Checking patch dts/framework/remote_session/remote_session.py...
Checking patch dts/framework/remote_session/shell_pool.py...
Checking patch dts/framework/remote_session/testpmd_shell.py...
Checking patch dts/framework/runner.py...
Checking patch dts/framework/settings.py...
Checking patch dts/framework/test_result.py...
Checking patch dts/framework/test_run.py...
Checking patch dts/framework/test_suite.py...
Checking patch dts/framework/testbed_model/capability.py...
Checking patch dts/framework/testbed_model/cpu.py...
Checking patch dts/framework/testbed_model/node.py...
Checking patch dts/framework/testbed_model/os_session.py...
Checking patch dts/framework/testbed_model/port.py...
Checking patch dts/framework/testbed_model/posix_session.py...
Checking patch dts/framework/testbed_model/traffic_generator/scapy.py...
Checking patch dts/framework/testbed_model/traffic_generator/traffic_generator.py...
Checking patch dts/framework/testbed_model/virtual_device.py...
Checking patch dts/framework/utils.py...
Checking patch dts/tests/TestSuite_blocklist.py...
Checking patch dts/tests/TestSuite_dynamic_queue_conf.py...
error: while searching for:
@requires(NicCapability.RUNTIME_RX_QUEUE_SETUP)
@func_test
def rx_queue_stop(self):
"""Run method for stopping queues with flag for Rx testing set to :data:`True`."""
self.stop_queues(True)
@requires(NicCapability.RUNTIME_RX_QUEUE_SETUP)
@func_test
def rx_queue_configuration(self):
"""Run method for configuring queues with flag for Rx testing set to :data:`True`."""
self.modify_ring_size(True)
@requires(NicCapability.RUNTIME_TX_QUEUE_SETUP)
@func_test
def tx_queue_stop(self):
"""Run method for stopping queues with flag for Rx testing set to :data:`False`."""
self.stop_queues(False)
@requires(NicCapability.RUNTIME_TX_QUEUE_SETUP)
@func_test
def tx_queue_configuration(self):
"""Run method for configuring queues with flag for Rx testing set to :data:`False`."""
self.modify_ring_size(False)
error: patch failed: dts/tests/TestSuite_dynamic_queue_conf.py:277
error: dts/tests/TestSuite_dynamic_queue_conf.py: patch does not apply
Checking patch dts/tests/TestSuite_port_restart_config_persistency.py...
More information about the test-report
mailing list