Re: [dpdk-dev] [dpdk v1] net/mlx5: fix possible building error

2020-03-02 Thread Tonghao Zhang
On Mon, Mar 2, 2020 at 5:47 PM Ali Alnubani wrote: > > > > Do you mind sharing which OS are you using, which gcc/clang version, > > whether you have MLNX_OFED or rdma-core installed, and which version? > > 1. CentOS Linux release 7.6.1810 (Core) > > 2. kernel 3.10.0-957.1.3.el7.x86_64 > > 3. OFED

Re: [dpdk-dev] [dpdk v1] net/mlx5: fix possible building error

2020-03-02 Thread Ali Alnubani
> > Do you mind sharing which OS are you using, which gcc/clang version, > whether you have MLNX_OFED or rdma-core installed, and which version? > 1. CentOS Linux release 7.6.1810 (Core) > 2. kernel 3.10.0-957.1.3.el7.x86_64 > 3. OFED 4.7-3.2.9 > 4. FW 16.26.4012 > 5. gcc (GCC) 4.8.5 20150623 (Red

Re: [dpdk-dev] [dpdk v1] net/mlx5: fix possible building error

2020-03-02 Thread Tonghao Zhang
xia.m@gmail.com > > > > Sent: Saturday, February 29, 2020 12:27 PM > > > > To: Matan Azrad ; dev@dpdk.org > > > > Cc: Tonghao Zhang ; sta...@dpdk.org > > > > Subject: [dpdk-dev] [dpdk v1] net/mlx5: fix possible building error > > > &g

Re: [dpdk-dev] [dpdk v1] net/mlx5: fix possible building error

2020-03-01 Thread Ali Alnubani
> -Original Message- > From: Tonghao Zhang > Sent: Monday, March 2, 2020 2:23 AM > To: Ali Alnubani > Cc: sta...@dpdk.org; Matan Azrad ; dev@dpdk.org > Subject: Re: [dpdk-dev] [dpdk v1] net/mlx5: fix possible building error > > On Mon, Mar 2, 2020 at 1:09

Re: [dpdk-dev] [dpdk v1] net/mlx5: fix possible building error

2020-03-01 Thread Tonghao Zhang
ao Zhang ; sta...@dpdk.org > > Subject: [dpdk-dev] [dpdk v1] net/mlx5: fix possible building error > > > > From: Tonghao Zhang > > > > When setting the CONFIG_RTE_BUILD_SHARED_LIB to y, and build the mlx5 > > pmd, there is a building error. > > To fix

Re: [dpdk-dev] [dpdk v1] net/mlx5: fix possible building error

2020-03-01 Thread Ali Alnubani
Hi Tonghao, > -Original Message- > From: dev On Behalf Of > xiangxia.m@gmail.com > Sent: Saturday, February 29, 2020 12:27 PM > To: Matan Azrad ; dev@dpdk.org > Cc: Tonghao Zhang ; sta...@dpdk.org > Subject: [dpdk-dev] [dpdk v1] net/mlx5: fix possible bui

[dpdk-dev] [dpdk v1] net/mlx5: fix possible building error

2020-02-29 Thread xiangxia . m . yue
From: Tonghao Zhang When setting the CONFIG_RTE_BUILD_SHARED_LIB to y, and build the mlx5 pmd, there is a building error. To fix it, add RTE_IBVERBS_LINK_DLOPEN to include relative codes. > mlx5_common.o: In function `mlx5_glue_init': > drivers/common/mlx5/mlx5_common.c:324: undefined reference