From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 29FBFA0C43 for ; Fri, 22 Oct 2021 14:38:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 220604117E; Fri, 22 Oct 2021 14:38:10 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 18BD541149 for ; Fri, 22 Oct 2021 14:38:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id F3B14121E15; Fri, 22 Oct 2021 14:38:08 +0200 (CEST) In-Reply-To: <37df706fb1070df812d7d069e2cdea5c55a805be.1634905822.git.gmuthukrishn@marvell.com> References: <37df706fb1070df812d7d069e2cdea5c55a805be.1634905822.git.gmuthukrishn@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gowrishankar Muthukrishnan Message-Id: <20211022123808.F3B14121E15@dpdk.org> Date: Fri, 22 Oct 2021 14:38:08 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw102663 [v5] crypto/cnxk: add telemetry endpoints to cryptodev X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/102663 _coding style issues_ WARNING:LONG_LINE: line length of 121 exceeds 100 columns #114: FILE: drivers/crypto/cnxk/cnxk_cryptodev_telemetry.c:14: +#define CRYPTO_CAPS_SZ \ WARNING:LONG_LINE: line length of 129 exceeds 100 columns #116: FILE: drivers/crypto/cnxk/cnxk_cryptodev_telemetry.c:16: + sizeof(uint64_t)) / \ WARNING:LONG_LINE: line length of 129 exceeds 100 columns #119: FILE: drivers/crypto/cnxk/cnxk_cryptodev_telemetry.c:19: +#define SEC_CAPS_SZ \ WARNING:LONG_LINE: line length of 129 exceeds 100 columns #121: FILE: drivers/crypto/cnxk/cnxk_cryptodev_telemetry.c:21: + sizeof(uint64_t)) / \ total: 0 errors, 4 warnings, 129 lines checked