DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Bruce Richardson <bruce.richardson@intel.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] cxgbe: fix compilation using icc
Date: Wed, 01 Jul 2015 23:11:47 +0200	[thread overview]
Message-ID: <1495970.aR90hZ0ccm@xps13> (raw)
In-Reply-To: <1435763497-7264-1-git-send-email-bruce.richardson@intel.com>

2015-07-01 16:11, Bruce Richardson:
> When compiling the cxgbe driver with icc, multiple errors about using
> enums as integers appear across a number of files, including in the base
> code and in the DPDK-specific driver code.
> 
> .../drivers/net/cxgbe/cxgbe_main.c(386): error #188: enumerated type mixed
> with another type
>                         t4_get_port_type_description(pi->port_type));
>                                                      ^
> For the errors in the base driver code we use the CFLAGS_BASE_DRIVER 
> approach used by other drivers to disable warnings.
> 
> For errors in the DPDK-specific code, typecasts are used to fix the
> errors in the code itself.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>

Applied, thanks

      reply	other threads:[~2015-07-01 21:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-01 15:11 Bruce Richardson
2015-07-01 21:11 ` Thomas Monjalon [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=1495970.aR90hZ0ccm@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@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).