|WARNING| pw116581 [PATCH v2 4/6] security: remove priv mempool usage

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 21 17:07:15 CEST 2022


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#619: FILE: app/test/test_security.c:530:
+#define SECURITY_TEST_SESSION_OBJ_SZ sizeof(struct rte_security_session) + \
+					SECURITY_TEST_SESSION_PRIV_OBJ_SZ

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#2726: FILE: lib/security/rte_security_driver.h:25:
+#define GET_SECURITY_SESS_PRIV(s) \
+	(void *)(((struct rte_security_session *)s)->driver_priv_data)

total: 2 errors, 0 warnings, 2223 lines checked


More information about the test-report mailing list