[dpdk-test-report] |WARNING| pw56763 [DPDK] net/i40e: fix RSS hash update problem for X722 VF

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jul 19 11:06:45 CEST 2019


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->mac.type == I40E_MAC_X722'
#62: FILE: drivers/net/i40e/i40e_rxtx.c:3171:
+	if ((hw->mac.type == I40E_MAC_X722) ||
+		(hw->mac.type == I40E_MAC_X722_VF)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->mac.type == I40E_MAC_X722_VF'
#62: FILE: drivers/net/i40e/i40e_rxtx.c:3171:
+	if ((hw->mac.type == I40E_MAC_X722) ||
+		(hw->mac.type == I40E_MAC_X722_VF)) {

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


More information about the test-report mailing list