automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw31191 [PATCH v4 11/15] mbuf: rename physical address to IOVA
       [not found] <20171106014141.13266-12-thomas@monjalon.net>
@ 2017-11-06  1:43 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-11-06  1:43 UTC (permalink / raw)
  To: test-report; +Cc: Thomas Monjalon

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

_coding style issues_


CHECK:SPACING: No space is necessary after a cast
#321: FILE: drivers/net/fm10k/fm10k.h:256:
+	((uint64_t) ((mb)->buf_iova + (mb)->data_off))

CHECK:SPACING: No space is necessary after a cast
#326: FILE: drivers/net/fm10k/fm10k.h:260:
+	((uint64_t) RTE_ALIGN(((mb)->buf_iova + RTE_PKTMBUF_HEADROOM),\

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#552: FILE: lib/librte_mbuf/rte_mbuf.c:247:
+	       m, (uint64_t)m->buf_iova, (unsigned)m->buf_len);

total: 0 errors, 1 warnings, 442 lines checked

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

only message in thread, other threads:[~2017-11-06  1:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20171106014141.13266-12-thomas@monjalon.net>
2017-11-06  1:43 ` [dpdk-test-report] |WARNING| pw31191 [PATCH v4 11/15] mbuf: rename physical address to IOVA 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).