[dpdk-dev] [PATCH v1] igu_uio: fix IOMMU domain issue

2016-07-09 Thread Ferruh Yigit
On 7/8/2016 6:27 PM, Thomas Monjalon wrote: > 2016-05-11 18:24, Ferruh Yigit: >> On 5/11/2016 8:35 AM, Alejandro Lucero wrote: >>> On Tue, May 10, 2016 at 4:59 PM, Stephen Hemminger < >>> stephen at networkplumber.org> wrote: >>> On Tue, 10 May 2016 19:21:41 +0800 Zhe Tao wrote:

[dpdk-dev] [PATCH v1] igu_uio: fix IOMMU domain issue

2016-07-08 Thread Thomas Monjalon
Ping, this patch is stalled. 2016-05-11 18:24, Ferruh Yigit: > On 5/11/2016 8:35 AM, Alejandro Lucero wrote: > > On Tue, May 10, 2016 at 4:59 PM, Stephen Hemminger < > > stephen at networkplumber.org> wrote: > > > >> On Tue, 10 May 2016 19:21:41 +0800 > >> Zhe Tao wrote: > >> > >>> Problem: >

[dpdk-dev] [PATCH v1] igu_uio: fix IOMMU domain issue

2016-05-11 Thread Ferruh Yigit
On 5/11/2016 8:35 AM, Alejandro Lucero wrote: > On Tue, May 10, 2016 at 4:59 PM, Stephen Hemminger < > stephen at networkplumber.org> wrote: > >> On Tue, 10 May 2016 19:21:41 +0800 >> Zhe Tao wrote: >> >>> Problem: >>> The following operations will cause the igb_uio based DPDK >>> operation

[dpdk-dev] [PATCH v1] igu_uio: fix IOMMU domain issue

2016-05-11 Thread Alejandro Lucero
On Tue, May 10, 2016 at 4:59 PM, Stephen Hemminger < stephen at networkplumber.org> wrote: > On Tue, 10 May 2016 19:21:41 +0800 > Zhe Tao wrote: > > > Problem: > > The following operations will cause the igb_uio based DPDK > > operation failed. > > --Any device assignment through the

[dpdk-dev] [PATCH v1] igu_uio: fix IOMMU domain issue

2016-05-10 Thread Zhe Tao
Problem: The following operations will cause the igb_uio based DPDK operation failed. --Any device assignment through the kvm_assign_device interface, this can be the pci-assign method in QEMU --VFIO group attachment operation(attach to the container) this can happens in vfio-pci assignment in

[dpdk-dev] [PATCH v1] igu_uio: fix IOMMU domain issue

2016-05-10 Thread Stephen Hemminger
On Tue, 10 May 2016 19:21:41 +0800 Zhe Tao wrote: > Problem: > The following operations will cause the igb_uio based DPDK > operation failed. > --Any device assignment through the kvm_assign_device interface, > this can be the pci-assign method in QEMU > --VFIO group attachment operation(attach