|WARNING| pw121905 [PATCH v5 1/6] eal: trace: add trace point emit for blob
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Jan 12 12:26:53 CET 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/121905
_coding style issues_
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#203: FILE: lib/eal/include/rte_trace_point.h:379:
+#define rte_trace_point_emit_blob(in, len) \
+do { \
+ if (unlikely(in == NULL)) \
+ return; \
+ __rte_trace_point_emit(len, uint16_t); \
+ memcpy(mem, in, len); \
+ mem = RTE_PTR_ADD(mem, len); \
+} while (0)
total: 0 errors, 1 warnings, 100 lines checked
More information about the test-report
mailing list