* [dpdk-test-report] |WARNING| pw97096 [PATCH] kni: remove non-C11 path from FIFO sync
[not found] <20210819060442.19014-1-joyce.kong@arm.com>
@ 2021-08-19 6:05 ` checkpatch
2021-08-19 6:39 ` [dpdk-test-report] |SUCCESS| pw97096 [dpdk-dev] " 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-08-19 6:05 UTC (permalink / raw)
To: test-report; +Cc: Joyce Kong
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/97096
_coding style issues_
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#75: FILE: lib/kni/rte_kni_common.h:61:
+ unsigned write; /**< Next position to be written*/
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#76: FILE: lib/kni/rte_kni_common.h:62:
+ unsigned read; /**< Next position to be read */
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#128: FILE: lib/kni/rte_kni_fifo.h:30:
+ unsigned fifo_read = __atomic_load_n(&fifo->read, __ATOMIC_ACQUIRE);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#146: FILE: lib/kni/rte_kni_fifo.h:52:
+ unsigned fifo_write = __atomic_load_n(&fifo->write, __ATOMIC_ACQUIRE);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#165: FILE: lib/kni/rte_kni_fifo.h:71:
+ unsigned fifo_write = __atomic_load_n(&fifo->write, __ATOMIC_ACQUIRE);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#166: FILE: lib/kni/rte_kni_fifo.h:72:
+ unsigned fifo_read = __atomic_load_n(&fifo->read, __ATOMIC_ACQUIRE);
total: 0 errors, 6 warnings, 104 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-test-report] |SUCCESS| pw97096 [dpdk-dev] [PATCH] kni: remove non-C11 path from FIFO sync
[not found] <20210819060442.19014-1-joyce.kong@arm.com>
2021-08-19 6:05 ` [dpdk-test-report] |WARNING| pw97096 [PATCH] kni: remove non-C11 path from FIFO sync checkpatch
@ 2021-08-19 6:39 ` 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-08-19 6:39 UTC (permalink / raw)
To: test-report; +Cc: robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/97096/
_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1145884081
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-19 6:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20210819060442.19014-1-joyce.kong@arm.com>
2021-08-19 6:05 ` [dpdk-test-report] |WARNING| pw97096 [PATCH] kni: remove non-C11 path from FIFO sync checkpatch
2021-08-19 6:39 ` [dpdk-test-report] |SUCCESS| pw97096 [dpdk-dev] " 0-day Robot
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).