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 148165689 for ; Tue, 15 Jan 2019 13:30:14 +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 x0FCUDHi002759; Tue, 15 Jan 2019 21:30:13 +0900 Received: from vc2.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id 6F5916391AC; Tue, 15 Jan 2019 21:30:13 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id 57C0663867B; Tue, 15 Jan 2019 21:30:13 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Tue, 15 Jan 2019 21:27:58 +0900 Message-Id: <1547555280-11736-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] Change response of _get_client_id 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: Tue, 15 Jan 2019 12:30:15 -0000 From: Yasufumi Ogawa Spp_nfv returns its client ID as plain text. However, it should be JSON as same as other secondary processes. This series of update is to change the format in both of sender of spp_nfv and receiver of spp-ctl. Yasufumi Ogawa (2): spp_nfv: change _get_client_id to return JSON msg spp-ctl: change NfvProc to parse JSON msg src/nfv/commands.h | 6 +++++- src/spp-ctl/spp_proc.py | 16 ++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) -- 2.17.1