Re: [dpdk-dev] [PATCH] app/eventdev: configure optimum event timers per timer adapter

2019-03-08 Thread Jerin Jacob Kollanukkaran
On Thu, 2019-02-28 at 18:48 +, Pavan Nikhilesh Bhagavatula wrote: > From: Pavan Nikhilesh > > Previously, the total number of event timers per adapter was set to > an > arbitrary value, set it to mempool size instead as it defines the max > event timers that can be armed. > > Signed-off-by:

[dpdk-dev] [PATCH] app/eventdev: configure optimum event timers per timer adapter

2019-02-28 Thread Pavan Nikhilesh Bhagavatula
From: Pavan Nikhilesh Previously, the total number of event timers per adapter was set to an arbitrary value, set it to mempool size instead as it defines the max event timers that can be armed. Signed-off-by: Pavan Nikhilesh --- app/test-eventdev/test_perf_common.c | 2 +- 1 file changed, 1 i