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 90A74A0577 for ; Mon, 6 Apr 2020 17:37:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 840422B86; Mon, 6 Apr 2020 17:37:02 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id ECE401BF59; Mon, 6 Apr 2020 17:37:00 +0200 (CEST) In-Reply-To: <1586187346-19020-2-git-send-email-mairtin.oloingsigh@intel.com> References: <1586187346-19020-2-git-send-email-mairtin.oloingsigh@intel.com> To: test-report@dpdk.org Cc: Mairtin o Loingsigh Message-Id: <20200406153700.ECE401BF59@dpdk.org> Date: Mon, 6 Apr 2020 17:37:00 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw67868 [PATCH v2 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/67868 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #100: 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 #112: 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 #124: 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 #136: 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 #148: 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 #160: 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 #173: 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 #186: 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 #199: 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 #212: 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 #225: 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 #238: 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