From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A1F0DA04F9 for ; Thu, 9 Jan 2020 03:52:52 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2234F1D9F7; Thu, 9 Jan 2020 03:52:51 +0100 (CET) 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 E015B1D68D for ; Thu, 9 Jan 2020 03:52:49 +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 0092qmdg006535; Thu, 9 Jan 2020 11:52:48 +0900 Received: (from root@localhost) by gwchk03.silk.ntt-tx.co.jp (unknown) id 0092qmjQ006445; Thu, 9 Jan 2020 11:52:48 +0900 Received: from gwchk.silk.ntt-tx.co.jp [10.107.0.110] by gwchk03.silk.ntt-tx.co.jp with ESMTP id MAA06262; Thu, 9 Jan 2020 11:51:13 +0900 Received: from imss04.silk.ntt-tx.co.jp (localhost [127.0.0.1]) by imss01.silk.ntt-tx.co.jp (unknown) with ESMTP id 0092pDHA027725; Thu, 9 Jan 2020 11:51:13 +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 0092pD1v027720; Thu, 9 Jan 2020 11:51:13 +0900 Message-Id: <202001090251.0092pD1v027720@imss04.silk.ntt-tx.co.jp> Received: from localhost by mgate02.silk.ntt-tx.co.jp (unknown) id 0092pDl9004326 ; Thu, 9 Jan 2020 11:51:13 +0900 From: x-fn-spp@sl.ntt-tx.co.jp To: ferruh.yigit@intel.com, yasufum.o@gmail.com Cc: spp@dpdk.org Date: Thu, 9 Jan 2020 11:51:12 +0900 X-Mailer: git-send-email 2.18.0 In-Reply-To: <20200109025113.22689-1-x-fn-spp@sl.ntt-tx.co.jp> References: <20200109025113.22689-1-x-fn-spp@sl.ntt-tx.co.jp> X-TM-AS-GCONF: 00 Subject: [spp] [PATCH 6/7] docs: adds spp-vm1.xml 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: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Hideyuki Yamashita This patch set introduce spp-vm1.xml file as sample file for vhost use case. To refer the file from RST, corresponding document is also fixed. Signed-off-by: Hideyuki Yamashita Signed-off-by: Yasufumi Ogawa --- docs/guides/gsg/howto_use.rst | 77 ++++++--------------------------- docs/samples/gsg/spp-vm1.xml | 81 +++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 64 deletions(-) create mode 100644 docs/samples/gsg/spp-vm1.xml diff --git a/docs/guides/gsg/howto_use.rst b/docs/guides/gsg/howto_use.rst index 5e461eb..631594b 100644 --- a/docs/guides/gsg/howto_use.rst +++ b/docs/guides/gsg/howto_use.rst @@ -859,6 +859,10 @@ Edit configuration of VM with virsh command. The name of VMs are found from You need to define namespace ``qemu`` to use tags such as ````. +In libvirt, ```` tag is supported to utilize qemu specific +features. In this example configuration of hugepage and/or network device is +done via modifying domain XML file. +Please see details in https://libvirt.org/drvqemu.html#qemucommand. .. code-block:: none @@ -880,6 +884,8 @@ registering destinations for classifier's table. Here is an example of XML config for using with SPP. +The complete sample can be found +``http://git.dpdk.org/apps/spp/tree/docs/samples/spp-vm1.xml``. .. code-block:: xml @@ -888,85 +894,28 @@ Here is an example of XML config for using with SPP. d90f5420-861a-4479-8559-62d7a1545cb9 4194304 4194304 - - - - 4 - - hvm - - - - - - - - - destroy - restart - restart - - /usr/local/bin/qemu-system-x86_64 - - - - -
- - - - - -
- - -
- - - -
- - - - - -
- - - - - - - - -
- - + "..." - + - + - + diff --git a/docs/samples/gsg/spp-vm1.xml b/docs/samples/gsg/spp-vm1.xml new file mode 100644 index 0000000..0b5e126 --- /dev/null +++ b/docs/samples/gsg/spp-vm1.xml @@ -0,0 +1,81 @@ + + spp-vm1 + d90f5420-861a-4479-8559-62d7a1545cb9 + 4194304 + 4194304 + + + + 4 + + hvm + + + + + + + + + destroy + restart + restart + + /usr/local/bin/qemu-system-x86_64 + + + + +
+ + + + + +
+ + +
+ + + +
+ + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 2.17.1