Soft Patch Panel
 help / color / mirror / Atom feed
From: x-fn-spp@sl.ntt-tx.co.jp
To: ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp
Cc: spp@dpdk.org
Subject: [spp] [PATCH 0/3] introduce new feature SPP Mirror
Date: Wed, 21 Nov 2018 10:36:14 +0900	[thread overview]
Message-ID: <201811210136.wAL1aHpl009755@imss03.silk.ntt-tx.co.jp> (raw)

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

             reply	other threads:[~2018-11-21  1:41 UTC|newest]

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

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=201811210136.wAL1aHpl009755@imss03.silk.ntt-tx.co.jp \
    --to=x-fn-spp@sl.ntt-tx.co.jp \
    --cc=ferruh.yigit@intel.com \
    --cc=ogawa.yasufumi@lab.ntt.co.jp \
    --cc=spp@dpdk.org \
    /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).