DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Pablo de Lara <pablo.de.lara.guarch@intel.com>, dev@dpdk.org
Cc: declan.doherty@intel.com
Subject: Re: [dpdk-dev] [PATCH] crypto: fix build with icc
Date: Wed, 28 Sep 2016 16:58:34 +0100	[thread overview]
Message-ID: <1eb6ff6f-f59c-e347-8f6f-8594fda6a59a@intel.com> (raw)
In-Reply-To: <1475022687-215148-1-git-send-email-pablo.de.lara.guarch@intel.com>

On 9/28/2016 1:31 AM, Pablo de Lara wrote:
> This commit fixes a compilation error on icc,
> due to unallowed conversion from int to enum:
> 
> drivers/crypto/snow3g/rte_snow3g_pmd.c(155):
>     error #188: enumerated type mixed with another type
>         sess->op = mode;
>                  ^
> drivers/crypto/kasumi/rte_kasumi_pmd.c(155):
>     error #188: enumerated type mixed with another type
>         sess->op = mode;
>                  ^
> 
> Fixes: 3aafc423cf4d ("snow3g: add driver for SNOW 3G library")
> Fixes: 2773c86d061a ("crypto/kasumi: add driver for KASUMI library")
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

  reply	other threads:[~2016-09-28 15:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-28  0:31 Pablo de Lara
2016-09-28 15:58 ` Ferruh Yigit [this message]
2016-09-29  1:23   ` De Lara Guarch, Pablo

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=1eb6ff6f-f59c-e347-8f6f-8594fda6a59a@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=declan.doherty@intel.com \
    --cc=dev@dpdk.org \
    --cc=pablo.de.lara.guarch@intel.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).