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

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jul 21 11:50:51 CEST 2026


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

_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:815:
+		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
#408: 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
#521: FILE: lib/eal/windows/eal.c:484:
+		rte_eal_init_alert("Invalid arguments to rte_eal_runtime_init.");

total: 0 errors, 3 warnings, 400 lines checked


More information about the test-report mailing list