[dpdk-test-report] |WARNING| pw55151 [PATCH] net/i40e: fix core dumped when setting txq or rxq to 0 in VF

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 21 06:42:20 CEST 2019


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'queue_id < nb_txq'
#48: FILE: drivers/net/i40e/i40e_ethdev_vf.c:576:
+	if ((queue_id < nb_txq) && txq) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'queue_id < nb_rxq'
#57: FILE: drivers/net/i40e/i40e_ethdev_vf.c:593:
+	if ((queue_id < nb_rxq) && rxq) {

total: 0 errors, 0 warnings, 2 checks, 53 lines checked


More information about the test-report mailing list