* [dpdk-test-report] |WARNING| pw37282 [PATCH v3 21/21] vhost: add event suppression for packed queues
[not found] <20180405101031.26468-22-jfreimann@redhat.com>
@ 2018-04-05 10:13 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-04-05 10:13 UTC (permalink / raw)
To: test-report; +Cc: Jens Freimann
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/37282
_coding style issues_
ERROR:CODE_INDENT: code indent should use tabs where possible
#76: FILE: lib/librte_vhost/vhost.h:79:
+ uint16_t desc_event_off_wrap;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#76: FILE: lib/librte_vhost/vhost.h:79:
+ uint16_t desc_event_off_wrap;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#77: FILE: lib/librte_vhost/vhost.h:80:
+ uint16_t desc_event_flags;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#77: FILE: lib/librte_vhost/vhost.h:80:
+ uint16_t desc_event_flags;$
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#165: FILE: lib/librte_vhost/vhost.h:493:
+ if (do_kick)
+ eventfd_write(vq->callfd, (eventfd_t)1);
WARNING:LONG_LINE: line over 90 characters
#186: FILE: lib/librte_vhost/vhost_user.c:480:
+ vq->driver_event = (struct vring_packed_desc_event *)(uintptr_t)ring_addr_to_vva(dev,
WARNING:LONG_LINE: line over 90 characters
#187: FILE: lib/librte_vhost/vhost_user.c:481:
+ vq, addr->avail_user_addr, sizeof(struct vring_packed_desc_event));
WARNING:LONG_LINE: line over 90 characters
#195: FILE: lib/librte_vhost/vhost_user.c:489:
+ vq->device_event = (struct vring_packed_desc_event *)(uintptr_t)ring_addr_to_vva(dev,
WARNING:LONG_LINE: line over 90 characters
#196: FILE: lib/librte_vhost/vhost_user.c:490:
+ vq, addr->used_user_addr, sizeof(struct vring_packed_desc_event));
total: 2 errors, 7 warnings, 171 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-04-05 10:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20180405101031.26468-22-jfreimann@redhat.com>
2018-04-05 10:13 ` [dpdk-test-report] |WARNING| pw37282 [PATCH v3 21/21] vhost: add event suppression for packed queues 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).