From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw0236.ocn.ad.jp (mogw0236.ocn.ad.jp [114.147.58.42]) by dpdk.org (Postfix) with ESMTP id 5BEFD4C73 for ; Tue, 6 Mar 2018 11:39:38 +0100 (CET) Received: from mf-smf-ucb032c3 (mf-smf-ucb032c3.ocn.ad.jp [153.153.66.205]) by mogw0236.ocn.ad.jp (Postfix) with ESMTP id 544CC384261; Tue, 6 Mar 2018 19:39:36 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb019 ([153.149.142.82]) by mf-smf-ucb032c3 with ESMTP id tA0Mew196xVzhtA0Oe5Nyr; Tue, 06 Mar 2018 19:39:36 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.133]) by ntt.pod01.mv-mta-ucb019 with id Jafc1x0012tKTyH01afcjS; Tue, 06 Mar 2018 10:39:36 +0000 Received: from localhost.localdomain (sp1-66-103-93.msc.spmode.ne.jp [1.66.103.93]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Tue, 6 Mar 2018 19:39:35 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org Cc: Yasufumi Ogawa Date: Tue, 6 Mar 2018 19:39:17 +0900 Message-Id: <20180306103929.64809-1-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 Subject: [spp] [PATCH 00/12] Improve 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: Tue, 06 Mar 2018 10:39:38 -0000 From: Yasufumi Ogawa This update is to improve usability and fix bugs. SPP controller supports the least commands and help messages and it's insufficient to actual usages. This update includes basic UNIX command support (cd, pwd, ls, etc.), more intuitive help messages and bug fixes. Yasufumi Ogawa (12): spp: add basic commands spp: add ls command spp: add completion for ls command spp: add common completion mehtod in Shell class spp: fix bug of completion spp: add file type support to compl_common spp: fix bug for record command spp: add completion for playback command spp: add completion for record command spp: add mkdir command and its completion spp: refactor help messages in Shell class spp: refactor logger src/spp.py | 263 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 237 insertions(+), 26 deletions(-) -- 2.13.1