Re: [dpdk-dev] [PATCH] usertools: fix bind failed can not regression

2019-11-26 Thread Thomas Monjalon
26/11/2019 07:49, Hui Wei: > nic bind to mlx5_core, enable sriov, nic has one pf and 8 vfs, > bind pf to vfio-pci failed, can not regress to mlx5_core I don't understand what you try to do. For info, mlx5 does not bind to VFIO, but uses a bifurcated driver model.

[dpdk-dev] [PATCH] usertools: fix bind failed can not regression

2019-11-25 Thread Hui Wei
nic bind to mlx5_core, enable sriov, nic has one pf and 8 vfs, bind pf to vfio-pci failed, can not regress to mlx5_core Signed-off-by: Wei Hui --- usertools/dpdk-devbind.py | 165 ++ 1 file changed, 94 insertions(+), 71 deletions(-) diff --git a/usertools/dpd