[dpdk-test-report] |WARNING| pw34934 [PATCH] app/testpmd:vlan filter fail

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Feb 5 02:52:21 CET 2018


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#54: 
The VLAN filter resets because the rxmode.ignore_offload_bitfield is not set. If it was set, the ethdev rxmode convert functions would have convert the new flag to the old API (rxmode.hw_vlan_filter).

ERROR:TRAILING_WHITESPACE: trailing whitespace
#75: FILE: app/test-pmd/testpmd.c:2327:
+       port_conf.rxmode = rte_port->dev_conf.rxmode;       $

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#75: FILE: app/test-pmd/testpmd.c:2327:
+       port_conf.rxmode = rte_port->dev_conf.rxmode;       $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#76: FILE: app/test-pmd/testpmd.c:2328:
+       port_conf.txmode = rte_port->dev_conf.txmode;       $

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#76: FILE: app/test-pmd/testpmd.c:2328:
+       port_conf.txmode = rte_port->dev_conf.txmode;       $

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