From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9A1E44CE4; Thu, 15 Nov 2018 18:25:07 +0100 (CET) In-Reply-To: <20181115172439.67683-1-roy.fan.zhang@intel.com> References: <20181115172439.67683-1-roy.fan.zhang@intel.com> To: test-report@dpdk.org Cc: Fan Zhang Message-Id: <20181115172507.9A1E44CE4@dpdk.org> Date: Thu, 15 Nov 2018 18:25:07 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw48139 crypto/aesni_mb: add SHA support 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: Thu, 15 Nov 2018 17:25:07 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/48139 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #47: 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 #81: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:113: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #115: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:171: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #149: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:229: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #183: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:287: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) total: 0 errors, 5 warnings, 165 lines checked