Re: [dpdk-dev] [PATCH 21.02 v2] mem: don't warn about base addr if not requested

2022-01-28 Thread Thomas Monjalon
22/01/2021 18:21, Burakov, Anatoly: > On 09-Nov-20 3:47 PM, Anatoly Burakov wrote: > > Any EAL memory allocation often goes through eal_get_virtual_area() > > function, which will print a warning whenever the resulting allocation > > didn't match the specified address requirements. This is useful f

Re: [dpdk-dev] [PATCH 21.02 v2] mem: don't warn about base addr if not requested

2021-01-22 Thread Burakov, Anatoly
On 09-Nov-20 3:47 PM, Anatoly Burakov wrote: Any EAL memory allocation often goes through eal_get_virtual_area() function, which will print a warning whenever the resulting allocation didn't match the specified address requirements. This is useful for when we have requested a specific base virtua

Re: [dpdk-dev] [PATCH 21.02 v2] mem: don't warn about base addr if not requested

2021-01-12 Thread David Marchand
On Mon, Nov 9, 2020 at 4:48 PM Anatoly Burakov wrote: > > Any EAL memory allocation often goes through eal_get_virtual_area() > function, which will print a warning whenever the resulting allocation > didn't match the specified address requirements. This is useful for > when we have requested a sp

[dpdk-dev] [PATCH 21.02 v2] mem: don't warn about base addr if not requested

2020-11-09 Thread Anatoly Burakov
Any EAL memory allocation often goes through eal_get_virtual_area() function, which will print a warning whenever the resulting allocation didn't match the specified address requirements. This is useful for when we have requested a specific base virtual address, to let the user know that the mappin