Re: [dpdk-dev] [PATCH v4 01/15] mem: hide physical address error in VA mode

2017-11-05 Thread santosh
On Monday 06 November 2017 07:11 AM, Thomas Monjalon wrote: > If the IOVA mode is not using physical addresses, > no need to log an error about physical address issue. > > Signed-off-by: Thomas Monjalon > --- Acked-by: Santosh Shukla

[dpdk-dev] [PATCH v4 01/15] mem: hide physical address error in VA mode

2017-11-05 Thread Thomas Monjalon
If the IOVA mode is not using physical addresses, no need to log an error about physical address issue. Signed-off-by: Thomas Monjalon --- lib/librte_eal/linuxapp/eal/eal_memory.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/librte_eal/linuxapp/eal/eal_memory.