[dpdk-test-report] |WARNING| pw36781 [PATCH] Build is broken in dpdk-next-net

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 30 16:48:21 CEST 2018


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#17: 
I rebuild it on ubuntu 17.10 and cash it. I use the 'RTE_SET_USED' to fix it.

ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0123456789ab ("commit description")'
#67: 
>> > ad94ade905454401b705be9e06b19e54a1c78148 vhost: add pipe event for

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#95: FILE: lib/librte_vhost/fd_man.c:282:
+       int r = read(readfd, charbuf, sizeof(charbuf));$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#96: FILE: lib/librte_vhost/fd_man.c:283:
+       RTE_SET_USED(r);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#105: FILE: lib/librte_vhost/fd_man.c:323:
+       int r = write(fdset->u.writefd, "1", 1);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#106: FILE: lib/librte_vhost/fd_man.c:324:
+       RTE_SET_USED(r);$

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

total: 2 errors, 5 warnings, 16 lines checked


More information about the test-report mailing list