From patchwork Wed Sep 20 15:48:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Young X-Patchwork-Id: 131744 X-Patchwork-Delegate: thomas@monjalon.net 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 EEFF8425F1; Wed, 20 Sep 2023 17:49:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DD05540ED0; Wed, 20 Sep 2023 17:49:50 +0200 (CEST) Received: from mail-yw1-f171.google.com (mail-yw1-f171.google.com [209.85.128.171]) by mails.dpdk.org (Postfix) with ESMTP id C22AD40041 for ; Wed, 20 Sep 2023 17:49:49 +0200 (CEST) Received: by mail-yw1-f171.google.com with SMTP id 00721157ae682-59be81cf0d8so7215097b3.0 for ; Wed, 20 Sep 2023 08:49:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=youngcopy-com.20230601.gappssmtp.com; s=20230601; t=1695224989; x=1695829789; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=d2sKinRyp66552QdkzzeXnd35I9jXsMdA+AR/5vPsqQ=; b=pOI8HDjz0bv/T2BKu1vjNDW809oFbpXsKRBcKNjKNuJ0/5buWa+qlHUL122ezGUNSL e0ph27gBmzc4tvVS+fPq3zQGNfKSqqBHlYNQ7re31BRkQYAn2ZKMC+PcVsRVkYt2Cu26 Bbin0zdfSMbCxA1nuEPB+zJPHQUJxsPe62o8UcuROJ6lAIfPE9n1hE2JxloIESdHT5z6 nerOvogVhK0lPx0juNXBMOMYLZdjvme5aHo3OBQbgDIWrtMBEluorarVM4eZQZJlSrR3 MQxp69BUyFtgxsIICHRKBvpOUSfy4ehS9VHEBnKodnPj1WvXD7ndzv4nPsHaQr1Wfs9K +tOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695224989; x=1695829789; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=d2sKinRyp66552QdkzzeXnd35I9jXsMdA+AR/5vPsqQ=; b=sjm0wDxVls+PjwEmUkLnjrIJBc3s0Bmg1ywk5iMWK5bxkuFwJ34y9AsX2ssWS3tMVa /09Dmh64I6OscpIF50vxSdtSg/GrDq4FU/cPSBHC6TE5JBglF3tbVoWCLBQyTnZmjYHq Rxovp6TJv7AwzKtHPzJS+3viFxGVKUH6ooTgtWCiEsmlso1so/h8FEK816mYPCKCYv/x qujQ189Mc70cd4qRdLCQidClNeMWXDomV/9rH8D3/MzcQK1auQmBH7P/XypMF95lL8pR hgGlfGnizHvZ+2T8s8eRKUbolsUbCZTtebQr75koty7zEGVjgaaAkQoJtijv7lhbK5Ri qbDg== X-Gm-Message-State: AOJu0Yz0UEbXjuAgsUSeshBr/9I2WZlqOAybTYnAye6UnVaWCLbi5fC9 duq1q9ke2znTtJMeakMlao4h+po+AHPQo1zB8SE= X-Google-Smtp-Source: AGHT+IH+yMsToe9WzuVzJthTOpgtpftZ6Tq/brJTcH6p+n/I4gNV+f9fD9FPYkHBkrUjFhEjOWcX/g== X-Received: by 2002:a0d:dfc5:0:b0:583:adc6:10b8 with SMTP id i188-20020a0ddfc5000000b00583adc610b8mr2453870ywe.3.1695224988796; Wed, 20 Sep 2023 08:49:48 -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.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Sep 2023 08:49:48 -0700 (PDT) From: David Young To: dev@dpdk.org Cc: Bruce Richardson , David Young Subject: [PATCH 1/6] Section 1: Introduction Date: Wed, 20 Sep 2023 11:48:05 -0400 Message-ID: <20230920154817.617-2-dave@youngcopy.com> X-Mailer: git-send-email 2.41.0.windows.1 In-Reply-To: <20230920154817.617-1-dave@youngcopy.com> References: <20230920154817.617-1-dave@youngcopy.com> 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 --- doc/guides/getting_started_guide/intro.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/guides/getting_started_guide/intro.rst diff --git a/doc/guides/getting_started_guide/intro.rst b/doc/guides/getting_started_guide/intro.rst new file mode 100644 index 0000000000..88bdd48849 --- /dev/null +++ b/doc/guides/getting_started_guide/intro.rst @@ -0,0 +1,16 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright(c) 2010-2014 Intel Corporation. + +Introduction +============ + +Welcome to the unified getting started guide for the Data Plane Development Kit (DPDK) covering Linux, FreeBSD, and Windows. DPDK is a set of libraries and +drivers that accelerate packet processing and allow the user to create high-performance +networking applications. + +The guide is structured to provide basic step-by-step instructions with OS-specific instructions for each operating system where necessary. +By the end of this guide, you should have a solid understanding of how to implement and +use DPDK in your networking projects, regardless of the operating system you are using. + +We hope this guide serves as a valuable resource as you explore the powerful +capabilities of DPDK. \ No newline at end of file