Re: [dpdk-dev] [PATCH 00/10] security: add software synchronous crypto process

2019-09-09 Thread Aaron Conole
Fan Zhang writes: > This RFC patch adds a way to rte_security to process symmetric crypto > workload in bulk synchronously for SW crypto devices. > > Originally both SW and HW crypto PMDs works under rte_cryptodev to > process the crypto workload asynchronously. This way provides uniformity > to

[dpdk-dev] [PATCH 00/10] security: add software synchronous crypto process

2019-09-06 Thread Fan Zhang
This RFC patch adds a way to rte_security to process symmetric crypto workload in bulk synchronously for SW crypto devices. Originally both SW and HW crypto PMDs works under rte_cryptodev to process the crypto workload asynchronously. This way provides uniformity to both PMD types but also introdu