From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama50.ecl.ntt.co.jp (tama50.ecl.ntt.co.jp [129.60.39.147]) by dpdk.org (Postfix) with ESMTP id E8A2C293B for ; Thu, 25 Oct 2018 07:20:31 +0200 (CEST) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama50.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id w9P5KUnp022755; Thu, 25 Oct 2018 14:20:30 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 8EBDDEA7CFC; Thu, 25 Oct 2018 14:20:30 +0900 (JST) Received: from localhost.localdomain (unknown [129.60.13.51]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 77B29EA7CEC; Thu, 25 Oct 2018 14:20:30 +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:20:18 +0900 Message-Id: <20181025052023.17190-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_primary 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:20:32 -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_primary. Thanks, Yasufumi Yasufumi Ogawa (5): primary: chage to return msg of exit command spp-ctl: add exit cmd support for spp_primary controller: change pri exit cmd to call REST API docs: add DELETE method for exiting spp_primary docs: remove exit from pri command docs/guides/commands/primary.rst | 16 ---------------- docs/guides/spp-ctl/api-reference.rst | 22 +++++++++++++++++++++- src/controller/commands/bye.py | 2 +- src/controller/commands/pri.py | 16 ++++++++++++---- src/primary/main.c | 10 ++++++---- src/spp-ctl/spp_proc.py | 4 ++++ src/spp-ctl/spp_webapi.py | 6 ++++++ 7 files changed, 50 insertions(+), 26 deletions(-) -- 2.7.4