In order to use this repo to integrate DPDK library into our bazel project, how should we specifiy the INCLUDE path?
According to the BUILD files, it seems it directly include all the rte_*.h files in the local path (i.e. third_party/dpdk/lib) rather than from /usr/local/include.
In that way, how should we reconfigure the INCLUDE path in bazel to build the library successfully?
Could anyone give us some more details to integrate this module into bazel project? Thanks!
In order to use this repo to integrate DPDK library into our bazel project, how should we specifiy the INCLUDE path?
According to the BUILD files, it seems it directly include all the rte_*.h files in the local path (i.e. third_party/dpdk/lib) rather than from /usr/local/include.
In that way, how should we reconfigure the INCLUDE path in bazel to build the library successfully?
Could anyone give us some more details to integrate this module into bazel project? Thanks!