Re: [dpdk-dev] [PATCH v2] app/eventdev: add option to enable per port pool

2021-07-01 Thread Jerin Jacob
On Thu, Jul 1, 2021 at 11:38 AM wrote: > > From: Pavan Nikhilesh > > Add option to configure unique mempool for each ethernet device > port. Can be used with `pipeline_atq` and `pipeline_queue` tests. > > Signed-off-by: Pavan Nikhilesh Acked-by: Jerin Jacob Series applied to dpdk-next-net-eve

[dpdk-dev] [PATCH v2] app/eventdev: add option to enable per port pool

2021-06-30 Thread pbhagavatula
From: Pavan Nikhilesh Add option to configure unique mempool for each ethernet device port. Can be used with `pipeline_atq` and `pipeline_queue` tests. Signed-off-by: Pavan Nikhilesh --- v2 Changes: - Fix compilation. - Rebase on next-event. app/test-eventdev/evt_common.h | 1 +