Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/3] introduce new feature SPP Mirror
@ 2018-11-21  1:36 x-fn-spp
  2018-11-28  2:47 ` Yasufumi Ogawa
  0 siblings, 1 reply; 2+ messages in thread
From: x-fn-spp @ 2018-11-21  1:36 UTC (permalink / raw)
  To: ferruh.yigit, ogawa.yasufumi; +Cc: spp

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

This series patches is to provide new feature called
SPP Mirror.

spp_mirror is a new secondary process for mirroring incoming packets.
This secondary process is intended to use as a TaaS1 of OpenStack.

[1]https://docs.openstack.org/dragonflow/latest/specs/tap_as_a_service.html

This patch series only provide source code. Related document 
patch set will be provided soon.

Hideyuki Yamashita (3):
  spp_mirror: add spp_mirror common define and func
  spp_mirror: add spp_mirror
  spp_mirror: add Makefile for spp_mirror

 src/Makefile                 |   1 +
 src/mirror/Makefile          |  35 ++
 src/mirror/spp_mirror.c      | 721 +++++++++++++++++++++++++++++++++++
 src/mirror/spp_mirror.h      |  54 +++
 src/vf/common/command_dec.c  |   6 +
 src/vf/common/command_proc.c |   9 +
 src/vf/common/spp_proc.c     |   6 +
 src/vf/common/spp_proc.h     |  17 +-
 8 files changed, 842 insertions(+), 7 deletions(-)
 create mode 100644 src/mirror/Makefile
 create mode 100644 src/mirror/spp_mirror.c
 create mode 100644 src/mirror/spp_mirror.h

-- 
2.18.0

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

* Re: [spp] [PATCH 0/3] introduce new feature SPP Mirror
  2018-11-21  1:36 [spp] [PATCH 0/3] introduce new feature SPP Mirror x-fn-spp
@ 2018-11-28  2:47 ` Yasufumi Ogawa
  0 siblings, 0 replies; 2+ messages in thread
From: Yasufumi Ogawa @ 2018-11-28  2:47 UTC (permalink / raw)
  To: x-fn-spp; +Cc: ferruh.yigit, spp

> This series patches is to provide new feature called
> SPP Mirror.
> 
> spp_mirror is a new secondary process for mirroring incoming packets.
> This secondary process is intended to use as a TaaS1 of OpenStack.
> 
> [1]https://docs.openstack.org/dragonflow/latest/specs/tap_as_a_service.html
> 
> This patch series only provide source code. Related document
> patch set will be provided soon.
Series of patches is applied. Thanks!

Acked-by: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>
> 
> Hideyuki Yamashita (3):
>    spp_mirror: add spp_mirror common define and func
>    spp_mirror: add spp_mirror
>    spp_mirror: add Makefile for spp_mirror
> 
>   src/Makefile                 |   1 +
>   src/mirror/Makefile          |  35 ++
>   src/mirror/spp_mirror.c      | 721 +++++++++++++++++++++++++++++++++++
>   src/mirror/spp_mirror.h      |  54 +++
>   src/vf/common/command_dec.c  |   6 +
>   src/vf/common/command_proc.c |   9 +
>   src/vf/common/spp_proc.c     |   6 +
>   src/vf/common/spp_proc.h     |  17 +-
>   8 files changed, 842 insertions(+), 7 deletions(-)
>   create mode 100644 src/mirror/Makefile
>   create mode 100644 src/mirror/spp_mirror.c
>   create mode 100644 src/mirror/spp_mirror.h

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

end of thread, other threads:[~2018-11-28  2:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-21  1:36 [spp] [PATCH 0/3] introduce new feature SPP Mirror x-fn-spp
2018-11-28  2:47 ` 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).