[spp] [PATCH 0/5] Introduce new feature core-sharing
x-fn-spp at sl.ntt-tx.co.jp
x-fn-spp at sl.ntt-tx.co.jp
Tue Feb 5 12:47:37 CET 2019
From: Hideyuki Yamashita <yamashita.hideyuki at po.ntt-tx.co.jp>
When constructing complex configuration using spp_vf,
you need many cores.
So far, you could assign only one component per core.
This patch set introduces core-sharing feature.
By using this feature, you can assign more than two
components per core and thus can reduce core resource
consumptions.
Note that accompanying documents will be provided soon.
*** BLURB HERE ***
Hideyuki Yamashita (5):
spp_vf: remove while loop in classifier_mac
spp_vf: change to handle multiples component
spp_vf: move classifier component init
spp_vf: remove to check unused cores no needed
spp_vf: change retrieve component type
src/vf/classifier_mac.c | 164 +++++++++++------------------------
src/vf/classifier_mac.h | 11 ++-
src/vf/common/command_dec.c | 30 ++-----
src/vf/common/command_proc.c | 69 +++++++--------
src/vf/common/spp_proc.c | 23 +++--
src/vf/common/spp_proc.h | 26 ++----
src/vf/spp_vf.c | 21 ++---
7 files changed, 127 insertions(+), 217 deletions(-)
--
2.17.1
More information about the spp
mailing list