[dpdk-dev] rte_config.h missing in DPDK 1.7.1

2014-12-11 Thread sothy shan
Hi Marc! Thank for your response. But I tried double check.Propelly set those values. Actually I found the file inside x86_64-native-linuxapp-gcc/include/rte_config.h. But when I compile DPDK OVS, it does not find the file. I got same error/ lib/dpdk-link.c:25:24: fatal error: rte_config.h: No suc

[dpdk-dev] rte_config.h missing in DPDK 1.7.1

2014-12-11 Thread Marc Sune
This usually shows up when you are attempting to compile your DPDK application without properly defining RTE_SDK and RTE_TARGET (where DPDK source resides). Just double check if they are properly defined and exported marc On 11/12/14 12:17, sothy shan wrote: > Hi! > I am seeking help on instal

[dpdk-dev] rte_config.h missing in DPDK 1.7.1

2014-12-11 Thread sothy shan
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 testp