linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ayush Sawal <ayush.sawal@chelsio.com>
To: herbert@gondor.apana.org.au, linux-crypto@vger.kernel.org
Cc: vinay.yadav@chelsio.com, manojmalviya@chelsio.com,
	Ayush Sawal <ayush.sawal@chelsio.com>
Subject: [PATCH Crypto 0/2] Improving the performance of chelsio crypto operations
Date: Mon, 24 Feb 2020 09:12:31 +0530	[thread overview]
Message-ID: <20200224034233.12476-1-ayush.sawal@chelsio.com> (raw)

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(-)

-- 
2.25.0.114.g5b0ca87


             reply	other threads:[~2020-02-24  3:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-24  3:42 Ayush Sawal [this message]
2020-02-24  3:42 ` [PATCH Crypto 1/2] chcr: Recalculate iv only if it is needed Ayush Sawal
2020-02-24  3:42 ` [PATCH Crypto 2/2] chcr: Use multiple txq/rxq per tfm to process the requests Ayush Sawal
2020-03-06  1:48 ` [PATCH Crypto 0/2] Improving the performance of chelsio crypto operations Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200224034233.12476-1-ayush.sawal@chelsio.com \
    --to=ayush.sawal@chelsio.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=manojmalviya@chelsio.com \
    --cc=vinay.yadav@chelsio.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).