|WARNING| pw159271 [PATCH v4 01/11] app/test: make parameters clearer when adding fast tests

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Dec 11 18:17:18 CET 2025


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

_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 106 exceeds 100 columns
#557: FILE: app/test/test_event_eth_tx_adapter.c:1013:
+REGISTER_FAST_TEST(event_eth_tx_adapter_autotest, NOHUGE_SKIP, ASAN_OK, test_event_eth_tx_adapter_common);

total: 0 errors, 3 warnings, 655 lines checked


More information about the test-report mailing list