aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/odp/thread.c
AgeCommit message (Collapse)AuthorFilesLines
2017-12-14Create worker threads using ODP API (direct in/out mode)Michal Mazur1-0/+76
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>