virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
From: Corentin Labbe <clabbe.montjoie@gmail.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: alexandre.torgue@st.com, mst@redhat.com,
	linux-kernel@vger.kernel.org, fabien.dessenne@st.com,
	virtualization@lists.linux-foundation.org,
	linux-crypto@vger.kernel.org, mcoquelin.stm32@gmail.com,
	davem@davemloft.net, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH RFC 1/4] crypto: engine - Permit to enqueue all async requests
Date: Fri, 22 Dec 2017 10:34:18 +0100	[thread overview]
Message-ID: <20171222093418.GB3024@Red> (raw)
In-Reply-To: <20171222090603.GB32542@gondor.apana.org.au>

On Fri, Dec 22, 2017 at 08:06:03PM +1100, Herbert Xu wrote:
> On Fri, Dec 22, 2017 at 09:41:48AM +0100, Corentin Labbe wrote:
> >
> > It's you that was suggesting using crypto_async_request:
> > https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1474434.html
> > "The only wart with this scheme is that the drivers end up seeing
> > struct crypto_async_request and will need to convert that to the
> > respective request types but I couldn't really find a better way."
> > 
> > So I wait for any suggestion.
> 
> The core engine code obviously will use the base type but it should
> not be exposed to the driver authors.  IOW all exposed API should
> take the final types such as aead_request before casting it.
> 

For driver->engine calls(crypto_finalize_request/crypto_transfer_request_to_engine) it's easy.

But I do not see how to do it for crypto_engine_op appart re-introducing the big if/then/else that
you didnt want.
Or do you agree to set the request parameter for crypto_engine_op(prepare_request/unprepare_request/do_one_request) to void * ?

Regards

  reply	other threads:[~2017-12-22  9:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20171129084121.9385-1-clabbe.montjoie@gmail.com>
2017-11-29  8:41 ` [PATCH RFC 1/4] crypto: engine - Permit to enqueue all async requests Corentin Labbe
2017-11-29  8:41 ` [PATCH RFC 2/4] crypto: omap: convert to new crypto engine API Corentin Labbe
2017-11-29  8:41 ` [PATCH RFC 3/4] crypto: virtio: " Corentin Labbe
2017-11-29  8:41 ` [PATCH RFC 4/4] crypto: stm32: convert to the " Corentin Labbe
2017-12-06 10:59 ` [PATCH RFC 0/4] crypto: engine - Permit to enqueue all async requests Fabien DESSENNE
     [not found] ` <20171129084121.9385-2-clabbe.montjoie@gmail.com>
2017-12-06 11:02   ` [PATCH RFC 1/4] " Fabien DESSENNE
     [not found]   ` <091ff463-9958-7f96-7ebb-87b36d63cce4@st.com>
2017-12-07  9:24     ` Corentin Labbe
2017-12-22  6:57   ` Herbert Xu
     [not found]   ` <20171222065724.GA27149@gondor.apana.org.au>
2017-12-22  8:41     ` Corentin Labbe
     [not found]     ` <20171222084148.GA3024@Red>
2017-12-22  9:06       ` Herbert Xu
2017-12-22  9:34         ` Corentin Labbe [this message]
     [not found] ` <20171129084121.9385-5-clabbe.montjoie@gmail.com>
2017-12-06 11:03   ` [PATCH RFC 4/4] crypto: stm32: convert to the new crypto engine API Fabien DESSENNE
     [not found] ` <4d58a1fc-8577-3fdb-ae6b-e1fade7c6582@st.com>
2017-12-07  9:37   ` [PATCH RFC 0/4] crypto: engine - Permit to enqueue all async requests Corentin Labbe

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=20171222093418.GB3024@Red \
    --to=clabbe.montjoie@gmail.com \
    --cc=alexandre.torgue@st.com \
    --cc=davem@davemloft.net \
    --cc=fabien.dessenne@st.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=mst@redhat.com \
    --cc=virtualization@lists.linux-foundation.org \
    /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).