From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-f42.google.com (mail-qa0-f42.google.com [209.85.216.42]) by dpdk.org (Postfix) with ESMTP id 1EC1A2E8A for ; Thu, 11 Dec 2014 12:17:55 +0100 (CET) Received: by mail-qa0-f42.google.com with SMTP id j7so3435665qaq.29 for ; Thu, 11 Dec 2014 03:17:54 -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=x7LO/PdLmzdkLWeQLWmLcZD5qksTriN+ocgTLRva2+M=; b=WvZN16AZJZbIt8WrTlJ3VhO9gbMsjK7fWZBgN3bcOY6x80dyF5tBxHhm0CHWSz1nNw C5xbgLZJVGwbCAbsankE8PmxEx9Ou0wD1WDOImgbtZVcla7Bc7/dAvOwGLzCWymo0CqC Mw9ORY+rTNggq34UN1ePwlex5Q8oLyIB5q31Wy4AdYd9jYUlCIcixkc8C/oJjeOnF4Np pXuRy4ea62fNmO4RyHiCSyahSHeV9S3WU6ynUO3FmEm5xXSuBD3Aj+zuQkFj3Cv2gPuU zsOnvlgB3dWyFC5HrhYjaX6/TQ1x311d4g9ugiuTr3EJlWAlFoFgROYI80ftELqxmWMd F51Q== MIME-Version: 1.0 X-Received: by 10.140.97.68 with SMTP id l62mr791957qge.81.1418296674640; Thu, 11 Dec 2014 03:17:54 -0800 (PST) Received: by 10.229.25.68 with HTTP; Thu, 11 Dec 2014 03:17:54 -0800 (PST) Date: Thu, 11 Dec 2014 12:17:54 +0100 Message-ID: From: sothy shan To: "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] rte_config.h missing in DPDK 1.7.1 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, 11 Dec 2014 11:17:55 -0000 Hi! I am seeking help on installing DPDK OVS with DPDK 1.7.1 on ubuntu 14.04. If any body knows solutin, please let me. I compile in a typical way for DPDK 1.7.1 with x86_64_native-linuxaap-gcc. command: make config T=x86_64-native-linuxapp-gcc make It compiled and worked. I am able to run testpmd appplication also. But I start to compile DPDK OVS, DPDK OVS gives error. The erros is : CC lib/dpdk-link.lo lib/dpdk-link.c:25:24: fatal error: rte_config.h: No such file or directory #include Please help where is wrong. WhenI search in DPDK 1.7.1 folder, I couldnt find rte_config.h file. Thank you very much for your help. Best regards Sothy