automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw120105 [PATCH] [v2] usertools/hugepages: show usage if no action specified
@ 2022-11-22 15:47 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-11-22 15:47 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 1110 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/120105

_apply patch failure_

Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: Tuesday, November 22 2022 15:32:38 
Applied on: CommitID:44ceeefc08bed89af62735b7dcb8ea37e0b4d830
Apply patch set 120105 failed:

Checking patch usertools/dpdk-hugepages.py...
error: while searching for:
        args.reserve = args.setup
        args.mount = True

    if args.pagesize:
        pagesize_kb = get_memsize(args.pagesize)
    else:

error: patch failed: usertools/dpdk-hugepages.py:272
Applying patch usertools/dpdk-hugepages.py with 1 reject...
Rejected hunk #1.
diff a/usertools/dpdk-hugepages.py b/usertools/dpdk-hugepages.py	(rejected hunks)
@@ -272,6 +272,9 @@ def main():
         args.reserve = args.setup
         args.mount = True
 
+    if not (args.show or args.mount or args.unmount or args.clear or args.reserve):
+        parser.error("no action specified")
+
     if args.pagesize:
         pagesize_kb = get_memsize(args.pagesize)
     else:

https://lab.dpdk.org/results/dashboard/patchsets/24549/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-22 15:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22 15:47 |WARNING| pw120105 [PATCH] [v2] usertools/hugepages: show usage if no action specified dpdklab

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