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

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 27 17:20:14 CET 2018


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

_coding style issues_


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

CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#368: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:2876:
+		PMD_INIT_LOG(ERR, "%p: Rx queue offloads 0x%" PRIx64

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


More information about the test-report mailing list