From patchwork Thu Mar 19 16:48:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 4078 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 2F43A5A9A; Thu, 19 Mar 2015 17:49:20 +0100 (CET) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by dpdk.org (Postfix) with ESMTP id 026755A72 for ; Thu, 19 Mar 2015 17:49:17 +0100 (CET) Received: by wegp1 with SMTP id p1so62212704weg.1 for ; Thu, 19 Mar 2015 09:49:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=+MthqVdPOpDo9Z28VPhNjO6xVtCg1GMov8FX1Z0XYx4=; b=JnwxjPWjBVBL0sh6mmg30onb/yHkLKLK/wXJw/zuOLOLR0H6UVonzFO0nLMGbu0UwR ASviKRYa8H1J7KDgWkbeeJHfDzcYZ4E8JfMa53SdYiPgpCxpiZQEiOCiJDkco2Lq78rX /8Qrh0kKB4VcvkbqdsvlD+pJtOqXrn1gf2pl3swaZeTaV3iVn2heaosKZfly+1dUVXn+ VKtMWBTXYx2t/xmGAMF23HGAmrgtwK2d+15nZdSno771zbgAvqs/DYLmPXzHgKnJEa0l cQBQvuKXBJ5umuxLw5a0vjL+ynrRDm2+Vq7JUoAwhdtbJJpUvpGfJznZWvXZEi+x0U6k KwnQ== X-Gm-Message-State: ALoCoQnFsdBpJ8YOBoQH2/sj6pT+pPzaIGhe2mZMP+M7DgebCCNKRyPFqybQRl3EYGsGgC7PFBLj X-Received: by 10.194.241.202 with SMTP id wk10mr126733386wjc.145.1426783756894; Thu, 19 Mar 2015 09:49:16 -0700 (PDT) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id lx10sm2672243wjb.17.2015.03.19.09.49.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 Mar 2015 09:49:16 -0700 (PDT) From: Thomas Monjalon To: siobhan.a.butler@intel.com, bernard.iremonger@intel.com Date: Thu, 19 Mar 2015 17:48:30 +0100 Message-Id: <1426783711-2407-3-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.2.2 In-Reply-To: <1426783711-2407-1-git-send-email-thomas.monjalon@6wind.com> References: <1422747307-13792-1-git-send-email-thomas.monjalon@6wind.com> <1426783711-2407-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH v2 2/3] doc: move Xen guide out of programmers guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Xen is an environment comparable to Linux and FreeBSD which have their own guide. Signed-off-by: Thomas Monjalon --- MAINTAINERS | 2 +- doc/guides/index.rst | 1 + doc/guides/prog_guide/index.rst | 1 - .../img/dpdk_xen_pkt_switch.png | Bin doc/guides/{prog_guide => xen}/img/grant_refs.png | Bin doc/guides/{prog_guide => xen}/img/grant_table.png | Bin doc/guides/{ => xen}/index.rst | 21 +++++++++------------ .../pkt_switch.rst} | 0 8 files changed, 11 insertions(+), 14 deletions(-) rename doc/guides/{prog_guide => xen}/img/dpdk_xen_pkt_switch.png (100%) rename doc/guides/{prog_guide => xen}/img/grant_refs.png (100%) rename doc/guides/{prog_guide => xen}/img/grant_table.png (100%) copy doc/guides/{ => xen}/index.rst (88%) rename doc/guides/{prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst => xen/pkt_switch.rst} (100%) diff --git a/MAINTAINERS b/MAINTAINERS index bef7f59..24f0a4c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -132,9 +132,9 @@ F: lib/librte_eal/linuxapp/eal/*xen* F: lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h F: lib/librte_mempool/rte_dom0_mempool.c F: lib/librte_pmd_xenvirt/ +F: doc/guides/xen/ F: app/test-pmd/mempool_* F: examples/vhost_xen/ -F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst FreeBSD EAL (with overlaps) M: Bruce Richardson diff --git a/doc/guides/index.rst b/doc/guides/index.rst index c589a30..53f1be1 100644 --- a/doc/guides/index.rst +++ b/doc/guides/index.rst @@ -39,6 +39,7 @@ Contents: linux_gsg/index freebsd_gsg/index + xen/index prog_guide/index sample_app_ug/index testpmd_app_ug/index diff --git a/doc/guides/prog_guide/index.rst b/doc/guides/prog_guide/index.rst index 3c17e8d..b263d31 100644 --- a/doc/guides/prog_guide/index.rst +++ b/doc/guides/prog_guide/index.rst @@ -53,7 +53,6 @@ Programmer's Guide ivshmem_lib poll_mode_drv_emulated_virtio_nic poll_mode_drv_paravirtual_vmxnets_nic - intel_dpdk_xen_based_packet_switch_sol libpcap_ring_based_poll_mode_drv link_bonding_poll_mode_drv_lib mlx4_poll_mode_drv diff --git a/doc/guides/prog_guide/img/dpdk_xen_pkt_switch.png b/doc/guides/xen/img/dpdk_xen_pkt_switch.png similarity index 100% rename from doc/guides/prog_guide/img/dpdk_xen_pkt_switch.png rename to doc/guides/xen/img/dpdk_xen_pkt_switch.png diff --git a/doc/guides/prog_guide/img/grant_refs.png b/doc/guides/xen/img/grant_refs.png similarity index 100% rename from doc/guides/prog_guide/img/grant_refs.png rename to doc/guides/xen/img/grant_refs.png diff --git a/doc/guides/prog_guide/img/grant_table.png b/doc/guides/xen/img/grant_table.png similarity index 100% rename from doc/guides/prog_guide/img/grant_table.png rename to doc/guides/xen/img/grant_table.png diff --git a/doc/guides/index.rst b/doc/guides/xen/index.rst similarity index 88% copy from doc/guides/index.rst copy to doc/guides/xen/index.rst index c589a30..628ecc3 100644 --- a/doc/guides/index.rst +++ b/doc/guides/xen/index.rst @@ -28,18 +28,15 @@ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -DPDK documentation -================== +Xen Guide +========= -Contents: +|today| + +**Contents** .. toctree:: - :maxdepth: 1 - :titlesonly: - - linux_gsg/index - freebsd_gsg/index - prog_guide/index - sample_app_ug/index - testpmd_app_ug/index - rel_notes/index + :maxdepth: 2 + :numbered: + + pkt_switch diff --git a/doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst b/doc/guides/xen/pkt_switch.rst similarity index 100% rename from doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst rename to doc/guides/xen/pkt_switch.rst