DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Can't compile master branch with icc
@ 2015-05-18  6:08 Tetsuya Mukawa
  2015-05-18  6:22 ` Zhang, Helin
  0 siblings, 1 reply; 2+ messages in thread
From: Tetsuya Mukawa @ 2015-05-18  6:08 UTC (permalink / raw)
  To: helin.zhang; +Cc: dev

Hi Helin,

It seems master branch cannot be compiled with icc like below.

$ T=x86_64-native-linuxapp-icc make install

...snip....

dpdk/lib/librte_pmd_i40e/i40e/i40e_nvm.c(1022): error #188: enumerated
type mixed with another type
                  hw->aq.asq_last_status = old_asq_status;


As a result of bisecting, below patch may cause the issue.
3b7271f i40e/base: catch NVM write semaphore timeout and retry

Could you please check it?

Regards,
Tetsuya

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] Can't compile master branch with icc
  2015-05-18  6:08 [dpdk-dev] Can't compile master branch with icc Tetsuya Mukawa
@ 2015-05-18  6:22 ` Zhang, Helin
  0 siblings, 0 replies; 2+ messages in thread
From: Zhang, Helin @ 2015-05-18  6:22 UTC (permalink / raw)
  To: Tetsuya Mukawa; +Cc: dev

Thank you very much for the good catch on ICC! Please try gcc for now. Sorry for any inconvenience!
I will send out the patch soon.

Regards,
Helin

> -----Original Message-----
> From: Tetsuya Mukawa [mailto:mukawa@igel.co.jp]
> Sent: Monday, May 18, 2015 2:09 PM
> To: Zhang, Helin
> Cc: dev@dpdk.org
> Subject: Can't compile master branch with icc
> 
> Hi Helin,
> 
> It seems master branch cannot be compiled with icc like below.
> 
> $ T=x86_64-native-linuxapp-icc make install
> 
> ...snip....
> 
> dpdk/lib/librte_pmd_i40e/i40e/i40e_nvm.c(1022): error #188:
> enumerated type mixed with another type
>                   hw->aq.asq_last_status = old_asq_status;
> 
> 
> As a result of bisecting, below patch may cause the issue.
> 3b7271f i40e/base: catch NVM write semaphore timeout and retry
> 
> Could you please check it?
> 
> Regards,
> Tetsuya

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-18  6:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-18  6:08 [dpdk-dev] Can't compile master branch with icc Tetsuya Mukawa
2015-05-18  6:22 ` Zhang, Helin

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).