[dpdk-test-report] |WARNING| pw35364 [PATCH v3 1/2] Add RIB library

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Feb 22 23:16:12 CET 2018


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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#1287: FILE: lib/librte_rib/rte_rib.h:15:
+#define RTE_RIB_RETURN_IF_TRUE(cond, retval) do {	\
+	if (cond)					\
+		return retval;				\
+} while (0)

total: 0 errors, 1 warnings, 1520 lines checked


More information about the test-report mailing list