Re: [dpdk-dev] seeing a problem dpdk startup

2019-11-28 Thread Hui Wei
ted at all under this situation ? > >Thanks, >Regards, >Venu > >On Thu, 28 Nov 2019 at 13:15, Hui Wei wrote: > >> >> >We are seeing following error, no device is detected >> >== >> >EAL: Detected 8 lcore(s) >> >EAL: Detecte

Re: [dpdk-dev] seeing a problem dpdk startup

2019-11-27 Thread Hui Wei
>We are seeing following error, no device is detected >== >EAL: Detected 8 lcore(s) >EAL: Detected 2 NUMA nodes >EAL: Multi-process socket /var/run/dpdk/rte/mp_socket >EAL: No free hugepages reported in hugepages-1048576kB >EAL: Probing VFIO support... >EAL: VFIO support initialized >E

[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