> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Wednesday, July 3, 2019 11:22 AM > To: Jerin Jacob Kollanukkaran <[email protected]> > Cc: [email protected]; Pavan Nikhilesh Bhagavatula <[email protected]> > Subject: [dpdk-dev][PATCH] app/test-eventdev: optimize producer routine > > From: Pavan Nikhilesh <[email protected]> > > When using synthetic and timer event producer reduce the calls made to > mempool library by using get_bulk() instead of get(). > > Signed-off-by: Pavan Nikhilesh <[email protected]>
Acked-by: Jerin Jacob <[email protected]> Applied to dpdk-next-eventdev/master. Thanks.

