|WARNING| pw167973 [PATCH v2 39/39] eal: provide hooks for init with externally supplied config

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Aug 18 15:39:16 CEST 2026


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

_coding style issues_


WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'rte_eal_runtime_init', this function's name, in a string
#268: FILE: lib/eal/freebsd/eal.c:816:
+		rte_eal_init_alert("Invalid arguments to rte_eal_runtime_init.");

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'rte_eal_runtime_init', this function's name, in a string
#412: FILE: lib/eal/linux/eal.c:990:
+		rte_eal_init_alert("Invalid arguments to rte_eal_runtime_init.");

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'rte_eal_runtime_init', this function's name, in a string
#529: FILE: lib/eal/windows/eal.c:485:
+		rte_eal_init_alert("Invalid arguments to rte_eal_runtime_init.");

total: 0 errors, 3 warnings, 412 lines checked


More information about the test-report mailing list