Soft Patch Panel
 help / color / mirror / Atom feed
From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>
To: x-fn-spp@sl.ntt-tx.co.jp
Cc: ferruh.yigit@intel.com, spp@dpdk.org
Subject: Re: [spp] [PATCH 0/3] introduce new feature SPP Mirror
Date: Wed, 28 Nov 2018 11:47:19 +0900	[thread overview]
Message-ID: <a861c4cc-3e3d-d7e9-6b91-91628bdb242d@lab.ntt.co.jp> (raw)
In-Reply-To: <201811210136.wAL1aHpl009755@imss03.silk.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.
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

      reply	other threads:[~2018-11-28  2:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-21  1:36 x-fn-spp
2018-11-28  2:47 ` Yasufumi Ogawa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a861c4cc-3e3d-d7e9-6b91-91628bdb242d@lab.ntt.co.jp \
    --to=ogawa.yasufumi@lab.ntt.co.jp \
    --cc=ferruh.yigit@intel.com \
    --cc=spp@dpdk.org \
    --cc=x-fn-spp@sl.ntt-tx.co.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).