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 <3ch...@gmail.com> > Acked-by: Bruce Richardson <bruce.richard...@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.