automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw31140 [PATCH RFC v2 7/7] example/vhost_crypto: add vhost_crypto sample application
       [not found] <20171102201059.2803-8-roy.fan.zhang@intel.com>
@ 2017-11-02 20:12 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-11-02 20:12 UTC (permalink / raw)
  To: test-report; +Cc: Fan Zhang

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/31140

_coding style issues_


WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#144: FILE: examples/vhost_crypto/main.c:48:
+#define MAX_PKT_BURST ^I^I^I(64) /**< Max burst size for RX/TX */$

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#345: FILE: examples/vhost_crypto/main.c:249:
+static const struct vhost_device_ops virtio_crypto_device_ops =
+{

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#351: FILE: examples/vhost_crypto/main.c:255:
+/*
+static void clrscr(void)

WARNING:TYPO_SPELLING: 'Procesing' may be misspelled - perhaps 'Processing'?
#489: FILE: examples/vhost_crypto/main.c:393:
+	RTE_LOG(INFO, USER1, "Procesing on Core %u started
", lcore_id);

ERROR:SPACING: spaces required around that '=' (ctx:WxV)
#491: FILE: examples/vhost_crypto/main.c:395:
+	ret =rte_cryptodev_configure(info.cid, &config);
 	    ^

WARNING:BRACES: braces {} are not necessary for single statement blocks
#628: FILE: examples/vhost_crypto/main.c:532:
+	if (ret < 0) {
+		rte_exit(EXIT_FAILURE, "Failed to parse arguments!
");
+	}

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 17)
#676: FILE: examples/vhost_crypto/main.c:580:
+	if (rte_eal_remote_launch(vhost_crypto_stats_worker, NULL, stats_lcore)
[...]
+		 {

WARNING:TABSTOP: Statements should start on a tabstop
#678: FILE: examples/vhost_crypto/main.c:582:
+		 {

total: 2 errors, 6 warnings, 676 lines checked

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

only message in thread, other threads:[~2017-11-02 20:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20171102201059.2803-8-roy.fan.zhang@intel.com>
2017-11-02 20:12 ` [dpdk-test-report] |WARNING| pw31140 [PATCH RFC v2 7/7] example/vhost_crypto: add vhost_crypto sample application 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).