automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw24168 [PATCH RFC 1/5] cryptodev: Updated API to add suport for inline IPSec.
       [not found] <1494341879-18718-2-git-send-email-radu.nicolau@intel.com>
@ 2017-05-09 15:01 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-05-09 15:01 UTC (permalink / raw)
  To: test-report; +Cc: Radu Nicolau

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-09 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1494341879-18718-2-git-send-email-radu.nicolau@intel.com>
2017-05-09 15:01 ` [dpdk-test-report] |WARNING| pw24168 [PATCH RFC 1/5] cryptodev: Updated API to add suport for inline IPSec checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).