From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id BCD43A0096 for ; Wed, 8 May 2019 04:02:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B64652082; Wed, 8 May 2019 04:02:03 +0200 (CEST) Received: from tama50.ecl.ntt.co.jp (tama50.ecl.ntt.co.jp [129.60.39.147]) by dpdk.org (Postfix) with ESMTP id 30C68A49 for ; Wed, 8 May 2019 04:02:00 +0200 (CEST) Received: from vc2.ecl.ntt.co.jp (vc2.ecl.ntt.co.jp [129.60.86.154]) by tama50.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id x48220jq016036; Wed, 8 May 2019 11:02:00 +0900 Received: from vc2.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id 162DC637FED; Wed, 8 May 2019 11:02:00 +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 EFAD7637FB5; Wed, 8 May 2019 11:01:59 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Date: Wed, 8 May 2019 10:59:39 +0900 Message-Id: <1557280784-7620-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/5] Show lcores in status of spp_vf and siblings 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: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Yasufumi Ogawa This series of patches is to show lcore IDs in the response of status command as spp_nfv. Yasufumi Ogawa (5): spp_vf/common: add lcore IDs in status message controller: add paring lcore IDs for vf and mirror spp-ctl: add master lcore entry for SPP CLI spp_pcap: add lcore IDs in status message controller: add parsing lcore IDs for spp_pcap src/controller/commands/mirror.py | 14 +++++++++++ src/controller/commands/pcap.py | 19 +++++++++++++-- src/controller/commands/vf.py | 15 ++++++++++-- src/pcap/command_proc.c | 11 +++++++++ src/spp-ctl/spp_webapi.py | 1 + src/vf/common/command_proc.c | 39 +++++++++++++++++++++++++++++++ 6 files changed, 95 insertions(+), 4 deletions(-) -- 2.17.1