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 AC436A0032 for ; Fri, 21 Oct 2022 09:27:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A583342BCC; Fri, 21 Oct 2022 09:27:59 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E3E3F42BCB for ; Fri, 21 Oct 2022 09:27:57 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DB9D4120778; Fri, 21 Oct 2022 09:27:57 +0200 (CEST) Subject: |WARNING| pw118891 [PATCH v2 1/6] test/security: add unit tests for DES and 3DES In-Reply-To: <20221021072651.1985340-2-ktejasree@marvell.com> References: <20221021072651.1985340-2-ktejasree@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tejasree Kondoj Message-Id: <20221021072757.DB9D4120778@dpdk.org> Date: Fri, 21 Oct 2022 09:27:57 +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/118891 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #1014: FILE: app/test/test_security_inline_proto.c:66: +extern struct ipsec_test_data pkt_3des_cbc_hmac_sha256; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #1015: FILE: app/test/test_security_inline_proto.c:67: +extern struct ipsec_test_data pkt_3des_cbc_hmac_sha384; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #1016: FILE: app/test/test_security_inline_proto.c:68: +extern struct ipsec_test_data pkt_3des_cbc_hmac_sha512; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #1017: FILE: app/test/test_security_inline_proto.c:69: +extern struct ipsec_test_data pkt_3des_cbc_hmac_sha256_v6; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #1018: FILE: app/test/test_security_inline_proto.c:70: +extern struct ipsec_test_data pkt_des_cbc_hmac_sha256; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #1019: FILE: app/test/test_security_inline_proto.c:71: +extern struct ipsec_test_data pkt_des_cbc_hmac_sha384; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #1020: FILE: app/test/test_security_inline_proto.c:72: +extern struct ipsec_test_data pkt_des_cbc_hmac_sha512; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #1021: FILE: app/test/test_security_inline_proto.c:73: +extern struct ipsec_test_data pkt_des_cbc_hmac_sha256_v6; total: 0 errors, 8 warnings, 1035 lines checked