[dpdk-test-report] |WARNING| pw48291 [07/19] net/ice: support MTU setting

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Nov 23 07:52:52 CET 2018


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'mtu < ETHER_MIN_MTU'
#64: FILE: drivers/net/ice/ice_ethdev.c:1293:
+	if ((mtu < ETHER_MIN_MTU) || (frame_size > ICE_FRAME_SIZE_MAX))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'frame_size > ICE_FRAME_SIZE_MAX'
#64: FILE: drivers/net/ice/ice_ethdev.c:1293:
+	if ((mtu < ETHER_MIN_MTU) || (frame_size > ICE_FRAME_SIZE_MAX))

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


More information about the test-report mailing list