From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 285534F9C; Tue, 14 Aug 2018 10:45:47 +0200 (CEST) In-Reply-To: <20180814003848.11095-2-pablo.de.lara.guarch@intel.com> References: <20180814003848.11095-2-pablo.de.lara.guarch@intel.com> To: test-report@dpdk.org Cc: Pablo de Lara Message-Id: <20180814084547.285534F9C@dpdk.org> Date: Tue, 14 Aug 2018 10:45:47 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw43700 [1/5] crypto/aesni_mb: support all truncated HMAC digest sizes 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: , X-List-Received-Date: Tue, 14 Aug 2018 08:45:47 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/43700 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #77: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:178: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #229: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:28: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #245: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:55: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #261: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:82: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #277: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:109: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #293: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:136: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #309: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:163: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) total: 0 errors, 7 warnings, 299 lines checked