|WARNING| pw134167-134171 [PATCH v6 1/5] pdump: fix setting rte_errno on mp error

qemudev at loongson.cn qemudev at loongson.cn
Mon Nov 13 16:59:20 CET 2023


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

_apply patch failure_

Submitter: Stephen Hemminger <stephen at networkplumber.org>
Date: Mon, 13 Nov 2023 08:15:15 -0800
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 47a85dda3f064dd1141386e8a53a159a2ae95744

Apply patch set 134167-134171 failed:

Checking patch app/dumpcap/main.c...
Checking patch app/test/test_pcapng.c...
Checking patch lib/graph/graph_pcap.c...
Checking patch lib/pcapng/rte_pcapng.c...
Checking patch lib/pcapng/rte_pcapng.h...
Hunk #1 succeeded at 114 (offset -7 lines).
Hunk #2 succeeded at 126 (offset -8 lines).
error: while searching for:
 *  The handle to the packet capture file
 * @param port
 *  The Ethernet port to report stats on.
 * @param comment
 *   Optional comment to add to statistics.
 * @param start_time
 *  The time when packet capture was started in nanoseconds.
 *  Optional: can be zero if not known.
 * @param end_time
 *  The time when packet capture was stopped in nanoseconds.
 *  Optional: can be zero if not finished;
 * @param ifrecv
 *  The number of packets received by capture.
 *  Optional: use UINT64_MAX if not known.
 * @param ifdrop
 *  The number of packets missed by the capture process.
 *  Optional: use UINT64_MAX if not known.
 * @return
 *  number of bytes written to file, -1 on failure to write file
 */
__rte_experimental
ssize_t
rte_pcapng_write_stats(rte_pcapng_t *self, uint16_t port,
		       const char *comment,
		       uint64_t start_time, uint64_t end_time,
		       uint64_t ifrecv, uint64_t ifdrop);

#ifdef __cplusplus
}

error: patch failed: lib/pcapng/rte_pcapng.h:188
error: lib/pcapng/rte_pcapng.h: patch does not apply
Checking patch lib/pdump/rte_pdump.c...



More information about the test-report mailing list