patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Luca Boccassi <bluca@debian.org>
To: Pablo de Lara <pablo.de.lara.guarch@intel.com>, stable@dpdk.org
Subject: Re: [dpdk-stable] [PATCH] crypto/qat: fix SHA512-HMAC supported key size
Date: Thu, 02 Nov 2017 12:53:08 +0000	[thread overview]
Message-ID: <1509627188.6146.5.camel@debian.org> (raw)
In-Reply-To: <20171102095327.6678-1-pablo.de.lara.guarch@intel.com>

On Thu, 2017-11-02 at 09:53 +0000, Pablo de Lara wrote:
> This commit fixes a backported commit which introduced
> an in incorrect value for the maximum supported key size
> for SHA512-HMAC.
> 
> Fixes: c2cdabf725dc ("crypto/qat: fix HMAC supported key sizes")
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
>  drivers/crypto/qat/qat_crypto.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/crypto/qat/qat_crypto.c
> b/drivers/crypto/qat/qat_crypto.c
> index f7fcece..8b830b8 100644
> --- a/drivers/crypto/qat/qat_crypto.c
> +++ b/drivers/crypto/qat/qat_crypto.c
> @@ -162,7 +162,7 @@ static const struct rte_cryptodev_capabilities
> qat_pmd_capabilities[] = {
>  				.key_size = {
>  					.min = 1,
>  					.max = 128,
> -					.increment = 128
> +					.increment = 1
>  				},
>  				.digest_size = {
>  					.min = 64,

Applied to dpdk-stable/16.11, thanks

-- 
Kind regards,
Luca Boccassi

      reply	other threads:[~2017-11-02 12:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-02  9:53 Pablo de Lara
2017-11-02 12:53 ` Luca Boccassi [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=1509627188.6146.5.camel@debian.org \
    --to=bluca@debian.org \
    --cc=pablo.de.lara.guarch@intel.com \
    --cc=stable@dpdk.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).