* [dpdk-test-report] |WARNING| pw28359 [PATCH v2 2/5] eal/memory: rename buf_physaddr to buf_iovaaddr
[not found] <20170905103119.20511-3-santosh.shukla@caviumnetworks.com>
@ 2017-09-05 10:32 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-09-05 10:32 UTC (permalink / raw)
To: test-report; +Cc: Santosh Shukla
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/28359
_coding style issues_
CHECK:SPACING: No space is necessary after a cast
#248: FILE: drivers/net/fm10k/fm10k.h:255:
+ ((uint64_t) ((mb)->buf_iovaaddr + (mb)->data_off))
CHECK:SPACING: No space is necessary after a cast
#253: FILE: drivers/net/fm10k/fm10k.h:259:
+ ((uint64_t) RTE_ALIGN(((mb)->buf_iovaaddr + RTE_PKTMBUF_HEADROOM),\
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#523: FILE: lib/librte_mbuf/rte_mbuf.c:247:
+ m, (uint64_t)m->buf_iovaaddr, (unsigned)m->buf_len);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'iova_addr_t' should also have an identifier name
#536: FILE: lib/librte_mbuf/rte_mbuf.h:414:
+ iova_addr_t buf_iovaaddr __rte_aligned(sizeof(iova_addr_t));
total: 0 errors, 2 warnings, 419 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-09-05 10:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20170905103119.20511-3-santosh.shukla@caviumnetworks.com>
2017-09-05 10:32 ` [dpdk-test-report] |WARNING| pw28359 [PATCH v2 2/5] eal/memory: rename buf_physaddr to buf_iovaaddr 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).