Re: [dpdk-dev] [PATCH] app/crypto-perf: add minimise-offload-cost flag

2017-07-12 Thread Trahe, Fiona
> -Original Message- > From: Trahe, Fiona > Sent: Tuesday, May 9, 2017 5:14 PM > To: dev@dpdk.org; Mrozowicz, SlawomirX > Cc: Doherty, Declan ; Griffin, John > ; De Lara Guarch, > Pablo ; Trahe, Fiona > Subject: [PATCH] app/crypto-perf: add minimise-offload-cost flag > > The throughpu

Re: [dpdk-dev] [PATCH] app/crypto-perf: add minimise-offload-cost flag

2017-05-11 Thread Kusztal, ArkadiuszX
ect: [dpdk-dev] [PATCH] app/crypto-perf: add minimise-offload-cost flag > > The throughput test enqueues and dequeues bursts of operations > to the device. For software devices the full burst size will > usually be successfully en/dequeued, on hardware devices > however the CPU can c

[dpdk-dev] [PATCH] app/crypto-perf: add minimise-offload-cost flag

2017-05-09 Thread Fiona Trahe
The throughput test enqueues and dequeues bursts of operations to the device. For software devices the full burst size will usually be successfully en/dequeued, on hardware devices however the CPU can call the API more frequently than necessary, as it has nothing else to do. Minimum offload cost is