Re: [dpdk-dev] Integration of DPDK with a seperate application

2017-04-11 Thread Neil Horman
On Tue, Apr 11, 2017 at 05:44:50PM +0530, reshma sarat wrote: > Hi, > In my application, I am making use of DPDK APIs for sending and receiving > packets. I have now imported some of its header files of DPDK to my > application. But on executing make command, an error such as > :/rte_memory.h:83:2:

[dpdk-dev] Integration of DPDK with a seperate application

2017-04-11 Thread reshma sarat
Hi, In my application, I am making use of DPDK APIs for sending and receiving packets. I have now imported some of its header files of DPDK to my application. But on executing make command, an error such as :/rte_memory.h:83:2: error: #error "Unsupported cache line size" is what I am getting. How