From patchwork Wed Aug 4 18:26:52 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henry Nadeau X-Patchwork-Id: 96667 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 C78F6A0C40; Wed, 4 Aug 2021 20:27:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 49D114014F; Wed, 4 Aug 2021 20:27:07 +0200 (CEST) Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) by mails.dpdk.org (Postfix) with ESMTP id 6383340143 for ; Wed, 4 Aug 2021 20:27:06 +0200 (CEST) Received: by mail-qt1-f179.google.com with SMTP id k13so2014912qth.10 for ; Wed, 04 Aug 2021 11:27:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=CcK8ifVvjuIyWOcz8kxOtq5X/8+BQQi0DTBp9m234aA=; b=ZM9kc1Q56zW81/x5qmgSY1M+EbGx+hl7I5qye8G3LcAe8LF4DINVVNnDT/IIZ48UPK U9YY4Y8ibl2DRn1YoCFQmXpkdCsyInvz3xQmEZVy4eDI0H7Wh259VP44xHioo1RJYqpr c3qBSInBCM3YmrI7k3fgT2LrcGX6bTSylBU6Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=CcK8ifVvjuIyWOcz8kxOtq5X/8+BQQi0DTBp9m234aA=; b=j4gvaek6J35rKJ/W1V0ctfxKWCtipgWCuZQUkAMj5bHx26AAehirUvj/2xS7kjs3ox 7uuh33rN9E7z46LdVCF+fR8T4YXIAMXkS6Xkrwcn17L34XT9W8EjK65vmZ2MwbiYfJ9I AhofLPg65laVno/w7qu4RBKdA+MSQ3zxBmHkKDX1x9Rp0l2gDXc5X4Qkv14+D8O5P4O7 8maNZ4LUkNLb6GmI5d157JQZ2eJkU4/9WEpzkb12bzt/6+hQwtThmUQiXYEa3FKs7pP7 G8UxWCqlF/+g9TGWBo1XJFGDpB1csT6lxJTwMaqvVyXripOhOgEzi6K05LenhpMe9WLu 7+Ag== X-Gm-Message-State: AOAM530QIyANCyAQykSTWRDRb0XnP143dk3gDnT7u8SZw/vfY6WIjZan Z+dwcAdoolUlVZ/RSA08W/ltcMmNL8L+/5JJ048me7avfKvf2GBQmEl4bQbXt54TE8ZPN0EF5d/ THJDSlJVMFBAyo+EVzpeGSlegmo4jiAaiYc6BJMuYKOAn7Cj5soh3rUKdoec= X-Google-Smtp-Source: ABdhPJx3n57cDg0yXle7ea6Mh2S6Zq4heB7TTHWkOjgTrjrJAm87ma91CNTerSOPlYZFNXJR19eJPw== X-Received: by 2002:a05:622a:1907:: with SMTP id w7mr825561qtc.251.1628101625526; Wed, 04 Aug 2021 11:27:05 -0700 (PDT) Received: from hnadeau-thinkpad.iol.unh.edu ([2606:4100:3880:1220:37be:933f:810a:883c]) by smtp.gmail.com with ESMTPSA id b23sm1660194qkl.113.2021.08.04.11.27.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Aug 2021 11:27:05 -0700 (PDT) From: Henry Nadeau To: dev@dpdk.org Cc: thomas@monjalon.net Date: Wed, 4 Aug 2021 14:26:52 -0400 Message-Id: <20210804182651.7790-1-hnadeau@iol.unh.edu> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] doc: two typos in documentation 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 Sender: "dev" Corrected two typos that got added in the most recent merge. Signed-off-by: Henry Nadeau --- doc/guides/sample_app_ug/ioat.rst | 2 +- doc/guides/sample_app_ug/vmdq_forwarding.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/sample_app_ug/ioat.rst b/doc/guides/sample_app_ug/ioat.rst index ee0a627b06..b364be3b5d 100644 --- a/doc/guides/sample_app_ug/ioat.rst +++ b/doc/guides/sample_app_ug/ioat.rst @@ -236,7 +236,7 @@ function in order to start processing for each lcore: .. literalinclude:: ../../../examples/ioat/ioatfwd.c :language: c :start-after: Start processing for each lcore. 8< - :end-before: >8 End of starting to processfor each lcore. + :end-before: >8 End of starting to process for each lcore. :dedent: 0 The function launches Rx/Tx processing functions on configured lcores diff --git a/doc/guides/sample_app_ug/vmdq_forwarding.rst b/doc/guides/sample_app_ug/vmdq_forwarding.rst index ae1b5660df..ed28525a15 100644 --- a/doc/guides/sample_app_ug/vmdq_forwarding.rst +++ b/doc/guides/sample_app_ug/vmdq_forwarding.rst @@ -103,7 +103,7 @@ the MAC of VMDq pool 2 on port 1 is 52:54:00:12:01:02. .. literalinclude:: ../../../examples/vmdq/main.c :language: c - :start-after: Building correct configruration for vdmq. 8< + :start-after: Building correct configuration for vdmq. 8< :end-before: >8 End of get_eth_conf. Once the network port has been initialized using the correct VMDq values,