From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id CF3997CAB; Tue, 9 May 2017 17:01:20 +0200 (CEST) In-Reply-To: <1494341879-18718-2-git-send-email-radu.nicolau@intel.com> References: <1494341879-18718-2-git-send-email-radu.nicolau@intel.com> To: test-report@dpdk.org Cc: Radu Nicolau Message-Id: <20170509150120.CF3997CAB@dpdk.org> Date: Tue, 9 May 2017 17:01:20 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24168 [PATCH RFC 1/5] cryptodev: Updated API to add suport for inline IPSec. 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: , X-List-Received-Date: Tue, 09 May 2017 15:01:21 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24168 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #32: FILE: lib/librte_cryptodev/rte_crypto_sym.h:351: + RTE_CRYPTO_INBOUND = 1,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #33: FILE: lib/librte_cryptodev/rte_crypto_sym.h:352: + RTE_CRYPTO_OUTBOUND$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #37: FILE: lib/librte_cryptodev/rte_crypto_sym.h:356: + enum ip_addr_type {$ ERROR:CODE_INDENT: code indent should use tabs where possible #38: FILE: lib/librte_cryptodev/rte_crypto_sym.h:357: + IPV4_ADDRESS,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #38: FILE: lib/librte_cryptodev/rte_crypto_sym.h:357: + IPV4_ADDRESS,$ ERROR:CODE_INDENT: code indent should use tabs where possible #39: FILE: lib/librte_cryptodev/rte_crypto_sym.h:358: + IPV6_ADDRESS$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #39: FILE: lib/librte_cryptodev/rte_crypto_sym.h:358: + IPV6_ADDRESS$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #40: FILE: lib/librte_cryptodev/rte_crypto_sym.h:359: + } type; /**< IP address type IPv4/v6 */$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #42: FILE: lib/librte_cryptodev/rte_crypto_sym.h:361: + union {$ ERROR:CODE_INDENT: code indent should use tabs where possible #43: FILE: lib/librte_cryptodev/rte_crypto_sym.h:362: + uint32_t ipv4; /**< IPv4 Address */$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #43: FILE: lib/librte_cryptodev/rte_crypto_sym.h:362: + uint32_t ipv4; /**< IPv4 Address */$ ERROR:CODE_INDENT: code indent should use tabs where possible #44: FILE: lib/librte_cryptodev/rte_crypto_sym.h:363: + uint32_t ipv6[4]; /**< IPv6 Address */$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #44: FILE: lib/librte_cryptodev/rte_crypto_sym.h:363: + uint32_t ipv6[4]; /**< IPv6 Address */$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #45: FILE: lib/librte_cryptodev/rte_crypto_sym.h:364: + }; /**< IP address */$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #50: FILE: lib/librte_cryptodev/rte_crypto_sym.h:369: + enum rte_crypto_ipsec_direction dir; /**< Direction - In/Out */$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #51: FILE: lib/librte_cryptodev/rte_crypto_sym.h:370: + uint32_t spi; /**< SPI */$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #52: FILE: lib/librte_cryptodev/rte_crypto_sym.h:371: + uint32_t salt; /**< Salt */$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #53: FILE: lib/librte_cryptodev/rte_crypto_sym.h:372: + struct rte_crypto_ipsec_addr src_ip; /**< Source IP */$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #54: FILE: lib/librte_cryptodev/rte_crypto_sym.h:373: + struct rte_crypto_ipsec_addr dst_ip; /**< Destination IP */$ ERROR:CODE_INDENT: code indent should use tabs where possible #72: FILE: lib/librte_cryptodev/rte_crypto_sym.h:405: + struct rte_crypto_ipsec_xform ipsec;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #72: FILE: lib/librte_cryptodev/rte_crypto_sym.h:405: + struct rte_crypto_ipsec_xform ipsec;$ ERROR:CODE_INDENT: code indent should use tabs where possible #73: FILE: lib/librte_cryptodev/rte_crypto_sym.h:406: + /**< IPsec xform */$ total: 6 errors, 16 warnings, 50 lines checked