From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 7433F5930 for ; Thu, 24 Jul 2014 10:14:43 +0200 (CEST) Received: by mail-wi0-f175.google.com with SMTP id ho1so9052779wib.2 for ; Thu, 24 Jul 2014 01:16:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=ZTLigro3qMLNLcnXO8IwvI9jeguJiieOV7ipYpAVtao=; b=CYExh6X023Bnzz2empMdXowCmyqDdkLVlL9L0uFbo7+z5ljwPy2nmlBSkNjln2crIp EdPw7o7VLsjOc1q5+ye0k+FRMJqQap+dxgTGkNR4q2V22iV8a99ExjgKMElbFb8t5vBL NmBJrgdEklknzjBB2q9BghiOqIOhim4K/N4soF+ihEfef+DurvGt2HZtSWYRWY3co2w4 dPRNcLaGWlxvfX8DbIpn9Fe7tLkDgj1CRV8nQzd+5e1W5vv/oAviCyfInOSUNXCxiCXf 0ap5lJo/MZ1Gekq6VSYSU/UA0VhKwcTOSrZEaTSpwNppnY9P1NNWsv7D5p0TrguWYV6g dPyA== MIME-Version: 1.0 X-Received: by 10.180.106.66 with SMTP id gs2mr10789562wib.5.1406189770652; Thu, 24 Jul 2014 01:16:10 -0700 (PDT) Sender: lukego@gmail.com Received: by 10.194.62.83 with HTTP; Thu, 24 Jul 2014 01:16:10 -0700 (PDT) Date: Thu, 24 Jul 2014 10:16:10 +0200 X-Google-Sender-Auth: WMlk4N1GisAAOaOLHoMwYMMcSEg Message-ID: From: Luke Gorrie To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "Putteneers, SvenX" Subject: [dpdk-dev] Pktgen-DPDK compile error on Ubuntu 14.04 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2014 08:14:43 -0000 Howdy! I am having trouble building Pktgen-DPDK from Github on Ubuntu 14.04. Is this supported? If so, would anybody tell me how to get the build working? I have tried to be faithful to the instructions in README.md and I have tested with both master and the latest release tag (pktgen-2.7.1). The compiler output is pasted below and also in this Gist: https://gist.github.com/lukego/bc8f7ef97ad0110c60e1 Any ideas appreciated :). CC [M] /home/luke/github/Pktgen-DPDK.release/dpdk/x86_64-pktgen-linuxapp-gcc/buil= d/lib/librte_eal/linuxapp/kni/igb_main.o /home/luke/github/Pktgen-DPDK.release/dpdk/x86_64-pktgen-linuxapp-gcc/build= /lib/librte_eal/linuxapp/kni/igb_main.c: In function =E2=80=98igb_rx_hash=E2=80=99: /home/luke/github/Pktgen-DPDK.release/dpdk/x86_64-pktgen-linuxapp-gcc/build= /lib/librte_eal/linuxapp/kni/igb_main.c:7379:3: error: implicit declaration of function =E2=80=98skb_set_hash=E2=80=99 [-Werror=3Dimplicit-function-declaration] skb_set_hash(skb, le32_to_cpu(rx_desc->wb.lower.hi_dword.rss), ^ /home/luke/github/Pktgen-DPDK.release/dpdk/x86_64-pktgen-linuxapp-gcc/build= /lib/librte_eal/linuxapp/kni/igb_main.c:7380:9: error: =E2=80=98PKT_HASH_TYPE_L3=E2=80=99 undeclared (first use in this fun= ction) PKT_HASH_TYPE_L3); ^ /home/luke/github/Pktgen-DPDK.release/dpdk/x86_64-pktgen-linuxapp-gcc/build= /lib/librte_eal/linuxapp/kni/igb_main.c:7380:9: note: each undeclared identifier is reported only once for each function it appears in cc1: all warnings being treated as errors make[10]: *** [/home/luke/github/Pktgen-DPDK.release/dpdk/x86_64-pktgen-linuxapp-gcc/buil= d/lib/librte_eal/linuxapp/kni/igb_main.o] Error 1