Re: [dpdk-dev] [PATCH] build: add option to override max ethports

2019-02-06 Thread Luca Boccassi
On Thu, 2019-01-31 at 09:32 +, Bruce Richardson wrote: > On Wed, Jan 30, 2019 at 09:18:58PM -0500, Chas Williams wrote: > > 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

Re: [dpdk-dev] [PATCH] build: add option to override max ethports

2019-02-04 Thread Bruce Richardson
On Thu, Jan 31, 2019 at 06:26:41PM -0500, Chas Williams wrote: > > > On 1/31/19 4:32 AM, Bruce Richardson wrote: > > On Wed, Jan 30, 2019 at 09:18:58PM -0500, Chas Williams wrote: > > > Allow users and packagers to override the default RTE_MAX_ETHPORTS. > > > This adds a new meson option, max_eth

Re: [dpdk-dev] [PATCH] build: add option to override max ethports

2019-01-31 Thread Chas Williams
On 1/31/19 4:32 AM, Bruce Richardson wrote: On Wed, Jan 30, 2019 at 09:18:58PM -0500, Chas Williams wrote: 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...@

Re: [dpdk-dev] [PATCH] build: add option to override max ethports

2019-01-31 Thread Bruce Richardson
On Wed, Jan 30, 2019 at 09:18:58PM -0500, Chas Williams wrote: > 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> Agree with the idea. Just on

[dpdk-dev] [PATCH] build: add option to override max ethports

2019-01-30 Thread 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> --- config/meson.build | 1 + config/rte_config.h | 1 - meson_options.txt | 2 ++ 3 files changed