[dpdk-test-report] |WARNING| pw32762 [PATCH 5/5] net/mlx5: clean up	multi-segment packet processing
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Wed Dec 27 04:57:43 CET 2017
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/32762
_coding style issues_
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'mpw.wqe->eseg.cs_flags != cs_flags'
#66: FILE: drivers/net/mlx5/mlx5_rxtx.c:1371:
+			if ((inl_pad + sizeof(struct mlx5_wqe_data_seg) >
+			     mpw_room) ||
 			    (length <= txq->inline_max_packet_sz &&
 			     inl_pad + sizeof(inl_hdr) + length >
+			     mpw_room) ||
 			    (mpw.wqe->eseg.cs_flags != cs_flags))
total: 0 errors, 0 warnings, 1 checks, 146 lines checked
    
    
More information about the test-report
mailing list