[dpdk-dev] [v3, PATCH 1/2] build: add option to override max ethports

Thomas Monjalon thomas at monjalon.net
Tue Feb 26 21:19:49 CET 2019


07/02/2019 16:53, Chas Williams:
> 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 at gmail.com>
> Acked-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
> --- a/meson_options.txt
> +++ b/meson_options.txt
> +option('max_ethports', type: 'string', value: '32',
> +	description: 'maximum number of Ethernet devices in EAL')

Removing (while applying) "in EAL" because it is in ethdev lib.




More information about the dev mailing list