Re: [dpdk-dev] [PATCH] bus/pci: fix IOVA as VA mode selection

2019-07-10 Thread Jerin Jacob Kollanukkaran
rom: David Marchand Sent: Wednesday, July 10, 2019 1:40 PM To: Jerin Jacob Kollanukkaran ; Burakov, Anatoly Cc: dev ; Thomas Monjalon ; Ben Walker Subject: Re: [EXT] Re: [dpdk-dev] [PATCH] bus/pci: fix IOVA as VA mode selection Hello guys, > > Currently (again, disregarding your inter

Re: [dpdk-dev] [PATCH] bus/pci: fix IOVA as VA mode selection

2019-07-08 Thread David Marchand
On Mon, Jul 8, 2019 at 4:25 PM wrote: > From: Jerin Jacob > > Existing logic fails to select IOVA mode as VA > if driver request to enable IOVA as VA. > > IOVA as VA has more strict requirement than other modes, > so enabling positive logic for IOVA as VA selection. > > This patch also updates t

[dpdk-dev] [PATCH] bus/pci: fix IOVA as VA mode selection

2019-07-08 Thread jerinj
From: Jerin Jacob Existing logic fails to select IOVA mode as VA if driver request to enable IOVA as VA. IOVA as VA has more strict requirement than other modes, so enabling positive logic for IOVA as VA selection. This patch also updates the default IOVA mode as PA for PCI devices as it has to