[dpdk-test-report] |WARNING| pw35710 [PATCH v2 3/4] net/ixgbe: convert to new Rx offloads API

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Mar 7 14:24:46 CET 2018


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#76: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:2355:
+			    "requested 0x%" PRIx64 " supported 0x%" PRIx64,

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rxmode->max_rx_pkt_len >= IXGBE_MAX_JUMBO_FRAME_SIZE'
#236: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:5885:
+	if ((rxmode->offloads & DEV_RX_OFFLOAD_JUMBO_FRAME) &&
+	    (rxmode->max_rx_pkt_len >= IXGBE_MAX_JUMBO_FRAME_SIZE))

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


More information about the test-report mailing list