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 39B591BDB6 for ; Fri, 21 Dec 2018 10:28:37 +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 wBL9SbFV014662; Fri, 21 Dec 2018 18:28:37 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id EB743EA8333; Fri, 21 Dec 2018 18:28:36 +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 D385BEA81B3; Fri, 21 Dec 2018 18:28: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, 21 Dec 2018 18:26:17 +0900 Message-Id: <1545384379-12389-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] Update SPP controller 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, 21 Dec 2018 09:28:38 -0000 From: Yasufumi Ogawa Hi, For awaited `exit` command is supported in spp_vf and spp_mirror, it is time for updating spp-ctl and CLI. This series of patches also includes adding spp_pcap support which is yet another packet capture feature of SPP. The series of patches of spp_pcap itself is sent after this updates. Thanks, Yasufumi Yasufumi Ogawa (2): controller: add exit command to vf and mirror spp-ctl: add spp_pcap APIs src/controller/commands/bye.py | 6 ++-- src/controller/commands/mirror.py | 16 ++++++++++ src/controller/commands/vf.py | 16 ++++++++++ src/spp-ctl/spp_ctl.py | 3 +- src/spp-ctl/spp_proc.py | 66 ++++++++++++++++++++++++++++----------- src/spp-ctl/spp_webapi.py | 46 +++++++++++++++++++++++++++ 6 files changed, 130 insertions(+), 23 deletions(-) -- 2.7.4