build: add option to override max ethdev ports
authorChas Williams <3chas3@gmail.com>
Thu, 7 Feb 2019 15:53:17 +0000 (10:53 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 26 Feb 2019 20:21:27 +0000 (21:21 +0100)
commitd5555fc900a9e95c5ca5bd0773c2720270e49d86
treeb86797e464d7421aa77129016533ccda4bb97722
parentd23e141ffa52e3ae13a5fd1c1cfb88f40cbd06f3
build: add option to override max ethdev ports

Allow users and packagers to override the default RTE_MAX_ETHPORTS.
This adds a new meson option, max_ethports which defaults to the
current value.

Signed-off-by: Chas Williams <3chas3@gmail.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
config/meson.build
config/rte_config.h
meson_options.txt