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 90224A09E7 for ; Wed, 19 Oct 2022 18:56:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8CF3342BF9; Wed, 19 Oct 2022 18:56:32 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A46374280C for ; Wed, 19 Oct 2022 18:56:31 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9C377120778; Wed, 19 Oct 2022 18:56:31 +0200 (CEST) Subject: |WARNING| pw118640 [PATCH 1/6] test/security: add unit tests for DES and 3DES In-Reply-To: <20221019165418.1970445-2-ktejasree@marvell.com> References: <20221019165418.1970445-2-ktejasree@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tejasree Kondoj Message-Id: <20221019165631.9C377120778@dpdk.org> Date: Wed, 19 Oct 2022 18:56:31 +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/118640 _coding style issues_ WARNING:TYPO_SPELLING: 'vecotrs' may be misspelled - perhaps 'vectors'? #80: Add unit test cases and test vecotrs for DES-CBC WARNING:AVOID_EXTERNS: externs should be avoided in .c files #1015: 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 #1016: 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 #1017: 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 #1018: 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 #1019: 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 #1020: 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 #1021: 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 #1022: FILE: app/test/test_security_inline_proto.c:73: +extern struct ipsec_test_data pkt_des_cbc_hmac_sha256_v6; total: 0 errors, 9 warnings, 1035 lines checked