From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49]) by dpdk.org (Postfix) with ESMTP id 1DFB38049 for ; Thu, 18 Dec 2014 17:24:26 +0100 (CET) Received: by mail-la0-f49.google.com with SMTP id hs14so1263190lab.8 for ; Thu, 18 Dec 2014 08:24:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ECU0XYMzfcOjqfZ7HXGc31mjo795vvDVfhPCJV1WKdU=; b=TdDSQlqO9DMOJblf8Lfn67n/mtOuk80TW9xtYWNNRVlP9tcDTENXsVM0QxHTtsoHJw FD8ZyZ25CrHBlt2zrrxGJI3hFA8i+yNyXIwSsgGwJot0bI8TQcQ0MEZ6Kr/7wThw7z4j BSk6oAZTnclmvqx5eQ4ZcRO8NqkLPd6VyxQxsWC1bgQ1DTDUemHyITRFkh81x3sdUbzK Kr7KHabJsBWo6+XDCg2dWjhpfIqZeoJtVGzCnVmEfgG+pObYVNy+/AWy49EZZ+HJ23jr 6159lstIOFbzOt9GhRyXEv4K7fmnrvte/I+tM+uDLkwfUq+2CBbXbtfsx35Jc9O2fOAF xyBw== MIME-Version: 1.0 X-Received: by 10.152.7.180 with SMTP id k20mr3261040laa.4.1418919865554; Thu, 18 Dec 2014 08:24:25 -0800 (PST) Received: by 10.25.214.87 with HTTP; Thu, 18 Dec 2014 08:24:25 -0800 (PST) Date: Thu, 18 Dec 2014 21:54:25 +0530 Message-ID: From: Shankari Vaidyalingam To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Error while installing OVS with DPDK 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, 18 Dec 2014 16:24:26 -0000 Hi, I'm trying to install OVS with DPDK Followed the steps given in INSTALL.DPDK.md file given in the OVS page. I have downloaded latest tar ball of both OVS and DPDK. DPDK version - 1.7.1 OVS version - 2.3.1 Operating system - Ubuntu 12.04 LTS (64 bit) When I tried running make I got the below errors in dpdk library files. Would like to know whether I'm missing something while installation. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./lib -I ./lib -I/home/controller/PoC/software/Pktgen-DPDK/dpdk/x86_64-native-linuxapp-gcc//include -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wdeclaration-after-statement -Wformat-security -Wno-format-zero-length -Wswitch-enum -Wunused-parameter -Wstrict-aliasing -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -g -O2 -MT lib/netdev-dpdk.lo -MD -MP -MF lib/.deps/netdev-dpdk.Tpo -c lib/netdev-dpdk.c -o lib/netdev-dpdk.o In file included from /home/controller/PoC/software/Pktgen-DPDK/dpdk/x86_64-native-linuxapp-gcc//include/rte_ring.h:98:0, from /home/controller/PoC/software/Pktgen-DPDK/dpdk/x86_64-native-linuxapp-gcc//include/rte_mempool.h:74, from /home/controller/PoC/software/Pktgen-DPDK/dpdk/x86_64-native-linuxapp-gcc//include/rte_mbuf.h:61, from /home/controller/PoC/software/Pktgen-DPDK/dpdk/x86_64-native-linuxapp-gcc//include/rte_ethdev.h:178, from lib/netdev-dpdk.h:12, from lib/ofpbuf.h:25, from lib/dpif-netdev.h:24, from lib/netdev-dpdk.c:31: /home/controller/PoC/software/Pktgen-DPDK/dpdk/x86_64-native-linuxapp-gcc//include/rte_common.h: In function 'rte_is_aligned': /home/controller/PoC/software/Pktgen-DPDK/dpdk/x86_64-native-linuxapp-gcc//include/rte_common.h:176:9: warning: cast from function call of type 'uintptr_t' to non-matching type 'void *' [-Wbad-function-cast] lib/netdev-dpdk.c: In function 'dpdk_class_init': lib/netdev-dpdk.c:1081:5: warning: implicit declaration of function 'rte_pmd_init_all' [-Wimplicit-function-declaration] lib/netdev-dpdk.c: In function 'dpdk_init': lib/netdev-dpdk.c:1189:5: error: too few arguments to function 'rte_memzone_dump' /home/controller/PoC/software/Pktgen-DPDK/dpdk/x86_64-native-linuxapp-gcc//include/rte_memzone.h:253:6: note: declared here make[2]: *** [lib/netdev-dpdk.lo] Error 1 make[2]: Leaving directory `/home/controller/PoC/LLDP/openvswitch-2.3.1' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/controller/PoC/LLDP/openvswitch-2.3.1' make: *** [all] Error 2 Regards, Shankari.V