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 1650EA04A2 for ; Tue, 5 Nov 2019 19:43:58 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 067B91BF50; Tue, 5 Nov 2019 19:43:58 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 978F91BF51; Tue, 5 Nov 2019 19:43:56 +0100 (CET) In-Reply-To: <20191105184122.15172-4-konstantin.ananyev@intel.com> References: <20191105184122.15172-4-konstantin.ananyev@intel.com> To: test-report@dpdk.org Cc: Konstantin Ananyev Message-Id: <20191105184356.978F91BF51@dpdk.org> Date: Tue, 5 Nov 2019 19:43:56 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw62492 [RFC 3/4] cryptodev: introduce cpu-crypto API 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/62492 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #93: FILE: lib/librte_cryptodev/rte_crypto_sym.h:170: + * CPU-CRYPTO specific data, should be set properly when$ ERROR:CODE_INDENT: code indent should use tabs where possible #104: FILE: lib/librte_cryptodev/rte_crypto_sym.h:423: + * CPU-CRYPTO specific data, should be set properly when$ ERROR:SPACING: space required after that ',' (ctx:VxO) #137: FILE: lib/librte_cryptodev/rte_cryptodev.c:1628: + RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->sym_cpu_process,-ENOTSUP); ^ ERROR:SPACING: space required before that '-' (ctx:OxV) #137: FILE: lib/librte_cryptodev/rte_cryptodev.c:1628: + RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->sym_cpu_process,-ENOTSUP); ^ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #177: FILE: lib/librte_cryptodev/rte_cryptodev.h:1294: + * +*/ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #210: FILE: lib/librte_cryptodev/rte_cryptodev_pmd.h:326: + * +*/ total: 4 errors, 2 warnings, 119 lines checked Please only put __rte_experimental tags in headers (b/lib/librte_cryptodev/rte_cryptodev.c)