[dpdk-test-report] |WARNING| pw36419 [PATCH v4 3/4] net/ixgbe:	convert to new Rx offloads API
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Thu Mar 22 04:42:28 CET 2018
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/36419
_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, 585 lines checked
    
    
More information about the test-report
mailing list