[dpdk-test-report] |WARNING| pw67938 [PATCH v2 01/13] security: fix verification of parameters

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 8 05:15:07 CEST 2020


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

_coding style issues_


WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'c261d1431bd8', maybe rebased or not pulled?
#125: 
Fixes: c261d1431bd8 ("security: introduce security API and framework")

WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '1a08c379b9b5', maybe rebased or not pulled?
#128: 
Fixes: 1a08c379b9b5 ("security: support user data retrieval")

WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#168: FILE: lib/librte_security/rte_security.c:14:
+#define RTE_PTR_OR_ERR_RET(ptr, retval) do {	\
+	if ((ptr) == NULL)			\
+		return retval;			\
+} while (0)

total: 0 errors, 3 warnings, 138 lines checked


More information about the test-report mailing list