Re: [dpdk-dev] [PATCH v6 0/8] Introduce CPU crypto mode

2020-02-05 Thread Akhil Goyal
> Originally both SW and HW crypto PMDs use rte_crypot_op based API to > process the crypto workload asynchronously. This way provides uniformity > to both PMD types, but also introduce unnecessary performance penalty to > SW PMDs that have to "simulate" HW async behavior (crypto-ops > enqueue/d

[dpdk-dev] [PATCH v6 0/8] Introduce CPU crypto mode

2020-02-04 Thread Marcin Smoczynski
Originally both SW and HW crypto PMDs use rte_crypot_op based API to process the crypto workload asynchronously. This way provides uniformity to both PMD types, but also introduce unnecessary performance penalty to SW PMDs that have to "simulate" HW async behavior (crypto-ops enqueue/dequeue, HW ad