automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw116581 [PATCH v2 4/6] security: remove priv mempool usage
       [not found] <20220921150258.2061702-5-gakhil@marvell.com>
@ 2022-09-21 15:07 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-09-21 15:07 UTC (permalink / raw)
  To: test-report; +Cc: Akhil Goyal

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-21 15:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220921150258.2061702-5-gakhil@marvell.com>
2022-09-21 15:07 ` |WARNING| pw116581 [PATCH v2 4/6] security: remove priv mempool usage checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).