From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A8ABD46BAC for ; Fri, 18 Jul 2025 16:36:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A21EC40144; Fri, 18 Jul 2025 16:36:49 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1BEBA40144 for ; Fri, 18 Jul 2025 16:36:49 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A7ACC12530F; Fri, 18 Jul 2025 16:35:08 +0200 (CEST) Subject: |WARNING| pw155328 [PATCH v3 5/9] eal: define the EAL parameters in argparse format In-Reply-To: <20250718143356.1578988-6-bruce.richardson@intel.com> References: <20250718143356.1578988-6-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20250718143508.A7ACC12530F@dpdk.org> Date: Fri, 18 Jul 2025 16:35:08 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org 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=[,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