automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>
Subject: |WARNING| pw155328 [PATCH v3 5/9] eal: define the EAL parameters in argparse format
Date: Fri, 18 Jul 2025 16:35:08 +0200 (CEST)	[thread overview]
Message-ID: <20250718143508.A7ACC12530F@dpdk.org> (raw)
In-Reply-To: <20250718143356.1578988-6-bruce.richardson@intel.com>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/155328

_coding style issues_


WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#251: FILE: lib/eal/common/eal_common_options.c:199:
+	.epilog = "For more information on EAL options, see the DPDK documentation at: 
"

WARNING:LONG_LINE: line length of 121 exceeds 100 columns
#260: FILE: lib/eal/common/eal_common_options.c:208:
+		LIST_ARG("--allow", "-a", "Add device to allow-list, causing DPDK to only use specified devices", allow),

WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#261: FILE: lib/eal/common/eal_common_options.c:209:
+		STR_ARG("--base-virtaddr", NULL, "Base virtual address to reserve memory", base_virtaddr),

WARNING:LONG_LINE: line length of 116 exceeds 100 columns
#262: FILE: lib/eal/common/eal_common_options.c:210:
+		LIST_ARG("--block", "-b", "Add device to block-list, preventing DPDK from using the device", block),

WARNING:LONG_LINE: line length of 127 exceeds 100 columns
#264: FILE: lib/eal/common/eal_common_options.c:212:
+		LIST_ARG("--driver-path", "-d", "Path to external driver shared object, or directory of drivers", driver_path),

WARNING:LONG_LINE: line length of 137 exceeds 100 columns
#265: FILE: lib/eal/common/eal_common_options.c:213:
+		STR_ARG("--force-max-simd-bitwidth", NULL, "Set max SIMD bitwidth to use in vector code paths", force_max_simd_bitwidth),

WARNING:LONG_LINE: line length of 122 exceeds 100 columns
#266: FILE: lib/eal/common/eal_common_options.c:214:
+		OPT_STR_ARG("--huge-unlink", NULL, "Unlink hugetlbfs files on exit (existing|always|never)", huge_unlink),

WARNING:LONG_LINE: line length of 153 exceeds 100 columns
#267: FILE: lib/eal/common/eal_common_options.c:215:
+		BOOL_ARG("--in-memory", NULL, "DPDK should not create shared mmap files in filesystem  (disables secondary process support)", in_memory),

WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#268: FILE: lib/eal/common/eal_common_options.c:216:
+		STR_ARG("--iova-mode", NULL, "IOVA mapping mode, physical (pa)/virtual (va)", iova_mode),

WARNING:LONG_LINE: line length of 134 exceeds 100 columns
#272: FILE: lib/eal/common/eal_common_options.c:220:
+		STR_ARG("--log-level", NULL, "Log level for loggers; use log-level=help for list of log types and levels", log_level),

WARNING:LONG_LINE: line length of 110 exceeds 100 columns
#273: FILE: lib/eal/common/eal_common_options.c:221:
+		OPT_STR_ARG("--log-timestamp", NULL, "Enable/disable timestamp in log output", log_timestamp),

WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#274: FILE: lib/eal/common/eal_common_options.c:222:
+		STR_ARG("--main-lcore", NULL, "Select which core to use for the main thread", main_lcore),

WARNING:LONG_LINE: line length of 117 exceeds 100 columns
#275: FILE: lib/eal/common/eal_common_options.c:223:
+		STR_ARG("--mbuf-pool-ops-name", NULL, "User defined mbuf default pool ops name", mbuf_pool_ops_name),

WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#276: FILE: lib/eal/common/eal_common_options.c:224:
+		STR_ARG("--memory-channels", "-n", "Number of memory channels per socket", memory_channels),

WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#277: FILE: lib/eal/common/eal_common_options.c:225:
+		STR_ARG("--memory-ranks", "-r", "Force number of memory ranks (don't detect)", memory_ranks),

WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#278: FILE: lib/eal/common/eal_common_options.c:226:
+		STR_ARG("--memory-size", "-m", "Total size of memory to allocate initially", memory_size),

WARNING:LONG_LINE: line length of 114 exceeds 100 columns
#285: FILE: lib/eal/common/eal_common_options.c:233:
+		STR_ARG("--service-corelist", "-S", "List of cores to use for service threads", service_corelist),

WARNING:LONG_LINE: line length of 129 exceeds 100 columns
#286: FILE: lib/eal/common/eal_common_options.c:234:
+		STR_ARG("--service-coremask", "-s", "Hexadecimal bitmask of cores to use for service threads", service_coremask),

WARNING:LONG_LINE: line length of 144 exceeds 100 columns
#287: FILE: lib/eal/common/eal_common_options.c:235:
+		BOOL_ARG("--single-file-segments", NULL, "Store all pages within single files (per-page-size, per-node)", single_file_segments),

WARNING:LONG_LINE: line length of 120 exceeds 100 columns
#289: FILE: lib/eal/common/eal_common_options.c:237:
+		LIST_ARG("--vdev", NULL, "Add a virtual device to the system; format=<driver><id>[,key=val,...]", vdev),

WARNING:LONG_LINE: line length of 117 exceeds 100 columns
#290: FILE: lib/eal/common/eal_common_options.c:238:
+		BOOL_ARG("--vmware-tsc-map", NULL, "Use VMware TSC mapping instead of native RDTSC", vmware_tsc_map),

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#295: FILE: lib/eal/common/eal_common_options.c:243:
+		OPT_STR_ARG("--syslog", NULL, "Log to syslog (and optionally set facility)", syslog),

WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#296: FILE: lib/eal/common/eal_common_options.c:244:
+		STR_ARG("--trace", NULL, "Enable trace based on regular expression trace name", trace),

WARNING:LONG_LINE: line length of 155 exceeds 100 columns
#307: FILE: lib/eal/common/eal_common_options.c:255:
+		OPT_STR_ARG("--huge-worker-stack", NULL, "Allocate worker thread stacks from hugepage memory, with optional size (kB)", huge_worker_stack),

WARNING:LONG_LINE: line length of 112 exceeds 100 columns
#308: FILE: lib/eal/common/eal_common_options.c:256:
+		BOOL_ARG("--match-allocations", NULL, "Free hugepages exactly as allocated", match_allocations),

WARNING:LONG_LINE: line length of 115 exceeds 100 columns
#309: FILE: lib/eal/common/eal_common_options.c:257:
+		STR_ARG("--numa-mem", NULL, "Memory to allocate on NUMA nodes (comma separated values)", numa_mem),

WARNING:LONG_LINE: line length of 124 exceeds 100 columns
#310: FILE: lib/eal/common/eal_common_options.c:258:
+		STR_ARG("--numa-limit", NULL, "Limit memory allocation on NUMA nodes (comma separated values)", numa_limit),

WARNING:LONG_LINE: line length of 116 exceeds 100 columns
#314: FILE: lib/eal/common/eal_common_options.c:262:
+		STR_ARG("--vfio-vf-token", NULL, "VF token (UUID) shared between SR-IOV PF and VFs", vfio_vf_token),

total: 0 errors, 28 warnings, 259 lines checked

           reply	other threads:[~2025-07-18 14:36 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20250718143356.1578988-6-bruce.richardson@intel.com>]

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=20250718143508.A7ACC12530F@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=bruce.richardson@intel.com \
    --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).