Quantcast
Channel: Mellanox Interconnect Community: Message List
Viewing all articles
Browse latest Browse all 6211

Re: How to build openvswitch with dpdk for ConnectX-3 NICs?

$
0
0

CentOS 7.1.

I'm trying to follow instructions from here - Features/vhost-user-ovs-dpdk - QEMU

with the mellanox pmd tarball from http://www.mellanox.com/downloads/Drivers/MLNX_DPDK-2.1_1.1.tar.gz

 

enabling these two parameters

 

+CONFIG_RTE_BUILD_SHARED_LIB=y

+CONFIG_RTE_BUILD_COMBINE_LIBS=y

 

causes build failure like this ...

 

== Build drivers/net/mlx4
  CC mlx4.o
  LD librte_pmd_mlx4.so.1.1
  INSTALL-LIB librte_pmd_mlx4.so.1.1
MLX4: Not supported in a combined shared library
make[6]: *** [all] Error 1
make[5]: *** [mlx4] Error 2
make[4]: *** [net] Error 2
make[3]: *** [drivers] Error 2
make[2]: *** [all] Error 2
make[1]: *** [x86_64-native-linuxapp-gcc_install] Error 2
make: *** [install] Error 2

Viewing all articles
Browse latest Browse all 6211

Trending Articles