Re: [vpp-dev] how can i include dpdk.h header file in vnet?

2017-07-04 Thread Dave Barach (dbarach)
, 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

[vpp-dev] how can i include dpdk.h header file in vnet?

2017-07-04 Thread Samuel S
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 _