[spp] [PATCH v2 0/5] REST API and CLI support for pipe PMD

Itsuro Oda oda at valinux.co.jp
Wed Feb 26 08:06:05 CET 2020


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.

---
v2:
* rebase on the newest master

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                          |  5 ++
 src/primary/main.c                            | 86 +++++++++++++++++--
 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



More information about the spp mailing list