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)
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>

No differences found