summaryrefslogtreecommitdiff
path: root/Documentation/index.rst
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-12-14 10:07:57 +0000
committerBen Pfaff <blp@ovn.org>2016-12-21 13:53:44 -0800
commite69e4f5bac5aad6e2512fba0b410575a3ab3b2c8 (patch)
treeeb13f2716a29bc65aca59813c49af75bd2858356 /Documentation/index.rst
parentb438493e1b0321fba56365a937403afb9a93b7c1 (diff)
downloadopenvswitch-e69e4f5bac5aad6e2512fba0b410575a3ab3b2c8.tar.gz
doc: Split dpdk, dpdk-advanced into multiple docs
Combined, the dpdk and dpdk-advanced installation documents provide a lot of useful information, but most of this information is unrelated to installation. Rework these documents, completely breaking up the dpdk-advanced document into multiple smaller documents in other sections and moving non-install aspects of the dpdk document into these sections. This aims to tie the DPDK docs into the documentation structure. Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r--Documentation/index.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst
index 8484dbd7e..2eecf958e 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -61,6 +61,19 @@ vSwitch? Start here.
Deeper Dive
-----------
+- **Architecture** :doc:`topics/design` |
+ :doc:`topics/openflow` |
+ :doc:`topics/integration` |
+ :doc:`topics/porting`
+
+- **DPDK** :doc:`howto/dpdk` |
+ :doc:`topics/dpdk/vhost-user` |
+ :doc:`topics/dpdk/ivshmem`
+
+- **Windows** :doc:`topics/windows`
+
+- **Testing** :doc:`topics/testing`
+
- **Reference Guides:** :doc:`ref/index`
The Open vSwitch Project