Hi, 2014-07-17 07:29, Srinivas Reddi: > I compiled my testapp using this command > > cc testapp.c -lrte_eal -lrte_mbuf -lrte_cmdline -lrte_timer -lrte_mempool > -lrte_pmd_ring -lethdev -lrte_malloc -ldl -lpthread -lrte_ring > -I/home/utils/dpdk-1.7.0/x86_64-native-linuxapp-gcc/include > -L/home/utils/dpdk-1.7.0/x86_64-native-linuxapp-gcc/lib -o testapp
You should use DPDK makefiles to build your application. Please try to follow this example: http://dpdk.org/browse/dpdk/tree/examples/helloworld/Makefile PS: please remove privacy disclaimers from your emails as it has no sense on a public mailing list. -- Thomas