automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw134167-134171 [PATCH v6 1/5] pdump: fix setting rte_errno on mp error
       [not found] <20231113161519.242272-2-stephen@networkplumber.org>
@ 2023-11-13 15:59 ` qemudev
  2023-11-13 16:15 ` |SUCCESS| pw134167 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-11-13 15:59 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger, zhoumin

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

_apply patch failure_

Submitter: Stephen Hemminger <stephen@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...


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

* |SUCCESS| pw134167 [PATCH v6 1/5] pdump: fix setting rte_errno on mp error
       [not found] <20231113161519.242272-2-stephen@networkplumber.org>
  2023-11-13 15:59 ` |WARNING| pw134167-134171 [PATCH v6 1/5] pdump: fix setting rte_errno on mp error qemudev
@ 2023-11-13 16:15 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-11-13 16:15 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

end of thread, other threads:[~2023-11-13 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20231113161519.242272-2-stephen@networkplumber.org>
2023-11-13 15:59 ` |WARNING| pw134167-134171 [PATCH v6 1/5] pdump: fix setting rte_errno on mp error qemudev
2023-11-13 16:15 ` |SUCCESS| pw134167 " 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).