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

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 11 19:11:53 CEST 2019


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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#95: 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