automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>, maobibo@loongson.cn
Subject: |WARNING| pw157809-157810 [PATCH 1/2] usertools/dpdk-telemetry: correct script formatting
Date: Fri, 17 Oct 2025 21:20:21 +0800	[thread overview]
Message-ID: <202510171320.59HDKLqb1673522@localhost.localdomain> (raw)
In-Reply-To: <20251017135622.1152341-2-bruce.richardson@intel.com>

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

_apply patch failure_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Fri, 17 Oct 2025 14:56:21 +0100
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 438491733c2d8a109574449d3d6de9b25a05c07c

Apply patch set 157809-157810 failed:

Checking patch usertools/dpdk-telemetry.py...
error: while searching for:


if __name__ == "__main__":
    readline.parse_and_bind('tab: complete')
    readline.set_completer(readline_complete)
    readline.set_completer_delims(readline.get_completer_delims().replace('/', ''))

    parser = argparse.ArgumentParser()
    parser.add_argument('-f', '--file-prefix', default=DEFAULT_PREFIX,
                        help='Provide file-prefix for DPDK runtime directory')
    parser.add_argument('-i', '--instance', default='0', type=int,
                        help='Provide instance number for DPDK application')
    parser.add_argument('-l', '--list', action="store_true", default=False,
                        help='List all possible file-prefixes and exit')
    args = parser.parse_args()
    if args.list:
        list_fp()

error: patch failed: usertools/dpdk-telemetry.py:163
error: usertools/dpdk-telemetry.py: patch does not apply


       reply	other threads:[~2025-10-17 13:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20251017135622.1152341-2-bruce.richardson@intel.com>
2025-10-17 13:20 ` qemudev [this message]
2025-10-17 13:57 ` |SUCCESS| pw157809 " 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=202510171320.59HDKLqb1673522@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=bruce.richardson@intel.com \
    --cc=maobibo@loongson.cn \
    --cc=test-report@dpdk.org \
    /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).