Re: [vpp-dev] Issue in VPP v21.06 compilation

2021-07-01 Thread Chinmaya Aggarwal
We are using Centos 8.4.2105 and gcc version 8.4.1. Also, we have downloaded and installed mellanox driver from below link : - https://www.mellanox.com/products/infiniband-drivers/linux/mlnx_ofed Driver Version : 5.3-1.0.0.1 Thanks and Regards, Chinmaya Agarwal. -=-=-=-=-=-=-=-=-=-=-=- Links: Y

Re: [vpp-dev] Issue in VPP v21.06 compilation

2021-07-01 Thread Benoit Ganne (bganne) via lists.fd.io
al > Sent: jeudi 1 juillet 2021 09:56 > To: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] Issue in VPP v21.06 compilation > > Hi, > > We were able to find a workaround for NASM installation issue. We deleted > nasm-2.14.02.tar.xz from /opt/vpp/build/external/downloads/ and

Re: [vpp-dev] Issue in VPP v21.06 compilation

2021-07-01 Thread Chinmaya Aggarwal
Hi, We were able to find a workaround for NASM installation issue. We deleted nasm-2.14.02.tar.xz from /opt/vpp/build/external/downloads/ and executed "make install-ext-deps"  again. But, this time we see another issue : - [722/1977] Generating rte_bus_vdev_def with a custom command [723/1977]

[vpp-dev] Issue in VPP v21.06 compilation

2021-06-30 Thread Chinmaya Aggarwal
Hi, We are trying to compile VPP v21.06 from stable/2106 branch with MLX5 support. We enabled MLX5 support in vpp by doing below changes : - vi build/external/packages/dpdk.mk DPDK_MLX5_PMD                ?= y DPDK_MLX5_COMMON_PMD         ?= y We then executed # make install-dep This execute