|WARNING| pw159125 [PATCH 2/2] app/test: make parameters clearer when adding fast tests

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 2 16:50:25 CET 2025


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

_coding style issues_


WARNING:MACRO_ARG_UNUSED: Argument 'no_huge' is not used in function-like macro
#233: FILE: app/test/test.h:219:
+#define REGISTER_FAST_TEST(cmd, no_huge, ASan, func)  REGISTER_TEST_COMMAND(cmd, func)

WARNING:MACRO_ARG_UNUSED: Argument 'ASan' is not used in function-like macro
#233: FILE: app/test/test.h:219:
+#define REGISTER_FAST_TEST(cmd, no_huge, ASan, func)  REGISTER_TEST_COMMAND(cmd, func)

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#568: FILE: app/test/test_event_eth_tx_adapter.c:1013:
+REGISTER_FAST_TEST(event_eth_tx_adapter_autotest, HUGEPAGES, ASAN, test_event_eth_tx_adapter_common);

total: 0 errors, 3 warnings, 683 lines checked


More information about the test-report mailing list