All of lore.kernel.org
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Gary R Hook <gary.hook@amd.com>
Cc: linux-crypto@vger.kernel.org, thomas.lendacky@amd.com,
	davem@davemloft.net
Subject: Re: [PATCH 0/2] Change CCP ISR handler model
Date: Mon, 24 Apr 2017 18:22:19 +0800	[thread overview]
Message-ID: <20170424102219.GC20943@gondor.apana.org.au> (raw)
In-Reply-To: <20170421151225.11643.91749.stgit@taos.amd.com>

On Fri, Apr 21, 2017 at 10:49:56AM -0500, Gary R Hook wrote:
> he CCP has the ability to perform several operations
> simultaneously, but only one interrupt. The current design
> exposes a window when using MSI/MSI-X interrupts wherein
> state can change but no interrupt is generated; this can
> lead to a hang in the engine.  Switch to a tasklet backend
> which allows serializing state changes, handles processing
> of the interrupts, and avoids the loss of task completion
> status.
> 
> ---
> 
> Gary R Hook (2):
>       crypto: ccp - Change ISR handler method for a v3 CCP
>       crypto: ccp - Change ISR handler method for a v5 CCP

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

      parent reply	other threads:[~2017-04-24 10:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-21 15:49 [PATCH 0/2] Change CCP ISR handler model Gary R Hook
2017-04-21 15:50 ` [PATCH 1/2] crypto: ccp - Change ISR handler method for a v3 CCP Gary R Hook
2017-04-21 15:50 ` [PATCH 2/2] crypto: ccp - Change ISR handler method for a v5 CCP Gary R Hook
2017-04-24 10:22 ` Herbert Xu [this message]

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=20170424102219.GC20943@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=davem@davemloft.net \
    --cc=gary.hook@amd.com \
    --cc=linux-crypto@vger.kernel.org \
    --cc=thomas.lendacky@amd.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.