[dpdk-test-report] |WARNING| pw39061 [PATCH v4 1/4] Add RIB library

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 27 00:05:14 CEST 2018


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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#663: 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, 911 lines checked


More information about the test-report mailing list