[ovs-dev] [PATCH 0/5] doc: Rework DPDK guide

Stephen Finucane stephen at that.guru
Tue Dec 13 17:40:37 UTC 2016


As promised, this series reworks the largest of the installation guides
to suit the new structure of the documentation. A couple of related
patches are included to build upon this.

Stephen Finucane (5):
  doc: Use higher resolution logo
  doc: Split dpdk, dpdk-advanced into multiple docs
  doc: Move testing to testing section
  doc: Document Patchwork instance
  gitignore: Ignore venv

 .gitignore                                         |   1 +
 Documentation/_static/logo.png                     | Bin 13341 -> 672215 bytes
 Documentation/automake.mk                          |   7 +-
 Documentation/howto/dpdk.rst                       | 603 +++++++++++++
 Documentation/howto/index.rst                      |   1 +
 Documentation/index.rst                            |  14 +-
 Documentation/internals/index.rst                  |   1 +
 Documentation/internals/patchwork.rst              |  61 ++
 Documentation/intro/install/dpdk-advanced.rst      | 938 ---------------------
 Documentation/intro/install/dpdk.rst               | 584 ++++++-------
 Documentation/intro/install/general.rst            | 348 +-------
 Documentation/intro/install/index.rst              |   5 -
 Documentation/topics/dpdk/index.rst                |  32 +
 .../topics/{dpdk.rst => dpdk/ivshmem.rst}          |   6 +-
 Documentation/topics/dpdk/vhost-user.rst           | 396 +++++++++
 Documentation/topics/index.rst                     |   3 +-
 Documentation/topics/testing.rst                   | 393 +++++++++
 17 files changed, 1790 insertions(+), 1603 deletions(-)
 create mode 100644 Documentation/howto/dpdk.rst
 create mode 100644 Documentation/internals/patchwork.rst
 delete mode 100644 Documentation/intro/install/dpdk-advanced.rst
 create mode 100644 Documentation/topics/dpdk/index.rst
 rename Documentation/topics/{dpdk.rst => dpdk/ivshmem.rst} (93%)
 create mode 100644 Documentation/topics/dpdk/vhost-user.rst
 create mode 100644 Documentation/topics/testing.rst

-- 
2.9.3



More information about the dev mailing list