[dpdk-test-report] |WARNING| pw31368 [PATCH v2] net/virtio: fix an incorrect behavior of device stop/start

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Nov 14 18:39:10 CET 2017


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#48: 
  ./testpmd -c 0x3 -n 4 --socket-mem 512 -- --burst=64 -i --txqflags=0xf00 --disable-hw-vlan

ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#197: 
--- a/drivers/net/virtio/virtqueue.c

ERROR:CODE_INDENT: code indent should use tabs where possible
#204: FILE: drivers/net/virtio/virtqueue.c:83:
+               //vq->vq_used_cons_idx++;$

ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?)
#207: FILE: drivers/net/virtio/virtqueue.c:85:
Not quite sure if this change make any sense to you?

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 4 errors, 1 warnings, 0 checks, 8 lines checked


More information about the test-report mailing list