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 D3D40A00C3 for ; Fri, 13 May 2022 09:33:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A05734283B; Fri, 13 May 2022 09:33:46 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C43144283B for ; Fri, 13 May 2022 09:33:45 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B739F1242EF; Fri, 13 May 2022 09:33:45 +0200 (CEST) Subject: |WARNING| pw111106 [PATCH v6 1/7] app/test: add unit cases for inline IPsec offload In-Reply-To: <20220513073201.2320812-2-gakhil@marvell.com> References: <20220513073201.2320812-2-gakhil@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Akhil Goyal Message-Id: <20220513073345.B739F1242EF@dpdk.org> Date: Fri, 13 May 2022 09:33:45 +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/111106 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #179: FILE: app/test/test_security_inline_proto.c:44: +extern struct ipsec_test_data pkt_aes_128_gcm; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #180: FILE: app/test/test_security_inline_proto.c:45: +extern struct ipsec_test_data pkt_aes_192_gcm; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #181: FILE: app/test/test_security_inline_proto.c:46: +extern struct ipsec_test_data pkt_aes_256_gcm; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #182: FILE: app/test/test_security_inline_proto.c:47: +extern struct ipsec_test_data pkt_aes_128_gcm_frag; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #183: FILE: app/test/test_security_inline_proto.c:48: +extern struct ipsec_test_data pkt_aes_128_cbc_null; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #184: FILE: app/test/test_security_inline_proto.c:49: +extern struct ipsec_test_data pkt_null_aes_xcbc; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #185: FILE: app/test/test_security_inline_proto.c:50: +extern struct ipsec_test_data pkt_aes_128_cbc_hmac_sha384; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #186: FILE: app/test/test_security_inline_proto.c:51: +extern struct ipsec_test_data pkt_aes_128_cbc_hmac_sha512; total: 0 errors, 8 warnings, 933 lines checked