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

2014-06-13 Thread Burakov, Anatoly
> This patchset adds support for using VFIO instead of IGB_UIO to map the > device BARs. > NAK, there's a small problem with FreeBSD, v6 is coming. Best regards, Anatoly Burakov DPDK SW Engineer

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

2014-06-10 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