numam-dpdk/drivers/net/mlx4
Nelio Laranjeiro 1dd7c7e38c net/mlx4: support meson build
Compile Mellanox driver when their external dependencies are met.  A
glue version of the driver can still be requested by using the
-Denable_driver_mlx_glue=true

Meson will try to find the required external libraries.  When they are
not installed system wide, they can be provided though CFLAGS, LDFLAGS
and LD_LIBRARY_PATH environment variables, example (considering
RDMA-Core is installed in /tmp/rdma-core):

 # CLFAGS=-I/tmp/rdma-core/build/include \
   LDFLAGS=-L/tmp/rdma-core/build/lib \
   LD_LIBRARY_PATH=/tmp/rdma-core/build/lib \
   meson output
 # LD_LIBRARY_PATH=/tmp/rdma-core/build/lib \
   ninja -C output install

Note: LD_LIBRARY_PATH before ninja is necessary when the meson
configuration has changed (e.g. meson configure has been called), in
such situation the LD_LIBRARY_PATH is necessary to invoke the
autoconfiguration script.

Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2018-09-28 01:41:01 +02:00
..
Makefile net/mlx4: avoid stripping the glue library 2018-08-02 12:34:17 +02:00
meson.build net/mlx4: support meson build 2018-09-28 01:41:01 +02:00
mlx4_ethdev.c net/mlx4: refactor RSS conversion functions 2018-05-23 00:35:01 +02:00
mlx4_flow.c net/mlx4: refactor RSS conversion functions 2018-05-23 00:35:01 +02:00
mlx4_flow.h net/mlx4: refactor RSS conversion functions 2018-05-23 00:35:01 +02:00
mlx4_glue.c align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
mlx4_glue.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
mlx4_intr.c align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
mlx4_mr.c net/mlx4: add new memory region support 2018-05-14 22:31:52 +01:00
mlx4_mr.h net/mlx4: add new memory region support 2018-05-14 22:31:52 +01:00
mlx4_prm.h net/mlx4: support hardware TSO 2018-07-10 14:02:57 +02:00
mlx4_rxq.c ethdev: make default behavior CRC strip on Rx 2018-09-14 20:08:41 +02:00
mlx4_rxtx.c net/mlx4: support hardware TSO 2018-07-10 14:02:57 +02:00
mlx4_rxtx.h net/mlx4: support hardware TSO 2018-07-10 14:02:57 +02:00
mlx4_txq.c net/mlx4: support hardware TSO 2018-07-10 14:02:57 +02:00
mlx4_utils.c align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
mlx4_utils.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
mlx4.c net/mlx4: check RSS queues number limitation 2018-08-02 12:34:16 +02:00
mlx4.h net/mlx4: check RSS queues number limitation 2018-08-02 12:34:16 +02:00
rte_pmd_mlx4_version.map mlx4: move to drivers/net/ 2015-05-22 16:06:22 +02:00