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 AAF822B8C for ; Thu, 21 Feb 2019 04:29:58 +0100 (CET) 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 x1L3Tvq5024336; Thu, 21 Feb 2019 12:29:57 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 351D3EA798B; Thu, 21 Feb 2019 12:29:57 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 1E707EA790F; Thu, 21 Feb 2019 12:29:57 +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, 21 Feb 2019 12:27:37 +0900 Message-Id: <1550719659-14226-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 X-TM-AS-MML: disable Subject: [spp] [PATCH 0/2] Fix bugs of SPP CLI 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, 21 Feb 2019 03:29:59 -0000 From: Yasufumi Ogawa This series of patches is to fix tiny bugs of SPP CLI below. * SPP CLI is terminated if target secondary process is not exist. For example, it is failed to run `nfv 1` without launching nfv 1 and SPP CLI is terminated. * Completion for secondary process does not work until secondary list of SPP CLI is updated. It should be fixed because user might consider launching sec process is failed if it is not listed in completion. Yasufumi Ogawa (2): controller: fix bug terminated if no sec ID found controller: fix compl for sec enabled immediately src/controller/shell.py | 48 ++++++++++++++++++++++++++++++++++------- 1 file changed, 40 insertions(+), 8 deletions(-) -- 2.17.1