Re: [dpdk-dev] [PATCH v2 1/2] bus/pci: add Mellanox kernel driver type

2019-05-02 Thread Thomas Monjalon
02/05/2019 09:43, Yongseok Koh: > Mellanox mlx4/5 PMD doesn't need to be detached from kernel driver and > attached to VFIO/UIO. Control path still goes through the existing kernel > drivers, which is mlx4_core/mlx5_core. The real change here is to handle RTE_PCI_DRV_IOVA_AS_VA with Mellanox kerne

[dpdk-dev] [PATCH v2 1/2] bus/pci: add Mellanox kernel driver type

2019-05-02 Thread Yongseok Koh
Mellanox mlx4/5 PMD doesn't need to be detached from kernel driver and attached to VFIO/UIO. Control path still goes through the existing kernel drivers, which is mlx4_core/mlx5_core. Cc: sta...@dpdk.org Signed-off-by: Yongseok Koh --- v2: * add RTE_KDRV_NIC_MLX drivers/bus/pci/linux/pci.c