From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 349DF5398; Tue, 14 Aug 2018 10:45:50 +0200 (CEST) In-Reply-To: <20180814003848.11095-6-pablo.de.lara.guarch@intel.com> References: <20180814003848.11095-6-pablo.de.lara.guarch@intel.com> To: test-report@dpdk.org Cc: Pablo de Lara Message-Id: <20180814084550.349DF5398@dpdk.org> Date: Tue, 14 Aug 2018 10:45:50 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw43704 [5/5] crypto/aesni_mb: support large HMAC key 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:50 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/43704 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #53: FILE: drivers/crypto/aesni_mb/aesni_mb_ops.h:100: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #71: FILE: drivers/crypto/aesni_mb/aesni_mb_ops.h:127: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #85: FILE: drivers/crypto/aesni_mb/aesni_mb_ops.h:160: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #102: FILE: drivers/crypto/aesni_mb/aesni_mb_ops.h:196: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #119: FILE: drivers/crypto/aesni_mb/aesni_mb_ops.h:232: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #136: FILE: drivers/crypto/aesni_mb/aesni_mb_ops.h:268: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #174: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:187: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #187: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:200: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #200: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:213: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #213: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:226: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #226: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:239: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #267: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:51: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #279: 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 #291: 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 #303: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:144: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #315: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:175: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0) total: 0 errors, 16 warnings, 281 lines checked