[dpdk-dev] [PATCH v2 09/16] Enable VFIO device binding

2014-05-27 Thread Xu, HuilongX
Add support for binding VFIO devices if RTE_PCI_DRV_NEED_IGB_UIO is set for this driver. Try VFIO first, if not mapped then try IGB_UIO too. Signed-off-by: Anatoly Burakov Test-by: HuilongX Xu huilongx.xu at intel.com Compile pass >>Compile OS: FC20 x86_64 >>Kernel version: 3.

[dpdk-dev] [PATCH v2 09/16] Enable VFIO device binding

2014-05-22 Thread Thomas Monjalon
2014-05-19 16:51, Anatoly Burakov: > Add support for binding VFIO devices if RTE_PCI_DRV_NEED_IGB_UIO > is set for this driver. Try VFIO first, if not mapped then try > IGB_UIO too. You have renamed RTE_PCI_DRV_NEED_IGB_UIO. Please update this log :) > --- a/lib/librte_eal/linuxapp/eal/eal_pci.c

[dpdk-dev] [PATCH v2 09/16] Enable VFIO device binding

2014-05-19 Thread Anatoly Burakov
Add support for binding VFIO devices if RTE_PCI_DRV_NEED_IGB_UIO is set for this driver. Try VFIO first, if not mapped then try IGB_UIO too. Signed-off-by: Anatoly Burakov --- lib/librte_eal/linuxapp/eal/eal_pci.c | 55 - 1 files changed, 54 insertions(+), 1 del