[dpdk-test-report] |WARNING| pw31465 [PATCH v2] net/i40e: determine	number of queues per VF during run time
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Sun Nov 19 08:44:32 CET 2017
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/31465
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'n' - possible side-effects?
#62: FILE: drivers/net/i40e/i40e_ethdev.c:3978:
+#define IS_POWER_OF_2(n)			((n) && !((n) & ((n) - 1)))
total: 0 errors, 0 warnings, 1 checks, 99 lines checked
    
    
More information about the test-report
mailing list