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 7BEB21B3B7 for ; Thu, 31 Jan 2019 04:08:21 +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 x0V38KJY027748; Thu, 31 Jan 2019 12:08:20 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 5E543EA79D9; Thu, 31 Jan 2019 12:08:20 +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 47811EA79DA; Thu, 31 Jan 2019 12:08:20 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Thu, 31 Jan 2019 12:06:10 +0900 Message-Id: <1548903972-17562-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] Add lcores in status in spp_nfv 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, 31 Jan 2019 03:08:22 -0000 From: Yasufumi Ogawa This series of patches is to add lcores in status info. Spp_nfv includes lcores as a list in JSON formatted message. {"client-id":2,"status":"idling","lcores":[1,2], ...} SPP CLI shows lcores in the result of status of nfv command. spp > nfv 2; status - status: idling - lcores: [1, 2] - ports: - phy:0 ... Yasufumi Ogawa (2): spp_nfv: add lcores in status info controller: add lcores in status of spp_nfv src/controller/commands/nfv.py | 2 ++ src/nfv/commands.h | 2 ++ src/nfv/main.c | 18 ++++++++++++++++-- src/nfv/nfv_status.c | 36 ++++++++++++++++++++++++++++-------- src/nfv/nfv_status.h | 4 ++++ 5 files changed, 52 insertions(+), 10 deletions(-) -- 2.7.4