Closed pchaigno closed 7 years ago
You are right, the binary release does not support ConnectX-3/4 drivers. They are enabled only when bess is built from source, and required dependency packages are available. I am not sure if it still is the case, but in the past the DPDK PMD drivers needed some Mellanox proprietary software that we cannot include in our build process.
Thanks for the quick answer. I haven't had much success compiling from sources. I'll try again on a clean setup.
I am not sure if it still is the case, but in the past the DPDK PMD drivers needed some Mellanox proprietary software that we cannot include in our build process.
Still the case.
BESS doesn't detect my Mellanox ConnectX-3 Pro device. I'm using the x86_64 binary from the 0.3.0 release.
The device is correctly detected by DPDK if I compile DPDK from sources with OFED (I'm already using it with OVS-DPDK). BESS also correctly detects the second device (Intel) if I switch its driver to
uio_pci_generic
. Only the Mellanox device is not detected by BESS.Could it be that something is missing for the binary release?