Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/5] REST API and CLI support for pipe PMD
@ 2020-02-26  1:37 Itsuro Oda
  2020-02-26  1:37 ` [spp] [PATCH 1/5] shared: add PIPE port type Itsuro Oda
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Itsuro Oda @ 2020-02-26  1:37 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

This series of patches enable users to request to add/del
pipe PMD request to the primary by REST API and CLI.

The document will be provided by following patches.

Itsuro Oda (5):
  shared: add PIPE port type
  primary: suport pipe PMD
  spp_nfv: ignore pipe PMD
  spp-ctl: enable add pipe port to the primary
  cli: support pipe PMD

 src/cli/commands/pri.py                       | 10 +++
 src/nfv/main.c                                |  2 +-
 src/nfv/nfv_status.c                          |  6 ++
 src/primary/main.c                            | 85 +++++++++++++++++--
 src/shared/common.c                           |  9 ++
 src/shared/common.h                           |  2 +
 src/shared/secondary/add_port.c               | 34 ++++++++
 src/shared/secondary/add_port.h               | 16 ++++
 .../secondary/spp_worker_th/cmd_utils.c       |  2 +
 src/spp-ctl/spp_proc.py                       |  7 +-
 src/spp-ctl/spp_webapi.py                     | 24 +++++-
 11 files changed, 182 insertions(+), 15 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-02-26  7:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-26  1:37 [spp] [PATCH 0/5] REST API and CLI support for pipe PMD Itsuro Oda
2020-02-26  1:37 ` [spp] [PATCH 1/5] shared: add PIPE port type Itsuro Oda
2020-02-26  1:37 ` [spp] [PATCH 2/5] primary: suport pipe PMD Itsuro Oda
2020-02-26  6:29   ` Yasufumi Ogawa
2020-02-26  1:37 ` [spp] [PATCH 3/5] spp_nfv: ignore " Itsuro Oda
2020-02-26  1:37 ` [spp] [PATCH 4/5] spp-ctl: enable add pipe port to the primary Itsuro Oda
2020-02-26  1:37 ` [spp] [PATCH 5/5] cli: support pipe PMD Itsuro Oda
2020-02-26  7:06 ` [spp] [PATCH v2 0/5] REST API and CLI support for " Itsuro Oda
2020-02-26  7:06   ` [spp] [PATCH v2 1/5] shared: add PIPE port type Itsuro Oda
2020-02-26  7:06   ` [spp] [PATCH v2 2/5] primary: suport pipe PMD Itsuro Oda
2020-02-26  7:06   ` [spp] [PATCH v2 3/5] spp_nfv: ignore " Itsuro Oda
2020-02-26  7:06   ` [spp] [PATCH v2 4/5] spp-ctl: enable add pipe port to the primary Itsuro Oda
2020-02-26  7:06   ` [spp] [PATCH v2 5/5] cli: support pipe PMD Itsuro Oda

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