Re: [dpdk-users] what's the cache size of rte_mempool_create()?

2021-09-29 Thread Olivier Matz
Hi, On Wed, Sep 29, 2021 at 12:48:24PM +0200, Thomas Monjalon wrote: > +Cc mempool maintainers > > 08/09/2021 11:18, topperxin: > > HI list > > A question about the value of cache size of rte_mempool_crate() > > function, the defination of this function like below: > > > > > >

Re: [dpdk-users] what's the cache size of rte_mempool_create()?

2021-09-29 Thread Thomas Monjalon
+Cc mempool maintainers 08/09/2021 11:18, topperxin: > HI list > A question about the value of cache size of rte_mempool_crate() > function, the defination of this function like below: > > > struct rte_mempool * > > rte_mempool_create(const char *name, unsigned n, unsigned elt

[dpdk-users] what's the cache size of rte_mempool_create()?

2021-09-08 Thread topperxin
HI list A question about the value of cache size of rte_mempool_crate() function, the defination of this function like below: struct rte_mempool * rte_mempool_create(const char *name, unsigned n, unsigned elt_size, unsigned cache_size, unsigned private_data_