[PATCH 0/6] docs: Unify Getting Started Guides
David Young
dave at youngcopy.com
Wed Sep 20 17:48:04 CEST 2023
The separate Getting Started Guides for Linux, FreeBSD, and Windows have been
consolidated into a single, streamlined guide to simplify the user experience
and facilitate easier maintenance.
David Young (6):
Section 1: Introduction
Section 2: Install and Build DPDK
Section 3: Setting up a System to Run DPDK Applications
Section 4: Running Applications
Section 5: Appendix
Section 6: Glossary
.../appendix/cross_compile_dpdk.rst | 37 +++
.../appendix/dpdk_meson_build_options.rst | 57 ++++
.../getting_started_guide/appendix/index.rst | 17 +
.../running_dpdk_apps_without_root.rst | 36 +++
.../appendix/vfio_advanced.rst | 295 ++++++++++++++++++
doc/guides/getting_started_guide/glossary.rst | 75 +++++
.../building_from_sources.rst | 108 +++++++
.../install_and_build/index.rst | 15 +
.../installing_prebuilt_packages.rst | 54 ++++
.../windows_install_build.rst | 93 ++++++
doc/guides/getting_started_guide/intro.rst | 16 +
.../getting_started_guide/run_apps/index.rst | 10 +
.../run_apps/run_apps.rst | 118 +++++++
.../getting_started_guide/system_setup.rst | 195 ++++++++++++
14 files changed, 1126 insertions(+)
create mode 100644 doc/guides/getting_started_guide/appendix/cross_compile_dpdk.rst
create mode 100644 doc/guides/getting_started_guide/appendix/dpdk_meson_build_options.rst
create mode 100644 doc/guides/getting_started_guide/appendix/index.rst
create mode 100644 doc/guides/getting_started_guide/appendix/running_dpdk_apps_without_root.rst
create mode 100644 doc/guides/getting_started_guide/appendix/vfio_advanced.rst
create mode 100644 doc/guides/getting_started_guide/glossary.rst
create mode 100644 doc/guides/getting_started_guide/install_and_build/building_from_sources.rst
create mode 100644 doc/guides/getting_started_guide/install_and_build/index.rst
create mode 100644 doc/guides/getting_started_guide/install_and_build/installing_prebuilt_packages.rst
create mode 100644 doc/guides/getting_started_guide/install_and_build/windows_install_build.rst
create mode 100644 doc/guides/getting_started_guide/intro.rst
create mode 100644 doc/guides/getting_started_guide/run_apps/index.rst
create mode 100644 doc/guides/getting_started_guide/run_apps/run_apps.rst
create mode 100644 doc/guides/getting_started_guide/system_setup.rst
--
2.41.0.windows.1
More information about the dev
mailing list