RE: [EXT] [PATCH 1/8] app/test-crypto-perf: improve dequeue logic

2022-05-16 Thread Gagandeep Singh
Hi, > -Original Message- > From: Anoob Joseph > Sent: Monday, May 16, 2022 12:57 PM > To: Gagandeep Singh > Cc: Akhil Goyal ; dev@dpdk.org; Hemant Agrawal > > Subject: RE: [EXT] [PATCH 1/8] app/test-crypto-perf: improve dequeue logic > > Hi Gagand

RE: [EXT] [PATCH 1/8] app/test-crypto-perf: improve dequeue logic

2022-05-16 Thread Anoob Joseph
Hi Gagandeep, Please see inline. Thanks, Anoob > -Original Message- > From: Gagandeep Singh > Sent: Monday, May 16, 2022 12:44 PM > To: Akhil Goyal ; dev@dpdk.org; Hemant Agrawal > > Cc: Anoob Joseph > Subject: RE: [EXT] [PATCH 1/8] app/test-crypto-perf: improve

RE: [EXT] [PATCH 1/8] app/test-crypto-perf: improve dequeue logic

2022-05-16 Thread Gagandeep Singh
Hi > -Original Message- > From: Akhil Goyal > Sent: Friday, May 13, 2022 3:17 PM > To: Gagandeep Singh ; dev@dpdk.org; Hemant Agrawal > > Cc: Anoob Joseph > Subject: RE: [EXT] [PATCH 1/8] app/test-crypto-perf: improve dequeue logic > > Hi Gagan, > > I

RE: [EXT] [PATCH 1/8] app/test-crypto-perf: improve dequeue logic

2022-05-13 Thread Akhil Goyal
Hi Gagan, > Issue more dequeue commands if the gap between enqueued > and dequeued packets is more than burst size *8 > > Signed-off-by: Gagandeep Singh > --- Why is this change required? What gain are we getting? I see a performance drop due to this patch. > app/test-crypto-perf/cperf_test_thr

[PATCH 1/8] app/test-crypto-perf: improve dequeue logic

2022-04-24 Thread Gagandeep Singh
Issue more dequeue commands if the gap between enqueued and dequeued packets is more than burst size *8 Signed-off-by: Gagandeep Singh --- app/test-crypto-perf/cperf_test_throughput.c | 42 +++- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/app/test-crypto-perf/