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.
Changes since v2:
- Rebase onto master
Stephen Finucane (4):
doc: Split dpdk, dpdk-advanced into multiple docs
doc: Move testing to testing section
doc: Document Patchwork instance
gitignore: Ignore venv
.gitignore | 1 +
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 +++++++++
16 files changed, 1791 insertions(+), 1602 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
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev