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 EA88346B2B for ; Tue, 8 Jul 2025 19:22:11 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E50B440292; Tue, 8 Jul 2025 19:22:11 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A08E040292 for ; Tue, 8 Jul 2025 19:22:10 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EB947125307; Tue, 8 Jul 2025 19:20:41 +0200 (CEST) Subject: |WARNING| pw155080 [RFC PATCH v2 2/5] eal: define the EAL parameters in argparse format In-Reply-To: <20250708172039.183989-3-bruce.richardson@intel.com> References: <20250708172039.183989-3-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20250708172041.EB947125307@dpdk.org> Date: Tue, 8 Jul 2025 19:20:41 +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/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