automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>, zhoumin@loongson.cn
Subject: |WARNING| pw134167-134171 [PATCH v6 1/5] pdump: fix setting rte_errno on mp error
Date: Mon, 13 Nov 2023 23:59:20 +0800	[thread overview]
Message-ID: <202311131559.3ADFxK732122391@localhost.localdomain> (raw)
In-Reply-To: <20231113161519.242272-2-stephen@networkplumber.org>

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...


       reply	other threads:[~2023-11-13 16:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20231113161519.242272-2-stephen@networkplumber.org>
2023-11-13 15:59 ` qemudev [this message]
2023-11-13 16:15 ` |SUCCESS| pw134167 " checkpatch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202311131559.3ADFxK732122391@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=stephen@networkplumber.org \
    --cc=test-report@dpdk.org \
    --cc=zhoumin@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).