[dpdk-test-report] |WARNING| pw62326 [PATCH v6 11/12] test/fib: add FIB library performance autotests

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 4 12:04:01 CET 2019


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

_coding style issues_


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

total: 0 errors, 1 warnings, 444 lines checked


More information about the test-report mailing list