automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw54986 [PATCH 20/28] drivers: add virtio-vhost-user transport
       [not found] <1560957293-17294-21-git-send-email-ndragazis@arrikto.com>
@ 2019-06-19 15:25 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-06-19 15:25 UTC (permalink / raw)
  To: test-report; +Cc: Nikos Dragazis

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

_coding style issues_


WARNING:RETURN_VOID: void function return statements are not generally useful
#457: FILE: drivers/virtio_vhost_user/trans_virtio_vhost_user.c:354:
+	return;
+}

WARNING:LONG_LINE: line over 90 characters
#586: FILE: drivers/virtio_vhost_user/trans_virtio_vhost_user.c:483:
+		RTE_LOG(DEBUG, VHOST_CONFIG, "%s isr %#x status %#x
", __func__, isr, status);

ERROR:CODE_INDENT: code indent should use tabs where possible
#631: FILE: drivers/virtio_vhost_user/trans_virtio_vhost_user.c:528:
+^I^I^I^I              i * VVU_RXBUF_SIZE);$

WARNING:LONG_LINE: line over 90 characters
#635: FILE: drivers/virtio_vhost_user/trans_virtio_vhost_user.c:532:
+		descx->cookie = (uint8_t *)vvu_socket->rxbuf_mz->addr + i * VVU_RXBUF_SIZE;

WARNING:LONG_LINE: line over 90 characters
#837: FILE: drivers/virtio_vhost_user/trans_virtio_vhost_user.c:734:
+	if (rte_intr_callback_register(intr_handle, vvu_interrupt_handler, vvu_socket) < 0) {

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1187: FILE: drivers/virtio_vhost_user/virtio_vhost_user.h:11:
+    uint32_t status;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1190: FILE: drivers/virtio_vhost_user/virtio_vhost_user.h:14:
+    uint32_t max_vhost_queues;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1191: FILE: drivers/virtio_vhost_user/virtio_vhost_user.h:15:
+    uint8_t uuid[16];$

total: 1 errors, 7 warnings, 1123 lines checked

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

only message in thread, other threads:[~2019-06-19 15:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1560957293-17294-21-git-send-email-ndragazis@arrikto.com>
2019-06-19 15:25 ` [dpdk-test-report] |WARNING| pw54986 [PATCH 20/28] drivers: add virtio-vhost-user transport 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).