Message ID | 20200224034233.12476-1-ayush.sawal@chelsio.com (mailing list archive) |
---|---|
Headers | show |
Series | Improving the performance of chelsio crypto operations | expand |
On Mon, Feb 24, 2020 at 09:12:31AM +0530, Ayush Sawal wrote: > patch 1: Recalculate iv only if it is needed for aes-xts. > patch 2: Use multiple txq/rxq per tfm to process the requests. > > Ayush Sawal (2): > chcr: Recalculate iv only if it is needed > chcr: Use multiple txq/rxq per tfm to process the requests > > drivers/crypto/chelsio/chcr_algo.c | 337 +++++++++++++++++---------- > drivers/crypto/chelsio/chcr_core.h | 1 - > drivers/crypto/chelsio/chcr_crypto.h | 15 +- > 3 files changed, 227 insertions(+), 126 deletions(-) All applied. Thanks.