Re: [dpdk-dev] [PATCH v3] net/mlx: add meson build support

2018-08-31 Thread Nélio Laranjeiro
On Thu, Aug 30, 2018 at 03:46:17PM +0100, Bruce Richardson wrote: > On Wed, Aug 29, 2018 at 03:48:17PM +0200, Nelio Laranjeiro wrote: > > Compile Mellanox drivers when their external dependencies are met. A > > glue version of the driver can still be requested by using the > > -Denable_driver_mlx_

Re: [dpdk-dev] [PATCH v3] net/mlx: add meson build support

2018-08-30 Thread Bruce Richardson
On Wed, Aug 29, 2018 at 03:48:17PM +0200, Nelio Laranjeiro wrote: > Compile Mellanox drivers when their external dependencies are met. A > glue version of the driver can still be requested by using the > -Denable_driver_mlx_glue=true > > To avoid modifying the whole sources and keep the compatibi

[dpdk-dev] [PATCH v3] net/mlx: add meson build support

2018-08-29 Thread Nelio Laranjeiro
Compile Mellanox drivers when their external dependencies are met. A glue version of the driver can still be requested by using the -Denable_driver_mlx_glue=true To avoid modifying the whole sources and keep the compatibility with current build systems (e.g. make), the mlx{4,5}_autoconf.h is stil