Hi zhilong, I did not bind the device with dpdk-devbind.py. I am not sure if this is a must because I don't see it in the tutorial.
the command I have used to test other ethernet devices was ./dpdk-devbind.py -b igb_uio pcie_addr Since mlx4 does not use igb_uio as its driver, if this is a must, which driver I should take instead ? Thanks P.T 2017-07-31 20:54 GMT+08:00 zhilong zheng <[email protected]>: > Hi Paul, > > It seems that DPDK can only find the ethernet device with Mellanox. So you > can check your interfaces’ link layer protocol by running command “ > *ibstat*” to ensure that they are using ethernet, but not infiniband. > > Hope it can help you. > > Regards, > Zhilong > > 在 2017年7月31日,18:14,Paul Tsvika <[email protected]> 写道: > > Hi, > > Below is my configuration: > > AOC: Mellanox MT27500 Family [ConnectX-3] > OS: Ubuntu 16.04 > DPDK version: 17.05.1 > Pktgen: 3.3.8 > Memory: 16G > CPU: Intel(R) Xeon(R) CPU D-1557 (12C) > > I've enabled the configuration in dpdk (CONFIG_RTE_LIBRTE_MLX4_PMD=y) and > installed Mellanox OFED > > > -- P.T
