aboutsummaryrefslogtreecommitdiffstats
path: root/build-data/platforms/odp.mk
diff options
context:
space:
mode:
authorMichal Mazur <mkm@semihalf.com>2017-08-11 21:18:05 +0200
committerMichal Mazur <mkm@semihalf.com>2017-12-14 15:18:05 +0100
commitd830f80364a33f81c4b534eca902ac7600cbfc05 (patch)
treeaba9311089548d1189f6ada0118251c97c26ff7f /build-data/platforms/odp.mk
parentc322d05e95fe19ff91dc4b44b83beef3088f5523 (diff)
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 <mkm@semihalf.com>
Diffstat (limited to 'build-data/platforms/odp.mk')
-rw-r--r--build-data/platforms/odp.mk2
1 files changed, 1 insertions, 1 deletions
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