Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/7] introduce new feature SPP PCAP
@ 2019-01-22  7:19 x-fn-spp
  2019-02-04 12:04 ` [spp] [spp 03913] " Hideyuki Yamashita
  0 siblings, 1 reply; 2+ messages in thread
From: x-fn-spp @ 2019-01-22  7:19 UTC (permalink / raw)
  To: ferruh.yigit, ogawa.yasufumi; +Cc: spp

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

This patch series provides new feature called SPP PCAP.

spp_pcap is a new secondary process for capturing incoming packets.
This secondary process is intended to cover operator and/or developer
needs to capture packets. For such use, spp_pcap provides packet
capturing feature from specific port. It is aimed to capture up to
10Gbps packets.

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

Hideyuki Yamashita (7):
  spp_pcap: add command main
  spp_pcap: add command decode
  spp_pcap: add management function
  spp_pcap: add spp_pcap main function
  spp_pcap: add Makefile for spp_pcap
  controller: add SppPcap class
  controller: add pcap command to SPP controller

 src/Makefile                    |    1 +
 src/controller/commands/pcap.py |  230 +++++++
 src/controller/shell.py         |   85 ++-
 src/pcap/Makefile               |   36 +
 src/pcap/command_dec.c          |  187 ++++++
 src/pcap/command_dec.h          |  110 ++++
 src/pcap/command_proc.c         |  976 +++++++++++++++++++++++++++
 src/pcap/command_proc.h         |   42 ++
 src/pcap/spp_pcap.c             | 1086 +++++++++++++++++++++++++++++++
 src/pcap/spp_pcap.h             |   35 +
 src/pcap/spp_proc.c             |  289 ++++++++
 src/pcap/spp_proc.h             |  389 +++++++++++
 12 files changed, 3464 insertions(+), 2 deletions(-)
 create mode 100644 src/controller/commands/pcap.py
 create mode 100644 src/pcap/Makefile
 create mode 100644 src/pcap/command_dec.c
 create mode 100644 src/pcap/command_dec.h
 create mode 100644 src/pcap/command_proc.c
 create mode 100644 src/pcap/command_proc.h
 create mode 100644 src/pcap/spp_pcap.c
 create mode 100644 src/pcap/spp_pcap.h
 create mode 100644 src/pcap/spp_proc.c
 create mode 100644 src/pcap/spp_proc.h

-- 
2.17.1

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

* Re: [spp] [spp 03913]  [PATCH 0/7] introduce new feature SPP PCAP
  2019-01-22  7:19 [spp] [PATCH 0/7] introduce new feature SPP PCAP x-fn-spp
@ 2019-02-04 12:04 ` Hideyuki Yamashita
  0 siblings, 0 replies; 2+ messages in thread
From: Hideyuki Yamashita @ 2019-02-04 12:04 UTC (permalink / raw)
  To: ferruh.yigit, ogawa.yasufumi, spp; +Cc: x-fn-spp

Hello Yasufumi-san and all

About this patch set.
Because there is a bug not freeing allocated mbuf, 
I am fixing it and planning to submit v2 patch set.

Please wait for a while.

BR,
Hideyuki Yamashita
NTT TechnoCross

> From: Hideyuki Yamashita <yamashita.hideyuki@po.ntt-tx.co.jp>
> 
> This patch series provides new feature called SPP PCAP.
> 
> spp_pcap is a new secondary process for capturing incoming packets.
> This secondary process is intended to cover operator and/or developer
> needs to capture packets. For such use, spp_pcap provides packet
> capturing feature from specific port. It is aimed to capture up to
> 10Gbps packets.
> 
> This patch series only provide source code. Related document
> patch set will be provided soon.
> 
> Hideyuki Yamashita (7):
>   spp_pcap: add command main
>   spp_pcap: add command decode
>   spp_pcap: add management function
>   spp_pcap: add spp_pcap main function
>   spp_pcap: add Makefile for spp_pcap
>   controller: add SppPcap class
>   controller: add pcap command to SPP controller
> 
>  src/Makefile                    |    1 +
>  src/controller/commands/pcap.py |  230 +++++++
>  src/controller/shell.py         |   85 ++-
>  src/pcap/Makefile               |   36 +
>  src/pcap/command_dec.c          |  187 ++++++
>  src/pcap/command_dec.h          |  110 ++++
>  src/pcap/command_proc.c         |  976 +++++++++++++++++++++++++++
>  src/pcap/command_proc.h         |   42 ++
>  src/pcap/spp_pcap.c             | 1086 +++++++++++++++++++++++++++++++
>  src/pcap/spp_pcap.h             |   35 +
>  src/pcap/spp_proc.c             |  289 ++++++++
>  src/pcap/spp_proc.h             |  389 +++++++++++
>  12 files changed, 3464 insertions(+), 2 deletions(-)
>  create mode 100644 src/controller/commands/pcap.py
>  create mode 100644 src/pcap/Makefile
>  create mode 100644 src/pcap/command_dec.c
>  create mode 100644 src/pcap/command_dec.h
>  create mode 100644 src/pcap/command_proc.c
>  create mode 100644 src/pcap/command_proc.h
>  create mode 100644 src/pcap/spp_pcap.c
>  create mode 100644 src/pcap/spp_pcap.h
>  create mode 100644 src/pcap/spp_proc.c
>  create mode 100644 src/pcap/spp_proc.h
> 
> -- 
> 2.17.1
> 

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

end of thread, other threads:[~2019-02-04 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-22  7:19 [spp] [PATCH 0/7] introduce new feature SPP PCAP x-fn-spp
2019-02-04 12:04 ` [spp] [spp 03913] " Hideyuki Yamashita

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).