From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>
Subject: |WARNING| pw155080 [RFC PATCH v2 2/5] eal: define the EAL parameters in argparse format
Date: Tue, 8 Jul 2025 19:20:41 +0200 (CEST) [thread overview]
Message-ID: <20250708172041.EB947125307@dpdk.org> (raw)
In-Reply-To: <20250708172039.183989-3-bruce.richardson@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/155080
_coding style issues_
WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#245: FILE: lib/eal/common/eal_common_options.c:193:
+ STR_ARG("--base-virtaddr", NULL, "Base virtual address to reserve memory", base_virtaddr),
WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#249: FILE: lib/eal/common/eal_common_options.c:197:
+ LIST_ARG("--driver-path", "-d", "Path to external driver shared object", driver_path),
WARNING:LONG_LINE: line length of 137 exceeds 100 columns
#251: FILE: lib/eal/common/eal_common_options.c:199:
+ 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
#253: FILE: lib/eal/common/eal_common_options.c:201:
+ OPT_STR_ARG("--huge-unlink", NULL, "Unlink hugetlbfs files on exit (existing|always|never)", huge_unlink),
WARNING:LONG_LINE: line length of 155 exceeds 100 columns
#254: FILE: lib/eal/common/eal_common_options.c:202:
+ 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 115 exceeds 100 columns
#255: FILE: lib/eal/common/eal_common_options.c:203:
+ BOOL_ARG("--in-memory", NULL, "DPDK should not create shared mmap files in filesystem", in_memory),
WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#256: FILE: lib/eal/common/eal_common_options.c:204:
+ STR_ARG("--iova-mode", NULL, "IOVA mapping mode, physical (pa)/virtual (va)", iova_mode),
WARNING:LONG_LINE: line length of 110 exceeds 100 columns
#261: FILE: lib/eal/common/eal_common_options.c:209:
+ OPT_STR_ARG("--log-timestamp", NULL, "Enable/disable timestamp in log output", log_timestamp),
WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#262: FILE: lib/eal/common/eal_common_options.c:210:
+ STR_ARG("--main-lcore", NULL, "Select which core to use for the main thread", main_lcore),
WARNING:LONG_LINE: line length of 112 exceeds 100 columns
#263: FILE: lib/eal/common/eal_common_options.c:211:
+ BOOL_ARG("--match-allocations", NULL, "Free hugepages exactly as allocated", match_allocations),
WARNING:LONG_LINE: line length of 117 exceeds 100 columns
#264: FILE: lib/eal/common/eal_common_options.c:212:
+ 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
#265: FILE: lib/eal/common/eal_common_options.c:213:
+ STR_ARG("--memory-channels", "-n", "Number of memory channels per socket", memory_channels),
WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#267: FILE: lib/eal/common/eal_common_options.c:215:
+ STR_ARG("--memory-size", "-m", "Total size of memory to allocate initially", memory_size),
WARNING:LONG_LINE: line length of 114 exceeds 100 columns
#274: FILE: lib/eal/common/eal_common_options.c:222:
+ 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
#275: FILE: lib/eal/common/eal_common_options.c:223:
+ 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
#276: FILE: lib/eal/common/eal_common_options.c:224:
+ 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 117 exceeds 100 columns
#277: FILE: lib/eal/common/eal_common_options.c:225:
+ STR_ARG("--socket-mem", NULL, "List of memory sizes to be allocated per socket on init", socket_mem),
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#279: FILE: lib/eal/common/eal_common_options.c:227:
+ OPT_STR_ARG("--syslog", NULL, "Log to syslog (and optionally set facility)", syslog),
WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#281: FILE: lib/eal/common/eal_common_options.c:229:
+ STR_ARG("--trace", NULL, "Enable trace based on regular expression trace name", trace),
WARNING:LONG_LINE: line length of 116 exceeds 100 columns
#287: FILE: lib/eal/common/eal_common_options.c:235:
+ STR_ARG("--vfio-vf-token", NULL, "VF token (UUID) shared between SR-IOV PF and VFs", vfio_vf_token),
WARNING:LONG_LINE: line length of 117 exceeds 100 columns
#288: FILE: lib/eal/common/eal_common_options.c:236:
+ BOOL_ARG("--vmware-tsc-map", NULL, "Use VMware TSC mapping instead of native RDTSC", vmware_tsc_map),
total: 0 errors, 21 warnings, 224 lines checked
parent reply other threads:[~2025-07-08 17:22 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20250708172039.183989-3-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=20250708172041.EB947125307@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).