DPDK patches and discussions
 help / color / mirror / Atom feed
From: Sotiris Salloumis <sotiris.salloumis@ericsson.com>
To: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] Dpdk 2.0.0 error with Suse Linux Enterprise 12
Date: Wed, 15 Jul 2015 15:28:50 +0000	[thread overview]
Message-ID: <92E2D0EFD47ECE498537B698D4EF0B120F7BB5B9@ESESSMB101.ericsson.se> (raw)
In-Reply-To: <E115CCD9D858EF4F90C690B0DCB4D897272D7C7A@IRSMSX108.ger.corp.intel.com>

Hi Pablo, 

I did the modifications manually on the dpdk 2.0.0 (http://dpdk.org/browse/dpdk/snapshot/dpdk-2.0.0.tar.gz) as per your email. 

DPDK build was complete successfully.

I will perform tests on my test app tomorrow and in case of issues will use this thread.

Thanks for the support appreciate your help.

Regards
Sotiris Salloumis

-----Original Message-----
From: De Lara Guarch, Pablo [mailto:pablo.de.lara.guarch@intel.com] 
Sent: Wednesday, July 15, 2015 5:15 PM
To: Sotiris Salloumis; dev@dpdk.org
Subject: RE: Dpdk 2.0.0 error with Suse Linux Enterprise 12

Hi Sotiris,

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Sotiris Salloumis
> Sent: Wednesday, July 15, 2015 2:15 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] Dpdk 2.0.0 error with Suse Linux Enterprise 12
> 
> Dear all,
> 
> I’m trying to build dpdk with Suse 12 but I receive the following error:
> 
> from /home/Downloads/dpdk-
> 2.0.0/lib/librte_eal/linuxapp/kni/ethtool/igb/e1000_api.h:31,
> from /home/Downloads/dpdk-2.0.0/x86_64-native-linuxapp-
> gcc/build/lib/librte_eal/linuxapp/kni/e1000_82575.c:38:
> /usr/src/linux-3.12.28-4/include/linux/skbuff.h:749:1: note: previous 
> definition of ‘skb_set_hash’ was here skb_set_hash(struct sk_buff 
> *skb, __u32 hash, enum pkt_hash_types type) ^
> /usr/src/linux-3.12.28-4/scripts/Makefile.build:324: recipe for target
> '/home/Downloads/dpdk-2.0.0/x86_64-native-linuxapp-
> gcc/build/lib/librte_eal/linuxapp/kni/e1000_82575.o' failed
> make[11]: *** [/home/Downloads/dpdk-2.0.0/x86_64-native-linuxapp-
> gcc/build/lib/librte_eal/linuxapp/kni/e1000_82575.o] Error 1
> /usr/src/linux-3.12.28-4/Makefile:1287: recipe for target
> '_module_/home/Downloads/dpdk-2.0.0/x86_64-native-linuxapp-
> gcc/build/lib/librte_eal/linuxapp/kni' failed
> make[10]: *** [_module_/home/Downloads/dpdk-2.0.0/x86_64-native-
> linuxapp-gcc/build/lib/librte_eal/linuxapp/kni] Error 2
> Makefile:195: recipe for target 'sub-make' failed
> make[9]: *** [sub-make] Error 2
> Makefile:26: recipe for target 'all' failed
> make[8]: *** [all] Error 2
> /home/Downloads/dpdk-2.0.0/mk/rte.module.mk:79: recipe for target 
> 'rte_kni.ko' failed
> make[7]: *** [rte_kni.ko] Error 2
> /home/Downloads/dpdk-2.0.0/mk/rte.subdir.mk:61: recipe for target 'kni'
> failed
> make[6]: *** [kni] Error 2
> /home/Downloads/dpdk-2.0.0/mk/rte.subdir.mk:61: recipe for target 
> 'linuxapp' failed
> make[5]: *** [linuxapp] Error 2
> /home/Downloads/dpdk-2.0.0/mk/rte.subdir.mk:61: recipe for target 
> 'librte_eal' failed
> make[4]: *** [librte_eal] Error 2
> /home/Downloads/dpdk-2.0.0/mk/rte.sdkbuild.mk:93: recipe for target 'lib'
> failed
> make[3]: *** [lib] Error 2
> /home/Downloads/dpdk-2.0.0/mk/rte.sdkroot.mk:124: recipe for target 'all'
> failed
> make[2]: *** [all] Error 2
> /home/Downloads/dpdk-2.0.0/mk/rte.sdkinstall.mk:58: recipe for target 
> 'x86_64-native-linuxapp-gcc_install' failed
> make[1]: *** [x86_64-native-linuxapp-gcc_install] Error 2
> /home/Downloads/dpdk-2.0.0/mk/rte.sdkroot.mk:102: recipe for target 
> 'install' failed
> make: *** [install] Error 2
> 
> Any help is much appreciated

I just sent a patch in the mailing list to fix the issue. Can you check if it works for you?
You may need to get the latest code from the git repository, as it may only apply correctly there and not for dpdk 2.0.

Thanks,
Pablo
> 
> Regards
> Sotiris

      reply	other threads:[~2015-07-15 15:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-15 13:14 Sotiris Salloumis
2015-07-15 15:15 ` De Lara Guarch, Pablo
2015-07-15 15:28   ` Sotiris Salloumis [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=92E2D0EFD47ECE498537B698D4EF0B120F7BB5B9@ESESSMB101.ericsson.se \
    --to=sotiris.salloumis@ericsson.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).