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 5434D1BE0 for ; Fri, 9 Nov 2018 04:21:48 +0100 (CET) Received: from vc2.ecl.ntt.co.jp (vc2.ecl.ntt.co.jp [129.60.86.154]) by tama500.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id wA93LlDn030413; Fri, 9 Nov 2018 12:21:47 +0900 Received: from vc2.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id 5668F638493; Fri, 9 Nov 2018 12:21:47 +0900 (JST) Received: from localhost.localdomain (unknown [129.60.13.51]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id 3DD80638483; Fri, 9 Nov 2018 12:21:47 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Date: Fri, 9 Nov 2018 12:21:33 +0900 Message-Id: <20181109032138.90520-1-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 In-Reply-To: <20181025052023.17190-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20181025052023.17190-1-ogawa.yasufumi@lab.ntt.co.jp> X-TM-AS-MML: disable Subject: [spp] [PATCH v2 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: Fri, 09 Nov 2018 03:21:49 -0000 From: Yasufumi Ogawa Hi, This series of patches is to revise the names of methods and arguments for the first patches. * Refactor prefix of args of do_exit() from `sec_` to `proc_` because this method is changed to support not only sec but also pri. * Change method name `do_exit()` in each of handlers defined in `spp_webapi.py` to avoid to be used the same name. It is more understandalbe `nfv_exit()' in V1NFVHandler than `do_exit()`. 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_ctl.py | 14 +++++++------- src/spp-ctl/spp_proc.py | 4 ++++ src/spp-ctl/spp_webapi.py | 6 ++++++ 8 files changed, 57 insertions(+), 33 deletions(-) -- 2.7.4