[dpdk-test-report] |WARNING| pw102071 [PATCH 5/6] mempool: add namespace to driver register macro
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Mon Oct 18 16:50:39 CEST 2021
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/102071
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#241: FILE: lib/mempool/rte_mempool.h:908:
+#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