Please do not introduce dpdk plugin dependencies into interface_api.c. We’ve 
moved all dpdk dependencies to the dpdk plugin, on purpose.

What are you trying to do?

Thanks… Dave

From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On 
Behalf Of Samuel S
Sent: Tuesday, July 4, 2017 7:15 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] how can i include dpdk.h header file in vnet?

Hi
I want to include header file dpdk.h from src/plugin/dpdk/device to 
src/vnet/interface_api.c, but when i compile vpp with build.sh, An error occurs 
in the compilation process.

/root/vpp/build-data/../src/vnet/interface_api.c:76:35: fatal error: 
dpdk/dpdk.h: No such file or directory
#include <dpdk/dpdk.h>
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to