[dpdk-test-report] |WARNING| pw29768 [PATCH v8 0/6] Support TCP/IPv4 VxLAN and GRE GSO in DPDK

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 5 19:13:36 CEST 2017


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#23: 
> Cc: Hu, Jiayu <jiayu.hu at intel.com>; Tan, Jianfeng <jianfeng.tan at intel.com>; Ananyev, Konstantin <konstantin.ananyev at intel.com>; Yigit,

ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#270: 
--- a/app/test-pmd/cmdline.c

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (15, 23)
#275: FILE: app/test-pmd/cmdline.c:4054:
                if (res->cmd_size < RTE_GSO_SEG_SIZE_MIN)
+                       printf("gso_size should be larger than %zu."

ERROR:CODE_INDENT: code indent should use tabs where possible
#277: FILE: app/test-pmd/cmdline.c:4055:
+                       printf("gso_size should be larger than %zu."$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#277: FILE: app/test-pmd/cmdline.c:4055:
+                       printf("gso_size should be larger than %zu."$

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

total: 3 errors, 3 warnings, 8 lines checked


More information about the test-report mailing list