From d830f80364a33f81c4b534eca902ac7600cbfc05 Mon Sep 17 00:00:00 2001 From: Michal Mazur Date: Fri, 11 Aug 2017 21:18:05 +0200 Subject: Create worker threads using ODP API (direct in/out mode) This patch allows VPP to run multiple worker threads compatible with ODP. By default a single thread is assigned to each interface but this can be changed using "set interface rx-placement" command. Only Direct input/output mode without RSS is supported. Change-Id: Ia6af7e5af4950159eb28b7d56bc9c8d34b80f8d4 Signed-off-by: Michal Mazur --- build-data/platforms/odp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-data/platforms/odp.mk') diff --git a/build-data/platforms/odp.mk b/build-data/platforms/odp.mk index d60c54cd..0aaf0fd2 100644 --- a/build-data/platforms/odp.mk +++ b/build-data/platforms/odp.mk @@ -34,7 +34,7 @@ vlib_configure_args_odp = --with-pre-data=128 #ODP configuration parameters odp_uses_odp=yes -odp_odp_libs = -lodp-dpdk -ldpdk -lpcap +odp_odp_libs = -lodp-dpdk -ldpdk -lodphelper -lpcap odp_odp_inc_dir=$(ODP_INST_PATH)/include odp_odp_lib_dir=$(ODP_INST_PATH)/lib -- cgit 1.2.3-korg