From patchwork Wed Sep 20 15:48:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Young X-Patchwork-Id: 162 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 43116425F1; Wed, 20 Sep 2023 17:49:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C088040E01; Wed, 20 Sep 2023 17:49:08 +0200 (CEST) Received: from mail-yw1-f182.google.com (mail-yw1-f182.google.com [209.85.128.182]) by mails.dpdk.org (Postfix) with ESMTP id 3CB3E40041 for ; Wed, 20 Sep 2023 17:49:07 +0200 (CEST) Received: by mail-yw1-f182.google.com with SMTP id 00721157ae682-59bd60ca09bso7149967b3.1 for ; Wed, 20 Sep 2023 08:49:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=youngcopy-com.20230601.gappssmtp.com; s=20230601; t=1695224946; x=1695829746; 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=W13uFXUAaTahDpDVqop+5lWoU6FRqDL0a1ZJmv+fOSE=; b=tufnEE3AkGmMuYcpun2EmBu2Agq1MjEOhcMIn+g3UbxdHfbNHhDnXLPOzdoy1MPvUz xTSawj02uijwgQh1Uak8KEnyLg3LkXQiVNRSc65+R02YTy14G/2tvwlphQh5/KIC5Rq5 5ltynFrs9Yc15J5rzSe94irvOAJf6Odm6FdvfsVexbOc1epgXTsGeflbR+n2YnpqgsiU AGacir67fbIKlY1U8GQxucyRtbJxUpFZJjLjg0JwmKKCQI+n1PyUMmPpU/QzwWWJo1jS sElKsiCXNenbqSeshqWBzx3rYTdui7lxWTtcLM2th2DGRgizBXyG0C3Mp1Ys2ZKCyCvb D7wQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695224946; x=1695829746; 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=W13uFXUAaTahDpDVqop+5lWoU6FRqDL0a1ZJmv+fOSE=; b=Y8mVlVjpVtkBzZ/DoXX2h+D2xNU65xvfaOuhBzVhSHok6GPmiHwjfmYNYqUWcAaw+f k8efUvZdZpJWN0B0S+SjrBbwKV97SIfEAcKY654zImt3x0uHLNF8v124wg2RQ52B/9qy 067xm3GhJBkriKqvSkKJZ/RANMIO8B0zbmiHwnci9wIG/11zWWOiAX7b4Ysl1H//bZbF 5eQYf6+48qfAlh7LOLOEhFGhEviNORoIRl4smajH2ZUU/16VV90RswarNYHU/8fAlvfC 6L7wVO8Ib8uwoK34+llmMFe0KL3XpVId8SrLnZzkEnIbke8oyjRgk2atg1KMCiv3Eui5 rPpg== X-Gm-Message-State: AOJu0YzT6p0ysUsa+QBCrR+9H79dzPL4JnrQFRV2+F/3rj9GWvI63t8u BCkYuQkCmi/QKwktkVQo7ahoWpGywJwxj+DfoBA= X-Google-Smtp-Source: AGHT+IF3tjr/cATJtQ+1HTAZP/8/MsC/ucfzDuCENc13JNkpaowGgVtpx4Xtg5NccgXGYNJz0oUoHg== X-Received: by 2002:a0d:d8d7:0:b0:59b:e86f:ed2e with SMTP id a206-20020a0dd8d7000000b0059be86fed2emr2576072ywe.2.1695224946035; Wed, 20 Sep 2023 08:49:06 -0700 (PDT) Received: from localhost.localdomain ([2600:1700:20c0:a560:1d8e:3ea8:ad75:14a1]) by smtp.gmail.com with ESMTPSA id r2-20020a818102000000b0059a34cfa2a5sm3806348ywf.67.2023.09.20.08.49.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Sep 2023 08:49:05 -0700 (PDT) From: David Young To: dev@dpdk.org Cc: Bruce Richardson , David Young Subject: [PATCH 0/6] docs: Unify Getting Started Guides Date: Wed, 20 Sep 2023 11:48:04 -0400 Message-ID: <20230920154817.617-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 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