[dpdk-test-report] |WARNING| pw95083 [PATCH v2 4/4] test/cksum: new test for L3/L4 checksum API

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 30 15:53:52 CEST 2021


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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#169: FILE: app/test/test_cksum.c:24:
+#define GOTO_FAIL(str, ...) do {					\
+		printf("cksum test FAILED (l.%d): <" str ">
",		\
+		       __LINE__,  ##__VA_ARGS__);			\
+		goto fail;						\
+	} while (0)

total: 0 errors, 1 warnings, 304 lines checked


More information about the test-report mailing list