|WARNING| pw126114 [PATCH v2 14/22] test/pdcp: add in-order delivery cases
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Apr 14 19:48:06 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/126114
_coding style issues_
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#103: FILE: app/test/test_pdcp.c:19:
+#define ASSERT_TRUE_OR_GOTO(cond, mark, ...) do {\
+ if (!(cond)) { \
+ RTE_LOG(ERR, USER1, "Error at: %s:%d
", __func__, __LINE__); \
+ RTE_LOG(ERR, USER1, __VA_ARGS__); \
+ goto mark; \
+ } \
+} while (0)
total: 0 errors, 1 warnings, 229 lines checked
More information about the test-report
mailing list