Re: [dpdk-dev] [PATCH] devtools: rename build dependency of mlx drivers

2017-11-07 Thread Thomas Monjalon
11/10/2017 16:39, Nélio Laranjeiro: > On Wed, Oct 11, 2017 at 03:28:58PM +0200, Thomas Monjalon wrote: > > The Mellanox drivers were requiring MOFED at compilation time. > > It is now possible to use the upstream rdma-core package. > > So the dependency option is renamed in the build tool. > > > >

Re: [dpdk-dev] [PATCH] devtools: rename build dependency of mlx drivers

2017-10-11 Thread Nélio Laranjeiro
On Wed, Oct 11, 2017 at 03:28:58PM +0200, Thomas Monjalon wrote: > The Mellanox drivers were requiring MOFED at compilation time. > It is now possible to use the upstream rdma-core package. > So the dependency option is renamed in the build tool. > > Fixes: 43e9d9794cde ("net/mlx5: support upstrea

[dpdk-dev] [PATCH] devtools: rename build dependency of mlx drivers

2017-10-11 Thread Thomas Monjalon
The Mellanox drivers were requiring MOFED at compilation time. It is now possible to use the upstream rdma-core package. So the dependency option is renamed in the build tool. Fixes: 43e9d9794cde ("net/mlx5: support upstream rdma-core") Signed-off-by: Thomas Monjalon --- devtools/test-build.sh