From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama500.ecl.ntt.co.jp (tama500.ecl.ntt.co.jp [129.60.39.148]) by dpdk.org (Postfix) with ESMTP id 9DE0F293B for ; Thu, 25 Oct 2018 07:19:54 +0200 (CEST) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama500.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id w9P5JpuM007514; Thu, 25 Oct 2018 14:19:51 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 9D540EA7CFC; Thu, 25 Oct 2018 14:19:51 +0900 (JST) Received: from localhost.localdomain (unknown [129.60.13.51]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 84F27EA7CEC; Thu, 25 Oct 2018 14:19:51 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Date: Thu, 25 Oct 2018 14:19:38 +0900 Message-Id: <20181025051943.17129-1-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 X-TM-AS-MML: disable Subject: [spp] [PATCH 0/5] Add exit command support for spp_nfv and spp_vm X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2018 05:19:55 -0000 From: Yasufumi Ogawa Hi, SPP controller does not support `exit` command after it is changed to request via `spp-ctl` because REST APIs for `exit` command is not implemented. This series of patches is to add `exit' command for spp_nfv and spp_vm. Spp_primary and spp_vf is also needed to add this support, and updated in the next patches. Thanks, Yasufumi Yasufumi Ogawa (5): spp_nfv: chage to return msg of exit command spp-ctl: add exit cmd support for spp_nfv spp_vm: chage to return msg of exit command controller: update sec exit cmd to call REST API docs: add DELETE method for exiting spp_nfv docs/guides/spp-ctl/api-reference.rst | 43 +++++++++++++++++++++++++++++++++++ src/controller/commands/sec.py | 10 +++++++- src/nfv/nfv.c | 10 ++++---- src/spp-ctl/spp_ctl.py | 9 ++++++++ src/spp-ctl/spp_proc.py | 4 ++++ src/spp-ctl/spp_webapi.py | 5 ++++ src/vm/main.c | 12 ++++++---- 7 files changed, 83 insertions(+), 10 deletions(-) -- 2.7.4