Re: [PATCH v13 2/6] mempool: add functions to get extra mempool info

2024-06-07 Thread Paul Szczepanek
On 06/06/2024 13:28, Konstantin Ananyev wrote: > > >> Add two functions: >> - rte_mempool_get_mem_range - get virtual memory range >> of the objects in the mempool, >> - rte_mempool_get_obj_alignment - get alignment of >> objects in the mempool. >> >> Add two tests that test these new functions

RE: [PATCH v13 2/6] mempool: add functions to get extra mempool info

2024-06-06 Thread Konstantin Ananyev
> Add two functions: > - rte_mempool_get_mem_range - get virtual memory range > of the objects in the mempool, > - rte_mempool_get_obj_alignment - get alignment of > objects in the mempool. > > Add two tests that test these new functions. LGTM in general, few nits/suggestions below. > > Sign

RE: [PATCH v13 2/6] mempool: add functions to get extra mempool info

2024-05-31 Thread Morten Brørup
> From: Paul Szczepanek [mailto:paul.szczepa...@arm.com] > Sent: Thursday, 30 May 2024 11.41 > > Add two functions: > - rte_mempool_get_mem_range - get virtual memory range > of the objects in the mempool, > - rte_mempool_get_obj_alignment - get alignment of > objects in the mempool. > > Add two