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 72332458A2 for ; Fri, 30 Aug 2024 08:20:24 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6D82D42E69; Fri, 30 Aug 2024 08:20:24 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A207C42E4C for ; Fri, 30 Aug 2024 08:20:22 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 8C726120778; Fri, 30 Aug 2024 08:20:22 +0200 (CEST) Subject: |WARNING| pw143460 [PATCH v3 8/8] zsda: add zsda crypto-session and compile file In-Reply-To: <20240830060429.3039717-8-li.hanxiao@zte.com.cn> References: <20240830060429.3039717-8-li.hanxiao@zte.com.cn> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Hanxiao Li Message-Id: <20240830062022.8C726120778@dpdk.org> Date: Fri, 30 Aug 2024 08:20:22 +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/143460 _coding style issues_ ERROR:C99_COMMENTS: do not use C99 // comments #147: FILE: drivers/crypto/zsda/zsda_sym_session.c:16: + // 0 1 2 3 4 5 6 7 8 9 A B ERROR:C99_COMMENTS: do not use C99 // comments #148: FILE: drivers/crypto/zsda/zsda_sym_session.c:17: + // C D E F ERROR:C99_COMMENTS: do not use C99 // comments #346: FILE: drivers/crypto/zsda/zsda_sym_session.c:215: + // The first round key is the key itself. ERROR:C99_COMMENTS: do not use C99 // comments #356: FILE: drivers/crypto/zsda/zsda_sym_session.c:225: + // All other round keys are found from the previous round keys. ERROR:C99_COMMENTS: do not use C99 // comments #365: FILE: drivers/crypto/zsda/zsda_sym_session.c:234: + // This function shifts the 4 bytes in a word to the ERROR:C99_COMMENTS: do not use C99 // comments #366: FILE: drivers/crypto/zsda/zsda_sym_session.c:235: + // left once. [a0,a1,a2,a3] becomes [a1,a2,a3,a0] ERROR:C99_COMMENTS: do not use C99 // comments #367: FILE: drivers/crypto/zsda/zsda_sym_session.c:236: + // Function RotWord() ERROR:C99_COMMENTS: do not use C99 // comments #377: FILE: drivers/crypto/zsda/zsda_sym_session.c:246: + // SubWord() is a function that takes a four-byte input ERROR:C99_COMMENTS: do not use C99 // comments #378: FILE: drivers/crypto/zsda/zsda_sym_session.c:247: + // word and applies the S-box to each of the four bytes ERROR:C99_COMMENTS: do not use C99 // comments #379: FILE: drivers/crypto/zsda/zsda_sym_session.c:248: + // to produce an output word. Function Subword() ERROR:C99_COMMENTS: do not use C99 // comments #392: FILE: drivers/crypto/zsda/zsda_sym_session.c:261: + // Function Subword() total: 11 errors, 0 warnings, 621 lines checked