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 046455B3C for ; Fri, 5 Oct 2018 07:06:38 +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 w9556bGl027391; Fri, 5 Oct 2018 14:06:37 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 10439EA880F; Fri, 5 Oct 2018 14:06:37 +0900 (JST) Received: from localhost.localdomain (unknown [129.60.13.51]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id DC101EA880D; Fri, 5 Oct 2018 14:06:36 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Fri, 5 Oct 2018 14:06:26 +0900 Message-Id: <20181005050630.10661-1-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 In-Reply-To: <20181004055918.5922-1-ogawa.yasufumi@lab.ntt.co.j> References: <20181004055918.5922-1-ogawa.yasufumi@lab.ntt.co.j> X-TM-AS-MML: disable Subject: [spp] [PATCH v2 0/4] Change format of sec status to JSON 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, 05 Oct 2018 05:06:39 -0000 From: Yasufumi Ogawa Update the output format of the status to be more understandable. spp > sec 1;status - status: idling - ports: - phy:0 -> ring:0 - phy:1 Yasufumi Ogawa (4): shared: change sec status to JSON format spp_nfv: update retrieving status spp_vm: update retrieving status controller: update for parsing JSON status src/controller/shell.py | 61 +++++++++++++++-------------------- src/nfv/nfv.c | 10 +++--- src/shared/common.c | 84 +++++++++++++++++++++++++++++-------------------- src/shared/common.h | 2 +- src/vm/main.c | 10 +++--- 5 files changed, 87 insertions(+), 80 deletions(-) -- 2.7.4