Re: [dpdk-dev] [PATCH] app/test-crypto-perf: improve dequeue logic

2019-03-27 Thread Kevin Traynor
On 27/03/2019 11:47, Akhil Goyal wrote: > In case of hardware PMDs (which may take a longer duration > for processing the packets), there may be a case when the > number of enqueued packets are more than the dequeued. > > So if the difference is more than 8 times the burst size, > more dequeue ope

Re: [dpdk-dev] [PATCH] app/test-crypto-perf: improve dequeue logic

2019-03-27 Thread Zhang, Roy Fan
al > Sent: Wednesday, March 27, 2019 11:48 AM > To: dev@dpdk.org > Cc: Doherty, Declan ; Akhil Goyal > > Subject: [dpdk-dev] [PATCH] app/test-crypto-perf: improve dequeue logic > > In case of hardware PMDs (which may take a longer duration for processing > the packets), th

[dpdk-dev] [PATCH] app/test-crypto-perf: improve dequeue logic

2019-03-27 Thread Akhil Goyal
In case of hardware PMDs (which may take a longer duration for processing the packets), there may be a case when the number of enqueued packets are more than the dequeued. So if the difference is more than 8 times the burst size, more dequeue operations should be performed otherwise all the buffer