Re: [dpdk-dev] [PATCH 1/7] mem: fix call to DMA mask check

2018-11-01 Thread Burakov, Anatoly
On 31-Oct-18 5:29 PM, Alejandro Lucero wrote: The param needs to be the maskbits and not the mask. Fixes: 223b7f1d5ef6 ("mem: add function for checking memseg IOVA") Signed-off-by: Alejandro Lucero --- Acked-by: Anatoly Burakov -- Thanks, Anatoly

[dpdk-dev] [PATCH 1/7] mem: fix call to DMA mask check

2018-10-31 Thread Alejandro Lucero
The param needs to be the maskbits and not the mask. Fixes: 223b7f1d5ef6 ("mem: add function for checking memseg IOVA") Signed-off-by: Alejandro Lucero --- lib/librte_eal/common/malloc_heap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/librte_eal/common/malloc_heap