[dpdk-test-report] |WARNING| pw59138 [PATCH v5 12/12] test/fib: add FIB library ipv6 performance autotests

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


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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#100: FILE: app/test/test_fib6_perf.c:18:
+#define TEST_FIB_ASSERT(cond) do {				\
+	if (!(cond)) {						\
+		printf("Error at line %d:
", __LINE__);	\
+		return -1;					\
+	}							\
+} while (0)

total: 0 errors, 1 warnings, 190 lines checked


More information about the test-report mailing list