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 3D64BA0350 for ; Mon, 11 May 2020 11:15:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 366811C05C; Mon, 11 May 2020 11:15:56 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id B38801C196; Mon, 11 May 2020 11:15:54 +0200 (CEST) In-Reply-To: <1589188461-199156-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1589188461-199156-1-git-send-email-pablo.de.lara.guarch@intel.com> To: test-report@dpdk.org Cc: Pablo de Lara Message-Id: <20200511091554.B38801C196@dpdk.org> Date: Mon, 11 May 2020 11:15:54 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw70058 [PATCH v3 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/70058 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #177: FILE: drivers/crypto/zuc/rte_zuc_pmd.c:272: +#if IMB_VERSION_NUM < IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #184: FILE: drivers/crypto/zuc/rte_zuc_pmd.c:279: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) total: 0 errors, 2 warnings, 110 lines checked