|WARNING| pw162945 [PATCH] mempool: improve cache behaviour and performance
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Apr 8 16:13:38 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/162945
_coding style issues_
WARNING:TYPO_SPELLING: 'WAN' may be misspelled - perhaps 'WANT'?
#116:
With a real WAN Optimization application, where the number of allocated
^^^
WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#198: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx512.c:154:
+ if (unlikely(IDPF_RXQ_REARM_THRESH > cache->size / 2)) {
ERROR:POINTER_LOCATION: "foo * const * bar" should be "foo * const *bar"
#308: FILE: lib/mempool/rte_mempool.h:1383:
+rte_mempool_do_generic_put(struct rte_mempool *mp, void * const * __rte_restrict obj_table,
ERROR:POINTER_LOCATION: "foo * const * bar" should be "foo * const *bar"
#372: FILE: lib/mempool/rte_mempool.h:1450:
+rte_mempool_generic_put(struct rte_mempool *mp, void * const * __rte_restrict obj_table,
ERROR:POINTER_LOCATION: "foo * const * bar" should be "foo * const *bar"
#381: FILE: lib/mempool/rte_mempool.h:1473:
+rte_mempool_put_bulk(struct rte_mempool *mp, void * const * __rte_restrict obj_table,
ERROR:POINTER_LOCATION: "foo ** bar" should be "foo **bar"
#390: FILE: lib/mempool/rte_mempool.h:1515:
+rte_mempool_do_generic_get(struct rte_mempool *mp, void ** __rte_restrict obj_table,
ERROR:POINTER_LOCATION: "foo ** bar" should be "foo **bar"
#443: FILE: lib/mempool/rte_mempool.h:1638:
+rte_mempool_generic_get(struct rte_mempool *mp, void ** __rte_restrict obj_table,
ERROR:POINTER_LOCATION: "foo ** bar" should be "foo **bar"
#452: FILE: lib/mempool/rte_mempool.h:1672:
+rte_mempool_get_bulk(struct rte_mempool *mp, void ** __rte_restrict obj_table, unsigned int n)
ERROR:POINTER_LOCATION: "foo ** bar" should be "foo **bar"
#461: FILE: lib/mempool/rte_mempool.h:1701:
+rte_mempool_get(struct rte_mempool *mp, void ** __rte_restrict obj_p)
total: 7 errors, 2 warnings, 295 lines checked
More information about the test-report
mailing list