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 28AEBA0598 for ; Tue, 21 Apr 2020 18:57:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2082E1D547; Tue, 21 Apr 2020 18:57:41 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id D72931D55A; Tue, 21 Apr 2020 18:57:39 +0200 (CEST) In-Reply-To: <1587488214-68422-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1587488214-68422-1-git-send-email-pablo.de.lara.guarch@intel.com> To: test-report@dpdk.org Cc: Pablo de Lara Message-Id: <20200421165739.D72931D55A@dpdk.org> Date: Tue, 21 Apr 2020 18:57:39 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw69037 [PATCH 1/2] crypto/zuc: support IPSec Multi-buffer lib v0.54 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/69037 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #119: FILE: drivers/crypto/zuc/rte_zuc_pmd.c:235: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #191: FILE: drivers/crypto/zuc/rte_zuc_pmd.c:362: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #202: FILE: drivers/crypto/zuc/rte_zuc_pmd.c:373: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #209: FILE: drivers/crypto/zuc/rte_zuc_pmd.c:380: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) total: 0 errors, 4 warnings, 132 lines checked