Re: [dpdk-dev] [PATCH] memzone: document reserving zero-length memzones

2018-05-13 Thread Thomas Monjalon
03/05/2018 18:25, Anatoly Burakov: > Currently, reserving a memzone with length set to 0 will not trigger > any memory allocations, and memzone will instead be looking through > already allocated memory only. Document this limitation. > > Signed-off-by: Anatoly Burakov Applied, thanks

[dpdk-dev] [PATCH] memzone: document reserving zero-length memzones

2018-05-03 Thread Anatoly Burakov
Currently, reserving a memzone with length set to 0 will not trigger any memory allocations, and memzone will instead be looking through already allocated memory only. Document this limitation. Signed-off-by: Anatoly Burakov --- lib/librte_eal/common/include/rte_memzone.h | 12 1 fi