[dpdk-dev] [PATCH v6 00/20] Add VFIO support to DPDK

2014-06-16 Thread Thomas Monjalon
2014-06-16 09:28, Burakov, Anatoly: > 2014-06-16 11:08, Thomas Monjalon: > > The signed-off-by line disappeared from v6 patches. > > I assume to be > > Signed-off-by: Anatoly Burakov > > Please confirm. > > Yes, sorry about that, was having a rather long day :-( > Both VFIO and tailq patc

[dpdk-dev] [PATCH v6 00/20] Add VFIO support to DPDK

2014-06-16 Thread Thomas Monjalon
Hi Anatoly, The signed-off-by line disappeared from v6 patches. I assume to be Signed-off-by: Anatoly Burakov Please confirm. -- Thomas

[dpdk-dev] [PATCH v6 00/20] Add VFIO support to DPDK

2014-06-16 Thread Burakov, Anatoly
Hi Thomas, > The signed-off-by line disappeared from v6 patches. > I assume to be > Signed-off-by: Anatoly Burakov Please > confirm. Yes, sorry about that, was having a rather long day :-( Both VFIO and tailq patches assume signoff. Best regards, Anatoly Burakov DPDK SW Engineer

[dpdk-dev] [PATCH v6 00/20] Add VFIO support to DPDK

2014-06-13 Thread Anatoly Burakov
This patchset adds support for using VFIO instead of IGB_UIO to map the device BARs. VFIO is a kernel 3.6+ driver allowing secure DMA from userspace by means of using IOMMU instead of working directly with physical memory like igb_uio does. Short summary: * Adding support for VFIO in EAL PCI code