Re: [dpdk-dev] [PATCH] app/testpmd: use mempool bulk get for txonly mode

2019-02-28 Thread Andrew Rybchenko
On 2/28/19 10:42 PM, Pavan Nikhilesh Bhagavatula wrote: From: Pavan Nikhilesh Use mempool bulk get ops to alloc burst of packets and process them instead of calling pktalloc for every packet. Signed-off-by: Pavan Nikhilesh --- app/test-pmd/txonly.c | 139 +---

[dpdk-dev] [PATCH] app/testpmd: use mempool bulk get for txonly mode

2019-02-28 Thread Pavan Nikhilesh Bhagavatula
From: Pavan Nikhilesh Use mempool bulk get ops to alloc burst of packets and process them instead of calling pktalloc for every packet. Signed-off-by: Pavan Nikhilesh --- app/test-pmd/txonly.c | 139 +- 1 file changed, 71 insertions(+), 68 deletions(-)