[dpdk-test-report] |WARNING| pw48235 hash: fix out-of-bound write while freeing key slot
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Nov 22 03:53:04 CET 2018
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/48235
_coding style issues_
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#63: FILE: lib/librte_hash/rte_cuckoo_hash.h:33:
+#define ERR_IF_TRUE(cond, fmt, args...) do { \
+ if (cond) { \
+ RTE_LOG(ERR, HASH, fmt, ##args); \
+ return; \
+ } \
+} while (0)
total: 0 errors, 1 warnings, 33 lines checked
More information about the test-report
mailing list