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 39299A04A2 for ; Tue, 5 Nov 2019 19:44:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 31FCA1BF2E; Tue, 5 Nov 2019 19:44:00 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 28EE71BF68; Tue, 5 Nov 2019 19:43:58 +0100 (CET) In-Reply-To: <20191105184122.15172-5-konstantin.ananyev@intel.com> References: <20191105184122.15172-5-konstantin.ananyev@intel.com> To: test-report@dpdk.org Cc: Konstantin Ananyev Message-Id: <20191105184358.28EE71BF68@dpdk.org> Date: Tue, 5 Nov 2019 19:43:58 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw62493 [RFC 4/4] cryptodev: introduce rte_crypto_cpu_sym_session 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/62493 _coding style issues_ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #269: FILE: lib/librte_cryptodev/rte_cryptodev.h:1335: + * ^I^I^I(RTE_CRYPTO_OP_STATUS_* values)$ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #276: FILE: lib/librte_cryptodev/rte_cryptodev.h:1342: ++*/ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_crypto_cpu_sym_session *' should also have an identifier name #345: FILE: lib/librte_cryptodev/rte_cryptodev_pmd.h:547: + void (*clear)(struct rte_crypto_cpu_sym_session *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_crypto_cpu_sym_session *' should also have an identifier name #346: FILE: lib/librte_cryptodev/rte_cryptodev_pmd.h:548: + int (*process)(struct rte_crypto_cpu_sym_session *, WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_crypto_sym_vec *' should also have an identifier name #346: FILE: lib/librte_cryptodev/rte_cryptodev_pmd.h:548: + int (*process)(struct rte_crypto_cpu_sym_session *, WARNING:FUNCTION_ARGUMENTS: function definition argument 'int32_t []' should also have an identifier name #346: FILE: lib/librte_cryptodev/rte_cryptodev_pmd.h:548: + int (*process)(struct rte_crypto_cpu_sym_session *, WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint32_t' should also have an identifier name #346: FILE: lib/librte_cryptodev/rte_cryptodev_pmd.h:548: + int (*process)(struct rte_crypto_cpu_sym_session *, total: 0 errors, 7 warnings, 222 lines checked Please only put __rte_experimental tags in headers (b/lib/librte_cryptodev/rte_cryptodev.c) Please only put __rte_experimental tags in headers (b/lib/librte_cryptodev/rte_cryptodev.c) Please only put __rte_experimental tags in headers (b/lib/librte_cryptodev/rte_cryptodev.c) Please only put __rte_experimental tags in headers (b/lib/librte_cryptodev/rte_cryptodev.c)