|WARNING| pw111741 [PATCH v3 3/7] ethdev: introduce Rx queue based limit watermark
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue May 24 17:22:17 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/111741
_coding style issues_
ERROR:CODE_INDENT: code indent should use tabs where possible
#248: FILE: lib/ethdev/rte_ethdev.h:1935:
+ * Per-queue Rx limit watermark defined as percentage of Rx queue$
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#248: FILE: lib/ethdev/rte_ethdev.h:1935:
+ /**
+ * Per-queue Rx limit watermark defined as percentage of Rx queue
ERROR:CODE_INDENT: code indent should use tabs where possible
#249: FILE: lib/ethdev/rte_ethdev.h:1936:
+ * size. If Rx queue receives traffic higher than this percentage,$
ERROR:CODE_INDENT: code indent should use tabs where possible
#250: FILE: lib/ethdev/rte_ethdev.h:1937:
+ * the event RTE_ETH_EVENT_RX_LWM is triggered.$
ERROR:CODE_INDENT: code indent should use tabs where possible
#251: FILE: lib/ethdev/rte_ethdev.h:1938:
+ * Value 0 means watermark monitoring is disabled, no event is$
ERROR:CODE_INDENT: code indent should use tabs where possible
#252: FILE: lib/ethdev/rte_ethdev.h:1939:
+ * triggered.$
ERROR:CODE_INDENT: code indent should use tabs where possible
#253: FILE: lib/ethdev/rte_ethdev.h:1940:
+ */$
WARNING:TYPO_SPELLING: 'circularly' may be misspelled - perhaps 'circular'?
#291: FILE: lib/ethdev/rte_ethdev.h:3712:
+ * The function queries all queues in the port circularly until one
total: 6 errors, 2 warnings, 189 lines checked
More information about the test-report
mailing list