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 4F1965681 for ; Mon, 4 Feb 2019 04:13:30 +0100 (CET) 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 x143DS5n030574; Mon, 4 Feb 2019 12:13:28 +0900 Received: from vc2.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id BE922638AAE; Mon, 4 Feb 2019 12:13:28 +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 A77B2638A8D; Mon, 4 Feb 2019 12:13:28 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Date: Mon, 4 Feb 2019 12:11:14 +0900 Message-Id: <1549249879-31580-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] Fix bugs of SPP CLI 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: Mon, 04 Feb 2019 03:13:31 -0000 From: Yasufumi Ogawa * Add checking for `vf` command to avoid errors of invalid resource configuration and invlalid command syntax. * Correct logging history. * Correct parsing command line of `pri` for completion. Yasufumi Ogawa (5): controller: fix bug to add vf comps on same core controller: add checking syntax for vf port cmd controller: fix bug of history command controller: fix bug of completion of pri controller: refactor configuration of logfile src/controller/commands/pri.py | 90 ++++++++++++++++++++++-------------------- src/controller/commands/vf.py | 29 ++++++++------ src/controller/shell.py | 40 +++++++------------ src/controller/spp_common.py | 4 +- 4 files changed, 82 insertions(+), 81 deletions(-) -- 2.7.4