From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id AB3CAA00C3 for ; Wed, 21 Sep 2022 17:07:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A505C41181; Wed, 21 Sep 2022 17:07:21 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A22BA41181 for ; Wed, 21 Sep 2022 17:07:15 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9D2E5121F02; Wed, 21 Sep 2022 17:07:15 +0200 (CEST) Subject: |WARNING| pw116581 [PATCH v2 4/6] security: remove priv mempool usage In-Reply-To: <20220921150258.2061702-5-gakhil@marvell.com> References: <20220921150258.2061702-5-gakhil@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Akhil Goyal Message-Id: <20220921150715.9D2E5121F02@dpdk.org> Date: Wed, 21 Sep 2022 17:07:15 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org 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