automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw46241 [v3, 3/4] kni: fix kni kernel fifo synchronization
       [not found] <1538989906-8349-3-git-send-email-phil.yang@arm.com>
@ 2018-10-08  9:13 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-10-08  9:13 UTC (permalink / raw)
  To: test-report; +Cc: Phil Yang

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

_coding style issues_


WARNING:MEMORY_BARRIER: memory barrier without comment
#41: FILE: kernel/linux/kni/kni_fifo.h:19:
+	uint32_t fifo_read = smp_load_acquire(&fifo->read);

WARNING:MEMORY_BARRIER: memory barrier without comment
#50: FILE: kernel/linux/kni/kni_fifo.h:30:
+	smp_store_release(&fifo->write, fifo_write);

WARNING:MEMORY_BARRIER: memory barrier without comment
#59: FILE: kernel/linux/kni/kni_fifo.h:43:
+	uint32_t fifo_write = smp_load_acquire(&fifo->write);

WARNING:MEMORY_BARRIER: memory barrier without comment
#68: FILE: kernel/linux/kni/kni_fifo.h:52:
+	smp_store_release(&fifo->read, new_read);

WARNING:MEMORY_BARRIER: memory barrier without comment
#77: FILE: kernel/linux/kni/kni_fifo.h:63:
+	uint32_t fifo_write = smp_load_acquire(&fifo->write);

WARNING:MEMORY_BARRIER: memory barrier without comment
#78: FILE: kernel/linux/kni/kni_fifo.h:64:
+	uint32_t fifo_read = smp_load_acquire(&fifo->read);

WARNING:MEMORY_BARRIER: memory barrier without comment
#88: FILE: kernel/linux/kni/kni_fifo.h:74:
+	uint32_t fifo_write = smp_load_acquire(&fifo->write);

WARNING:MEMORY_BARRIER: memory barrier without comment
#89: FILE: kernel/linux/kni/kni_fifo.h:75:
+	uint32_t fifo_read = smp_load_acquire(&fifo->read);

total: 0 errors, 8 warnings, 59 lines checked

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

only message in thread, other threads:[~2018-10-08  9:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1538989906-8349-3-git-send-email-phil.yang@arm.com>
2018-10-08  9:13 ` [dpdk-test-report] |WARNING| pw46241 [v3, 3/4] kni: fix kni kernel fifo synchronization 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).