DPDK patches and discussions
 help / color / mirror / Atom feed
From: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>
To: "Yigit, Ferruh" <ferruh.yigit@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: "Doherty, Declan" <declan.doherty@intel.com>
Subject: Re: [dpdk-dev] [PATCH] crypto: fix build with icc
Date: Thu, 29 Sep 2016 01:23:58 +0000	[thread overview]
Message-ID: <E115CCD9D858EF4F90C690B0DCB4D8973CA00E8B@IRSMSX108.ger.corp.intel.com> (raw)
In-Reply-To: <1eb6ff6f-f59c-e347-8f6f-8594fda6a59a@intel.com>



> -----Original Message-----
> From: Yigit, Ferruh
> Sent: Wednesday, September 28, 2016 8:59 AM
> To: De Lara Guarch, Pablo; dev@dpdk.org
> Cc: Doherty, Declan
> Subject: Re: [dpdk-dev] [PATCH] crypto: fix build with icc
> 
> 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>

Applied to dpdk-next-crypto.

Pablo

      reply	other threads:[~2016-09-29  1:24 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
2016-09-29  1:23   ` De Lara Guarch, Pablo [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=E115CCD9D858EF4F90C690B0DCB4D8973CA00E8B@IRSMSX108.ger.corp.intel.com \
    --to=pablo.de.lara.guarch@intel.com \
    --cc=declan.doherty@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@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).