From patchwork Sat Jan 31 23:35:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 2867 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 1CAE65AAB; Sun, 1 Feb 2015 00:35:55 +0100 (CET) Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 429975A90 for ; Sun, 1 Feb 2015 00:35:48 +0100 (CET) Received: by mail-wg0-f44.google.com with SMTP id z12so32788700wgg.3 for ; Sat, 31 Jan 2015 15:35:48 -0800 (PST) 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=eKXtWCMSclrWjKljoQmWvncefmVEKbrrm7w+3ItGW6Y=; b=m/TbMslH1SNMWHSXPjPjP5kL+mEzaiRJC09kG5QY0mlCJTmHZcOu+vNmY0wNOljEkO izGpSZ04fjJeEaPL9Gk4SP5mcEID+wqwhqXheQ0dluxP+sMJhgFopvmX0QHddu7cQK/x VI3ruW1AzSkUB95H6rXCDNSc8vjNElYH6eKXKzLfxFBo3IyNTrb52RIMR9aN5MnYWJGg muVfvTqOav1CPHsnmWtBPHN3K/4ugN3MIaOTcnGFjFfB5wBM7WUvLtRmr8UZbTY005pl SXGHhdABV1d75zNXGnUn+/CvmbpbTxuDTPZNutGUmxRXLpv5Tn0Rf8+hCqQ0iKc9Fn8b X5nQ== X-Gm-Message-State: ALoCoQk/rI7ypI7vPpak1jLo21frCh0Kv8HAFM6Lc3tMPnny3Yw9nBCsu1FY+hDm/rz8VvAuFFLp X-Received: by 10.180.74.52 with SMTP id q20mr9958793wiv.0.1422747348001; Sat, 31 Jan 2015 15:35:48 -0800 (PST) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id n6sm21080068wjy.8.2015.01.31.15.35.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 31 Jan 2015 15:35:46 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Sun, 1 Feb 2015 00:35:05 +0100 Message-Id: <1422747307-13792-3-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.2.2 In-Reply-To: <1422747307-13792-1-git-send-email-thomas.monjalon@6wind.com> References: <1422747307-13792-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-dev] [RFC PATCH 2/4] 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 - doc/guides/{prog_guide => xen}/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 .../index.rst} | 2 ++ 7 files changed, 4 insertions(+), 2 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%) rename doc/guides/{prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst => xen/index.rst} (99%) diff --git a/MAINTAINERS b/MAINTAINERS index 9a63714..1d9ddbc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -117,7 +117,7 @@ F: lib/librte_mempool/rte_dom0_mempool.c F: lib/librte_pmd_xenvirt/ F: app/test-pmd/mempool_* F: examples/vhost_xen/ -F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst +F: doc/guides/prog_guide/xen/index.rst FreeBSD EAL (with overlaps) F: lib/librte_eal/bsdapp/Makefile 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 8d86dd4..cdc7ea0 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 timer_lib 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/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst b/doc/guides/xen/index.rst similarity index 99% rename from doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst rename to doc/guides/xen/index.rst index 1f1e04f..70b7429 100644 --- a/doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst +++ b/doc/guides/xen/index.rst @@ -31,6 +31,8 @@ DPDK Xen Based Packet-Switching Solution ======================================== +|today| + Introduction ------------