|WARNING| pw143414 [PATCH v8 1/1] dts: add test case that utilizes offload to pmd_buffer_scatter

qemudev at loongson.cn qemudev at loongson.cn
Tue Aug 27 18:55:27 CEST 2024


Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/143414

_apply patch failure_

Submitter: Jeremy Spewock <jspewock at 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



More information about the test-report mailing list