Re: [dpdk-dev] [PATCH] pci/linux: use RTE_IOVA_VA whenever possible

2018-10-28 Thread Thomas Monjalon
al , Jerin Jacob > > , Maxime Coquelin > > , ch...@att.com > > Subject: Re: [dpdk-dev] [PATCH] pci/linux: use RTE_IOVA_VA whenever possible > > User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 > > Thunderbird/52.9.1 > > > > > > On

Re: [dpdk-dev] [PATCH] pci/linux: use RTE_IOVA_VA whenever possible

2018-10-11 Thread Jerin Jacob
-Original Message- > Date: Thu, 11 Oct 2018 11:26:05 +0100 > From: "Burakov, Anatoly" > To: Alejandro Lucero , > dariusz.stojac...@intel.com > CC: dev , Santosh Shukla , > Hemant Agrawal , Jerin Jacob > , Maxime Coquelin > , ch...@att.com > Subj

Re: [dpdk-dev] [PATCH] pci/linux: use RTE_IOVA_VA whenever possible

2018-10-11 Thread Burakov, Anatoly
On 11-Oct-18 11:00 AM, Alejandro Lucero wrote: On Fri, Sep 7, 2018 at 3:55 PM Darek Stojaczyk wrote: This allows DPDK to use RTE_IOVA_VA with VFIO/UIO-bound PCI devices present on the system, but not attached to any rte_pci_driver at the time of init. So far we used RTE_IOVA_VA whenever there

Re: [dpdk-dev] [PATCH] pci/linux: use RTE_IOVA_VA whenever possible

2018-10-11 Thread Alejandro Lucero
On Fri, Sep 7, 2018 at 3:55 PM Darek Stojaczyk wrote: > This allows DPDK to use RTE_IOVA_VA with VFIO/UIO-bound PCI > devices present on the system, but not attached to any > rte_pci_driver at the time of init. > > So far we used RTE_IOVA_VA whenever there was at least one > device attached to a

Re: [dpdk-dev] [PATCH] pci/linux: use RTE_IOVA_VA whenever possible

2018-10-11 Thread Thomas Monjalon
Someone to review this patch please? 07/09/2018 16:53, Darek Stojaczyk: > This allows DPDK to use RTE_IOVA_VA with VFIO/UIO-bound PCI > devices present on the system, but not attached to any > rte_pci_driver at the time of init. > > So far we used RTE_IOVA_VA whenever there was at least one > de

[dpdk-dev] [PATCH] pci/linux: use RTE_IOVA_VA whenever possible

2018-09-07 Thread Darek Stojaczyk
This allows DPDK to use RTE_IOVA_VA with VFIO/UIO-bound PCI devices present on the system, but not attached to any rte_pci_driver at the time of init. So far we used RTE_IOVA_VA whenever there was at least one device attached to a driver with an RTE_PCI_DRV_IOVA_AS_VA flag, meaning that other driv