Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH v2 0/5] Introduce new feature core-sharing
@ 2019-02-12  9:16 x-fn-spp
  2019-02-13  6:14 ` Yasufumi Ogawa
  0 siblings, 1 reply; 2+ messages in thread
From: x-fn-spp @ 2019-02-12  9:16 UTC (permalink / raw)
  To: ferruh.yigit, ogawa.yasufumi; +Cc: spp

From: Hideyuki Yamashita <yamashita.hideyuki@po.ntt-tx.co.jp>

v2:
- Add explanation on commit message of [1/5]
- Add comment on [2/5]
- Move comment block to more appropriate place 

v1:
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.


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      | 160 +++++++++++------------------------
 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              |  24 +++---
 7 files changed, 126 insertions(+), 217 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [spp] [PATCH v2 0/5] Introduce new feature core-sharing
  2019-02-12  9:16 [spp] [PATCH v2 0/5] Introduce new feature core-sharing x-fn-spp
@ 2019-02-13  6:14 ` Yasufumi Ogawa
  0 siblings, 0 replies; 2+ messages in thread
From: Yasufumi Ogawa @ 2019-02-13  6:14 UTC (permalink / raw)
  To: x-fn-spp; +Cc: ferruh.yigit, spp

> From: Hideyuki Yamashita <yamashita.hideyuki@po.ntt-tx.co.jp>
> 

Series of patches applied. Thanks.

> v2:
> - Add explanation on commit message of [1/5]
> - Add comment on [2/5]
> - Move comment block to more appropriate place
> 
> v1:
> 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.
> 
> 
> 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      | 160 +++++++++++------------------------
>   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              |  24 +++---
>   7 files changed, 126 insertions(+), 217 deletions(-)
> 


-- 
Yasufumi Ogawa
NTT Network Service Systems Labs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-13  6:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-12  9:16 [spp] [PATCH v2 0/5] Introduce new feature core-sharing x-fn-spp
2019-02-13  6:14 ` Yasufumi Ogawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).