Re: [dpdk-dev] [PATCH v2] eal: make max interrupt vectors configurable

2019-03-26 Thread Bruce Richardson
On Tue, Mar 26, 2019 at 03:04:58PM +0100, Thomas Monjalon wrote: > 26/03/2019 14:21, Pavan Nikhilesh Bhagavatula: > > From: Pavan Nikhilesh > > > > Make max interrupt vectors configurable so that platforms can > > choose interrupt vector limit. > > What is the impact of setting a big value? > Ca

Re: [dpdk-dev] [PATCH v2] eal: make max interrupt vectors configurable

2019-03-26 Thread Thomas Monjalon
26/03/2019 14:21, Pavan Nikhilesh Bhagavatula: > From: Pavan Nikhilesh > > Make max interrupt vectors configurable so that platforms can > choose interrupt vector limit. What is the impact of setting a big value? Can we agree on a big enough value without introducing any config?

[dpdk-dev] [PATCH v2] eal: make max interrupt vectors configurable

2019-03-26 Thread Pavan Nikhilesh Bhagavatula
From: Pavan Nikhilesh Make max interrupt vectors configurable so that platforms can choose interrupt vector limit. Signed-off-by: Pavan Nikhilesh --- v2 Changes: - Add defaults for meson build. (Jerin Jacob) config/common_base | 1 + config/meson.build