automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw51322 [PATCH 05/10] net/virtio: refactor virtqueue structure
       [not found] <20190319064312.13743-6-tiwei.bie@intel.com>
@ 2019-03-21 17:58 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-03-21 17:58 UTC (permalink / raw)
  To: test-report; +Cc: Tiwei Bie

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

_coding style issues_


CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#586: FILE: drivers/net/virtio/virtqueue.h:203:
+			bool used_wrap_counter;

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'vq' - possible side-effects?
#672: FILE: drivers/net/virtio/virtqueue.h:411:
+#define VIRTQUEUE_NUSED(vq) ((uint16_t)((vq)->vq_split.ring.used->idx - \
+					(vq)->vq_used_cons_idx))

total: 0 errors, 0 warnings, 2 checks, 630 lines checked

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

only message in thread, other threads:[~2019-03-21 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190319064312.13743-6-tiwei.bie@intel.com>
2019-03-21 17:58 ` [dpdk-test-report] |WARNING| pw51322 [PATCH 05/10] net/virtio: refactor virtqueue structure 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).