[dpdk-test-report] |WARNING| pw102167 [PATCH v2 5/6] mempool: add namespace to driver register macro
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Tue Oct 19 12:10:06 CEST 2021
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/102167
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#240: FILE: lib/mempool/rte_mempool.h:923:
+#define RTE_MEMPOOL_REGISTER_OPS(ops)				\
 	RTE_INIT(mp_hdlr_init_##ops)				\
 	{							\
 		rte_mempool_register_ops(&ops);			\
 	}
total: 1 errors, 0 warnings, 103 lines checked
    
    
More information about the test-report
mailing list