automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw143525-143529 [RFC PATCH v1 1/5] dts: add TX offload capabilities
       [not found] <20240831000058.23009-2-jspewock@iol.unh.edu>
@ 2024-08-30 23:44 ` qemudev
  2024-08-31  0:05 ` |SUCCESS| pw143525 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2024-08-30 23:44 UTC (permalink / raw)
  To: test-report; +Cc: jspewock, zhoumin

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

_apply patch failure_

Submitter: Jeremy Spewock <jspewock@iol.unh.edu>
Date: Fri, 30 Aug 2024 20:00:09 -0400
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: cb9187bc5c2b4bab0ad80194ac3b60491de14e8c

Apply patch set 143525-143529 failed:

Checking patch dts/framework/remote_session/testpmd_shell.py...
error: while searching for:
    tx_bps: int = field(metadata=TextParser.find_int(r"Tx-bps:\s+(\d+)"))



class RxOffloadCapability(Flag):
    """Rx offload capabilities of a device."""

    #:
    RX_OFFLOAD_VLAN_STRIP = auto()
    #: Device supports L3 checksum offload.
    RX_OFFLOAD_IPV4_CKSUM = auto()
    #: Device supports L4 checksum offload.
    RX_OFFLOAD_UDP_CKSUM = auto()
    #: Device supports L4 checksum offload.
    RX_OFFLOAD_TCP_CKSUM = auto()
    #: Device supports Large Receive Offload.
    RX_OFFLOAD_TCP_LRO = auto()
    #: Device supports QinQ (queue in queue) offload.
    RX_OFFLOAD_QINQ_STRIP = auto()
    #: Device supports inner packet L3 checksum.
    RX_OFFLOAD_OUTER_IPV4_CKSUM = auto()
    #: Device supports MACsec.
    RX_OFFLOAD_MACSEC_STRIP = auto()
    #: Device supports filtering of a VLAN Tag identifier.
    RX_OFFLOAD_VLAN_FILTER = 1 << 9
    #: Device supports VLAN offload.
    RX_OFFLOAD_VLAN_EXTEND = auto()
    #: Device supports receiving segmented mbufs.
    RX_OFFLOAD_SCATTER = 1 << 13
    #: Device supports Timestamp.
    RX_OFFLOAD_TIMESTAMP = auto()
    #: Device supports crypto processing while packet is received in NIC.
    RX_OFFLOAD_SECURITY = auto()
    #: Device supports CRC stripping.
    RX_OFFLOAD_KEEP_CRC = auto()
    #: Device supports L4 checksum offload.
    RX_OFFLOAD_SCTP_CKSUM = auto()
    #: Device supports inner packet L4 checksum.
    RX_OFFLOAD_OUTER_UDP_CKSUM = auto()
    #: Device supports RSS hashing.
    RX_OFFLOAD_RSS_HASH = auto()
    #: Device supports
    RX_OFFLOAD_BUFFER_SPLIT = auto()
    #: Device supports all checksum capabilities.
    RX_OFFLOAD_CHECKSUM = RX_OFFLOAD_IPV4_CKSUM | RX_OFFLOAD_UDP_CKSUM | RX_OFFLOAD_TCP_CKSUM
    #: Device supports all VLAN capabilities.
    RX_OFFLOAD_VLAN = (
        RX_OFFLOAD_VLAN_STRIP
        | RX_OFFLOAD_VLAN_FILTER
        | RX_OFFLOAD_VLAN_EXTEND
        | RX_OFFLOAD_QINQ_STRIP
    )

    @classmethod
    def from_string(cls, line: str) -> Self:

error: patch failed: dts/framework/remote_session/testpmd_shell.py:661
error: dts/framework/remote_session/testpmd_shell.py: patch does not apply


^ permalink raw reply	[flat|nested] 2+ messages in thread

* |SUCCESS| pw143525 [RFC PATCH v1 1/5] dts: add TX offload capabilities
       [not found] <20240831000058.23009-2-jspewock@iol.unh.edu>
  2024-08-30 23:44 ` |WARNING| pw143525-143529 [RFC PATCH v1 1/5] dts: add TX offload capabilities qemudev
@ 2024-08-31  0:05 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-08-31  0:05 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/143525

_coding style OK_



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-31  0:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240831000058.23009-2-jspewock@iol.unh.edu>
2024-08-30 23:44 ` |WARNING| pw143525-143529 [RFC PATCH v1 1/5] dts: add TX offload capabilities qemudev
2024-08-31  0:05 ` |SUCCESS| pw143525 " 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).