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

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 30 10:29:09 CEST 2019


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

_coding style issues_


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

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'vector_id != I40E_MISC_VEC_ID'
#110: 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'
#110: FILE: drivers/net/i40e/i40e_ethdev_vf.c:698:
+			if ((vector_id != I40E_MISC_VEC_ID) && (nb_msix > 1))

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


More information about the test-report mailing list