[dpdk-test-report] |WARNING| pw62321 [PATCH v6 06/12] fib: add FIB ipv6 support

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 4 12:03:51 CET 2019


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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#136: FILE: lib/librte_fib/rte_fib6.c:30:
+#define FIB6_RETURN_IF_TRUE(cond, retval) do {		\
+	if (cond)					\
+		return retval;				\
+} while (0)

total: 0 errors, 1 warnings, 520 lines checked


More information about the test-report mailing list