From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail04.ics.ntt-tx.co.jp (mail05.ics.ntt-tx.co.jp [210.232.35.69]) by dpdk.org (Postfix) with ESMTP id CC6FC5681 for ; Fri, 28 Dec 2018 04:30:40 +0100 (CET) Received: from gwchk03.silk.ntt-tx.co.jp (gwchk03.silk.ntt-tx.co.jp [10.107.0.111]) by mail04.ics.ntt-tx.co.jp (unknown) with ESMTP id wBS3Udpw024129; Fri, 28 Dec 2018 12:30:39 +0900 Received: (from root@localhost) by gwchk03.silk.ntt-tx.co.jp (unknown) id wBS3Ucre011588; Fri, 28 Dec 2018 12:30:38 +0900 Received: from gwchk.silk.ntt-tx.co.jp [10.107.0.110] by gwchk03.silk.ntt-tx.co.jp with ESMTP id NAA11391; Fri, 28 Dec 2018 12:29:28 +0900 Received: from imss04.silk.ntt-tx.co.jp (localhost [127.0.0.1]) by imss04.silk.ntt-tx.co.jp (unknown) with ESMTP id wBS3TS70007754; Fri, 28 Dec 2018 12:29:28 +0900 Received: from mgate02.silk.ntt-tx.co.jp (smtp02.silk.ntt-tx.co.jp [10.107.0.37]) by imss04.silk.ntt-tx.co.jp (unknown) with ESMTP id wBS3TSjl007750; Fri, 28 Dec 2018 12:29:28 +0900 Message-Id: <201812280329.wBS3TSjl007750@imss04.silk.ntt-tx.co.jp> Received: from localhost by mgate02.silk.ntt-tx.co.jp (unknown) id wBS3TR0l001335 ; Fri, 28 Dec 2018 12:29:28 +0900 From: x-fn-spp@sl.ntt-tx.co.jp To: ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Cc: spp@dpdk.org Date: Fri, 28 Dec 2018 12:29:22 +0900 X-Mailer: git-send-email 2.18.0 X-TM-AS-MML: No Subject: [spp] [PATCH 0/5] add exit command description to spp_vf and spp_mirror 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, 28 Dec 2018 03:30:41 -0000 From: Hideyuki Yamashita exit command is added to spp_vf and spp_mirror. This patch series provide adding exit command description on both command reference and usecases. Hideyuki Yamashita (5): docs: add spp_vf exit command to reference docs: add spp_mirror exit to reference docs: add exit description to usecase of spp_vf docs: add exit description to spp_mirror usecase docs: update command example in usecase2 docs/guides/commands/secondary/spp_mirror.rst | 9 +++++++++ docs/guides/commands/secondary/spp_vf.rst | 9 +++++++++ docs/guides/spp_vf/use_cases/usecase1.rst | 9 +++++++++ docs/guides/spp_vf/use_cases/usecase2.rst | 17 ++++++++++++++++- 4 files changed, 43 insertions(+), 1 deletion(-) -- 2.17.1