Loading
test/external_code: make spdk_env_dpdk part of DPDK_LIBS
Our examples here show how to link in the DPDK environment into an SPDK application. That includes both spdk_env_dpdk library and the DPDK libraries. So put spdk_env_dpdk in the DPDK_LIB variable in the Makefile. This will also simplify a future patch where we will use pkg-config in this Makefile instead. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I2c389eaa9900dbe5f77ccee536bd4edc0a54cccc Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5673 Community-CI: Broadcom CI Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com>