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 EB0A2A0597 for ; Fri, 10 Apr 2020 17:19:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DE34D1D5B7; Fri, 10 Apr 2020 17:19:14 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 051781D5CF; Fri, 10 Apr 2020 17:19:14 +0200 (CEST) In-Reply-To: <1586531010-32279-2-git-send-email-mairtin.oloingsigh@intel.com> References: <1586531010-32279-2-git-send-email-mairtin.oloingsigh@intel.com> To: test-report@dpdk.org Cc: Mairtin o Loingsigh Message-Id: <20200410151914.051781D5CF@dpdk.org> Date: Fri, 10 Apr 2020 17:19:14 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw68156 [PATCH v4 2/2] test/crypto: Add AES-256 DOCSIS test vectors 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/68156 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #103: FILE: app/test/test_cryptodev_aes_test_vectors.h:2751: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #115: FILE: app/test/test_cryptodev_aes_test_vectors.h:2763: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #127: FILE: app/test/test_cryptodev_aes_test_vectors.h:2775: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #139: FILE: app/test/test_cryptodev_aes_test_vectors.h:2787: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #151: FILE: app/test/test_cryptodev_aes_test_vectors.h:2799: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #163: FILE: app/test/test_cryptodev_aes_test_vectors.h:2811: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #176: FILE: app/test/test_cryptodev_aes_test_vectors.h:2824: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #189: FILE: app/test/test_cryptodev_aes_test_vectors.h:2837: +#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: app/test/test_cryptodev_aes_test_vectors.h:2850: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #215: FILE: app/test/test_cryptodev_aes_test_vectors.h:2863: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #228: FILE: app/test/test_cryptodev_aes_test_vectors.h:2876: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #241: FILE: app/test/test_cryptodev_aes_test_vectors.h:2889: +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3) total: 0 errors, 12 warnings, 166 lines checked