automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw68160 [PATCH RFC v2 1/7] eal: introduce new class of barriers for DMA use cases
       [not found] <20200410164127.54229-2-gavin.hu@arm.com>
@ 2020-04-10 16:42 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-04-10 16:42 UTC (permalink / raw)
  To: test-report; +Cc: Gavin Hu

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#116: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:40:
+#define rte_dma_mb() asm volatile("dmb osh" : : : "memory")

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#118: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:42:
+#define rte_dma_wmb() asm volatile("dmb oshst" : : : "memory")

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#120: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:44:
+#define rte_dma_rmb() asm volatile("dmb oshld" : : : "memory")

ERROR:C99_COMMENTS: do not use C99 // comments
#135: FILE: lib/librte_eal/include/generic/rte_atomic.h:112:
+///@{

ERROR:C99_COMMENTS: do not use C99 // comments
#162: FILE: lib/librte_eal/include/generic/rte_atomic.h:139:
+///@}

total: 5 errors, 0 warnings, 85 lines checked

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

only message in thread, other threads:[~2020-04-10 16:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200410164127.54229-2-gavin.hu@arm.com>
2020-04-10 16:42 ` [dpdk-test-report] |WARNING| pw68160 [PATCH RFC v2 1/7] eal: introduce new class of barriers for DMA use cases 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).