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

2024-05-29 Thread Du, Frank
> -Original Message- > From: Paul Szczepanek > Sent: Thursday, May 30, 2024 12:18 AM > To: Morten Brørup ; dev@dpdk.org; Du, Frank > > Cc: n...@arm.com; Ferruh Yigit ; Andrew Rybchenko > ; Burakov, Anatoly > ; Loftus, Ciara > Subject: Re: [PATCH v12 2/6] me

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

2024-05-29 Thread Paul Szczepanek
On 29/05/2024 14:56, Morten Brørup wrote: >> From: Paul Szczepanek [mailto:paul.szczepa...@arm.com] >> Sent: Wednesday, 29 May 2024 12.23 >> >> Add two functions: >> - rte_mempool_get_mem_range - get virtual memory range >> of the objects in the mempool, >> - rte_mempool_get_obj_alignment - get

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

2024-05-29 Thread Morten Brørup
> From: Paul Szczepanek [mailto:paul.szczepa...@arm.com] > Sent: Wednesday, 29 May 2024 12.23 > > 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

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

2024-05-29 Thread Morten Brørup
> From: Paul Szczepanek [mailto:paul.szczepa...@arm.com] > Sent: Wednesday, 29 May 2024 12.23 > > 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

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

2024-05-29 Thread Paul Szczepanek
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. Signed-off-by: Paul Szczepanek Reviewed-by: Jack Bond-Preston Reviewed