From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4E934A04B5 for ; Fri, 11 Sep 2020 13:20:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4886D1C0CF; Fri, 11 Sep 2020 13:20:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 5EB3D1C0CF; Fri, 11 Sep 2020 13:20:06 +0200 (CEST) In-Reply-To: <20200911111901.2664106-1-pablo.de.lara.guarch@intel.com> References: <20200911111901.2664106-1-pablo.de.lara.guarch@intel.com> To: test-report@dpdk.org Cc: Pablo de Lara Message-Id: <20200911112006.5EB3D1C0CF@dpdk.org> Date: Fri, 11 Sep 2020 13:20:06 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw77375 [PATCH 1/3] crypto/aesni_mb: support ZUC-EEA3/EIA3 X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/77375 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #192: FILE: drivers/crypto/aesni_mb/aesni_mb_pmd_private.h:58: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #234: FILE: drivers/crypto/aesni_mb/aesni_mb_pmd_private.h:92: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #276: FILE: drivers/crypto/aesni_mb/aesni_mb_pmd_private.h:127: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #351: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:256: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #374: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:404: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #384: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:455: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #397: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:559: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #423: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:1211: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #437: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:1235: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #451: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:1342: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #467: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:500: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) total: 0 errors, 12 warnings, 403 lines checked