[dpdk-test-report] |WARNING| pw58421 [RFC] net/i40e: enable multi-queue Rx interrupt for VF

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Sep 3 04:08:47 CEST 2019


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#28: 
After PF sets the map to the register, all Rx queue interrupts will be received.

CHECK:BRACES: Unbalanced braces around else statement
#71: FILE: drivers/net/i40e/i40e_ethdev_vf.c:668:
+	} else

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'vector_id != I40E_MISC_VEC_ID'
#122: FILE: drivers/net/i40e/i40e_ethdev_vf.c:698:
+			if ((vector_id != I40E_MISC_VEC_ID) && (nb_msix > 1))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'nb_msix > 1'
#122: FILE: drivers/net/i40e/i40e_ethdev_vf.c:698:
+			if ((vector_id != I40E_MISC_VEC_ID) && (nb_msix > 1))

total: 0 errors, 1 warnings, 3 checks, 101 lines checked


More information about the test-report mailing list