mbox series

[Crypto,0/2] Improving the performance of chelsio crypto operations

Message ID 20200224034233.12476-1-ayush.sawal@chelsio.com (mailing list archive)
Headers show
Series Improving the performance of chelsio crypto operations | expand

Message

Ayush Sawal Feb. 24, 2020, 3:42 a.m. UTC
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(-)

Comments

Herbert Xu March 6, 2020, 1:48 a.m. UTC | #1
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.