[dpdk-test-report] |WARNING| pw30630 [PATCH RFC 7/9] net/avf: enable ops for rss setting

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Oct 20 10:36:44 CEST 2017


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'mtu < ETHER_MIN_MTU'
#196: FILE: drivers/net/avf/avf_ethdev.c:803:
+	if ((mtu < ETHER_MIN_MTU) || (frame_size > AVF_FRAME_SIZE_MAX))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'frame_size > AVF_FRAME_SIZE_MAX'
#196: FILE: drivers/net/avf/avf_ethdev.c:803:
+	if ((mtu < ETHER_MIN_MTU) || (frame_size > AVF_FRAME_SIZE_MAX))

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


More information about the test-report mailing list