|WARNING| pw163433 [RFC PATCH 36/44] eal: provide hooks for init with externally supplied config
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Apr 29 19:05:51 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/163433
_coding style issues_
WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'rte_eal_runtime_init', this function's name, in a string
#258: FILE: lib/eal/freebsd/eal.c:797:
+ 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
#387: FILE: lib/eal/linux/eal.c:972:
+ 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
#486: FILE: lib/eal/windows/eal.c:466:
+ rte_eal_init_alert("Invalid arguments to rte_eal_runtime_init.");
total: 0 errors, 3 warnings, 367 lines checked
More information about the test-report
mailing list