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

2019-02-05 Thread Chas Williams
On 2/4/19 4:49 AM, Bruce Richardson wrote: On Thu, Jan 31, 2019 at 06:53:25PM -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. Actually in this v2, you have change

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

2019-02-04 Thread Bruce Richardson
On Thu, Jan 31, 2019 at 06:53:25PM -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. > Actually in this v2, you have changed it to 64 from 32. :-) Otherwise all fine