[dpdk-test-report] |WARNING| pw30121 [PATCH dpdk-users] VLAN tags always stripped on i40evf [VMware SR-IOV]

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Oct 11 15:21:27 CEST 2017


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#16: 
> I have a problem trying to get VLAN tagged frames to be received at the i40evf PMD.  

ERROR:CODE_INDENT: code indent should use tabs where possible
#65: FILE: net/i40e/i40e_rxtx.c:96:
+               // vlan got stripped. Re-inject vlan from tci$

ERROR:CODE_INDENT: code indent should use tabs where possible
#66: FILE: net/i40e/i40e_rxtx.c:97:
+               rte_vlan_insert(&mb);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#66: FILE: net/i40e/i40e_rxtx.c:97:
+               rte_vlan_insert(&mb);$

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

total: 3 errors, 2 warnings, 0 checks, 8 lines checked


More information about the test-report mailing list