[dpdk-test-report] |WARNING| pw102286 [PATCH v3 5/6] mempool: add namespace to driver register macro
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Tue Oct 19 19:42:07 CEST 2021
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/102286
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#241: FILE: lib/mempool/rte_mempool.h:925:
+#define RTE_MEMPOOL_REGISTER_OPS(ops)				\
 	RTE_INIT(mp_hdlr_init_##ops)				\
 	{							\
 		rte_mempool_register_ops(&ops);			\
 	}
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#248: FILE: lib/mempool/rte_mempool.h:932:
+#define MEMPOOL_REGISTER_OPS(ops) \
+	RTE_DEPRECATED(MEMPOOL_REGISTER_OPS) RTE_MEMPOOL_REGISTER_OPS(ops)
total: 2 errors, 0 warnings, 103 lines checked
    
    
More information about the test-report
mailing list