[dpdk-test-report] |WARNING| pw40069 [PATCH v8 1/5] eal: add rte_uuid support

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 15 23:20:59 CEST 2018


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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#188: FILE: lib/librte_eal/common/eal_common_uuid.c:127:
+#define UUCMP(u1, u2) \
+	do { if (u1 != u2) return (u1 < u2) ? -1 : 1; } while (0)

total: 0 errors, 1 warnings, 358 lines checked


More information about the test-report mailing list