From patchwork Fri Nov 3 04:01:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Young X-Patchwork-Id: 353 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6BAE943274; Fri, 3 Nov 2023 05:02:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3CB7D402D7; Fri, 3 Nov 2023 05:02:21 +0100 (CET) Received: from mail-yb1-f172.google.com (mail-yb1-f172.google.com [209.85.219.172]) by mails.dpdk.org (Postfix) with ESMTP id 73E424021E for ; Fri, 3 Nov 2023 05:02:20 +0100 (CET) Received: by mail-yb1-f172.google.com with SMTP id 3f1490d57ef6-da326fc942aso371584276.1 for ; Thu, 02 Nov 2023 21:02:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=youngcopy-com.20230601.gappssmtp.com; s=20230601; t=1698984139; x=1699588939; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=isix5o6QdnpdJq/pIxe2W+y5YCCcq+UF402bmnHrbgY=; b=mtV1uiEAE/uFRFnmke74NcsFvC8fkT98GgoQ/iBdOuKHZqRCQRg6O7kjhwsehH5Ryi iGq/LbuVnxzzObwOddfKPhfUnMQ3guPi2E4cOK3n8J112+yXWEdXy7KjZjZO8X968x31 7q/N6C6bcEBVSvyAvppyvJTFswHqPMiUnX8K4gxUUTlvdMktNEI4x0wMsef/zW/rCvdA jnomfXsSSiJcq+PZ21m0qwXi/6GMIMNg//IBK8/K6Lw4SuepRR07XLxO7O3DnGaUiZj9 p71Ox5UmIicSVxvcS1P9mmVv9kSvU/oGrLlODSjQjsZDAsDJ4sc3hvr7sb5cLXpHGfTX 9Gfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698984139; x=1699588939; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=isix5o6QdnpdJq/pIxe2W+y5YCCcq+UF402bmnHrbgY=; b=pXh20hh7f2EiOtIimqt47zKTCzEgSnbPWxdrigSHOqobjptI+EWWYLE/Dxqb20o63f qcHHnsGoWZQJDd8eB6k6ei/ksh6xHgQnM5fJBJfr9ebbzxwfLXrP+JVf6mgeuf9Ygd5d IA5sAMm1RSf3MZXmKYTvNfLoKhCO52Y+9vtd25xhfreeaeL2yxL2WS8rqKwWo+qiLWoy 93R0agMAQ4F4N1smPUB7OxlpA/QF2kDZT+lFGMoxT24prmxcTsCqvS18f6aRWS34SYyf RIr0C04ixqjjotsyuTJWHHoL+OwFmkumlG+VDlfKKJkh8M0rob1Wogh2FiuMV0XWlIST fuYg== X-Gm-Message-State: AOJu0YxNRmt/CoAt/eRSeowpTloKBdr+qn8I0wWEOwsXq7jTro5v0dQU 1xxQ+0rpiUH22e9n0wCeIxfSmM+fZN5vK0af3HY= X-Google-Smtp-Source: AGHT+IEl3WFsTCdJp9ACd5G/ea8uBe4IOl+W//D/6Mfsiif6YKwOrr9vtg3XXoI1Oh6zmxDiFkk6jA== X-Received: by 2002:a05:690c:eca:b0:5a7:da7e:effa with SMTP id cs10-20020a05690c0eca00b005a7da7eeffamr16775529ywb.5.1698984138390; Thu, 02 Nov 2023 21:02:18 -0700 (PDT) Received: from localhost.localdomain ([2600:1700:20c0:a560:c076:581e:323d:c06e]) by smtp.gmail.com with ESMTPSA id x64-20020a817c43000000b0059b1f6d1959sm493958ywc.101.2023.11.02.21.02.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 02 Nov 2023 21:02:17 -0700 (PDT) From: David Young To: dev@dpdk.org Cc: Bruce Richardson , Aaron Conole , David Young Subject: [PATCH v3 0/7] docs: getting started guide consolidation Date: Fri, 3 Nov 2023 00:01:46 -0400 Message-ID: <20231103040202.2849-1-dave@youngcopy.com> X-Mailer: git-send-email 2.41.0.windows.1 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Updated based on latest v1 and v2 feedback. David Young (7): 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 Added link to Getting Started Guide in index.rst 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 | 174 +++++++++++ .../install_and_build/index.rst | 14 + .../installing_prebuilt_packages.rst | 54 ++++ doc/guides/getting_started_guide/intro.rst | 13 + .../getting_started_guide/run_apps/index.rst | 10 + .../run_apps/run_apps.rst | 118 +++++++ .../getting_started_guide/system_setup.rst | 195 ++++++++++++ doc/guides/index.rst | 1 + 14 files changed, 1096 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/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