|WARNING| pw119054 [PATCH] vdpa/ifc/base: wait for queue disable before saving q-state
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Oct 25 09:51:40 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/119054
_coding style issues_
ERROR:CODE_INDENT: code indent should use tabs where possible
#91: FILE: drivers/vdpa/ifc/base/ifcvf.c:279:
+ /* Some ifc hardware require synchronization between disabling a queue$
ERROR:CODE_INDENT: code indent should use tabs where possible
#92: FILE: drivers/vdpa/ifc/base/ifcvf.c:280:
+ * and saving queue-state from LM registers.$
ERROR:CODE_INDENT: code indent should use tabs where possible
#93: FILE: drivers/vdpa/ifc/base/ifcvf.c:281:
+ * When queue is disabled from vDPA driver, ifc device stops executing$
ERROR:CODE_INDENT: code indent should use tabs where possible
#94: FILE: drivers/vdpa/ifc/base/ifcvf.c:282:
+ * new virtio-cmds and then updates LM registers with used/avail index.$
ERROR:CODE_INDENT: code indent should use tabs where possible
#95: FILE: drivers/vdpa/ifc/base/ifcvf.c:283:
+ * Before saving the queue-state, vDPA driver waits until the queue is$
ERROR:CODE_INDENT: code indent should use tabs where possible
#96: FILE: drivers/vdpa/ifc/base/ifcvf.c:284:
+ * disabled from backend.$
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#97: FILE: drivers/vdpa/ifc/base/ifcvf.c:285:
+ * disabled from backend.
+ */
total: 6 errors, 1 warnings, 27 lines checked
More information about the test-report
mailing list