[dpdk-test-report] |WARNING| pw27714 [PATCH] hash: optimize the	softrss computation
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Tue Aug 22 14:04:17 CEST 2017
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/27714
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#13: 
Use rte_bsf32 and fast bit unset operation to optimize the softrss computation.
WARNING:LONG_LINE: line over 90 characters
#43: FILE: lib/librte_hash/rte_thash.h:215:
+			ret ^= rte_cpu_to_be_32(((const uint32_t *)rss_key)[j]) << (31 - i) |
WARNING:LONG_LINE: line over 90 characters
#67: FILE: lib/librte_hash/rte_thash.h:246:
+				(uint32_t)((uint64_t)(((const uint32_t *)rss_key)[j + 1]) >> (i + 1));
total: 0 errors, 3 warnings, 39 lines checked
    
    
More information about the test-report
mailing list