> From: Paul Szczepanek [mailto:[email protected]] > 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 tests that test these new functions. > > Signed-off-by: Paul Szczepanek <[email protected]> > Reviewed-by: Jack Bond-Preston <[email protected]> > Reviewed-by: Nathan Brown <[email protected]> > ---
Acked-by: Morten Brørup <[email protected]>

