From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bcmv-tmail01.ecl.ntt.co.jp (bcmv-tmail01.ecl.ntt.co.jp [124.146.185.148]) by dpdk.org (Postfix) with ESMTP id 90DEA1B4C5 for ; Thu, 11 Oct 2018 13:12:18 +0200 (CEST) Received: from bcmv-ns01.ecl.ntt.co.jp (bcmv-ns01.ecl.ntt.co.jp [129.60.83.123]) by bcmv-tmail01.ecl.ntt.co.jp (8.14.4/8.14.4) with ESMTP id w9BBCHfw005413; Thu, 11 Oct 2018 20:12:17 +0900 Received: from bcmv-ns01.ecl.ntt.co.jp (localhost [127.0.0.1]) by bcmv-ns01.ecl.ntt.co.jp (Postfix) with ESMTP id 05A2C125; Thu, 11 Oct 2018 20:12:17 +0900 (JST) Received: from localhost.localdomain (unknown [129.60.13.51]) by bcmv-ns01.ecl.ntt.co.jp (Postfix) with ESMTP id DD3B0105; Thu, 11 Oct 2018 20:12:16 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Date: Thu, 11 Oct 2018 20:12:03 +0900 Message-Id: <20181011111207.49604-1-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 X-TM-AS-MML: disable Subject: [spp] [PATCH 0/4] Revise help messages of commands and documentation 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: Thu, 11 Oct 2018 11:12:19 -0000 From: Yasufumi Ogawa Revise help messages of SPP controller for updating old, adding new and correcting wrong descriptions. Documents of commands are also revised in this update. Yasufumi Ogawa (4): controller: revise help messages docs: update primary command reference docs: update secondary command reference docs: update common command reference docs/guides/commands/common.rst | 55 ++++++++++----- docs/guides/commands/primary.rst | 29 ++++---- docs/guides/commands/secondary.rst | 84 ++++++++++++++--------- src/controller/shell.py | 134 ++++++++++++++++++++++++------------- 4 files changed, 199 insertions(+), 103 deletions(-) -- 2.7.4