automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw44916 [v2, 2/3] kni: fix kni fifo synchronization
       [not found] <1537364560-4124-2-git-send-email-phil.yang@arm.com>
@ 2018-09-19 13:44 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-09-19 13:44 UTC (permalink / raw)
  To: test-report; +Cc: Phil Yang

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#47: FILE: lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_common.h:61:
+	unsigned write;              /**< Next position to be written*/

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#48: FILE: lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_common.h:62:
+	unsigned read;               /**< Next position to be read */

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#64: FILE: lib/librte_kni/rte_kni_fifo.h:33:
+	unsigned fifo_read = __atomic_load_n(&fifo->read,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#67: FILE: lib/librte_kni/rte_kni_fifo.h:36:
+	unsigned fifo_read = fifo->read;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#90: FILE: lib/librte_kni/rte_kni_fifo.h:65:
+	unsigned fifo_write = __atomic_load_n(&fifo->write, __ATOMIC_ACQUIRE);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#116: FILE: lib/librte_kni/rte_kni_fifo.h:93:
+	unsigned fifo_write = __atomic_load_n(&fifo->write,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#118: FILE: lib/librte_kni/rte_kni_fifo.h:95:
+	unsigned fifo_read = __atomic_load_n(&fifo->read,

total: 0 errors, 7 warnings, 76 lines checked

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

only message in thread, other threads:[~2018-09-19 13:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1537364560-4124-2-git-send-email-phil.yang@arm.com>
2018-09-19 13:44 ` [dpdk-test-report] |WARNING| pw44916 [v2, 2/3] kni: fix kni 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).