From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id EEE1F1B49D for ; Thu, 22 Nov 2018 17:52:48 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 60DC13001FE5; Thu, 22 Nov 2018 16:52:48 +0000 (UTC) Received: from ktraynor.remote.csb (unknown [10.36.118.7]) by smtp.corp.redhat.com (Postfix) with ESMTP id D69AC60E3F; Thu, 22 Nov 2018 16:52:46 +0000 (UTC) From: Kevin Traynor To: Stephen Hemminger Cc: Marko Kovacevic , dpdk stable Date: Thu, 22 Nov 2018 16:49:36 +0000 Message-Id: <20181122164957.13003-44-ktraynor@redhat.com> In-Reply-To: <20181122164957.13003-1-ktraynor@redhat.com> References: <20181122164957.13003-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Thu, 22 Nov 2018 16:52:48 +0000 (UTC) Subject: [dpdk-stable] patch 'doc: fix spelling in PMD guides' has been queued to stable release 18.08.1 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2018 16:52:49 -0000 Hi, FYI, your patch has been queued to stable release 18.08.1 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 11/28/18. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. If the code is different (ie: not only metadata diffs), due for example to a change in context or macro names, please double check it. Thanks. Kevin Traynor --- >>From f7976873a926da002019b0f094fe4803706fab5e Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 18 Oct 2018 15:32:55 -0700 Subject: [PATCH] doc: fix spelling in PMD guides [ upstream commit 987e0def5d40d848c13e031698d1e43245e04fa3 ] Trivial pelling errors found by codespell. Signed-off-by: Stephen Hemminger Acked-by: Marko Kovacevic --- doc/guides/eventdevs/opdl.rst | 2 +- doc/guides/nics/axgbe.rst | 2 +- doc/guides/nics/virtio.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/eventdevs/opdl.rst b/doc/guides/eventdevs/opdl.rst index 210522329..0262a337a 100644 --- a/doc/guides/eventdevs/opdl.rst +++ b/doc/guides/eventdevs/opdl.rst @@ -63,5 +63,5 @@ As stated the order in which packets travel through queues is static in nature. They go through the queues in the order the queues are setup at initialisation ``rte_event_queue_setup()``. For example if an application -sets up 3 queues, Q0, Q1, Q2 and has 3 assoicated ports P0, P1, P2 and +sets up 3 queues, Q0, Q1, Q2 and has 3 associated ports P0, P1, P2 and P3 then packets must be diff --git a/doc/guides/nics/axgbe.rst b/doc/guides/nics/axgbe.rst index e30f4944f..9b270a422 100644 --- a/doc/guides/nics/axgbe.rst +++ b/doc/guides/nics/axgbe.rst @@ -25,5 +25,5 @@ AXGBE PMD has support for: - RSS (Receive Side Scaling) - Checksum offload -- Jumbo Frame upto 9K +- Jumbo Frame up to 9K diff --git a/doc/guides/nics/virtio.rst b/doc/guides/nics/virtio.rst index 7c099fb7c..2ae875cb4 100644 --- a/doc/guides/nics/virtio.rst +++ b/doc/guides/nics/virtio.rst @@ -48,5 +48,5 @@ In this release, the virtio PMD driver provides the basic functionality of packe If given a different descriptor number by the upper application, the virtio PMD generates a warning and fall back to the hard-coded value. - Rx queue size can be configureable and up to 1024 since qemu 2.8 and above. Rx queue size is 256 + Rx queue size can be configurable and up to 1024 since qemu 2.8 and above. Rx queue size is 256 by default. Tx queue size is still hard-coded to be 256. -- 2.19.0 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2018-11-22 16:47:33.412345340 +0000 +++ 0044-doc-fix-spelling-in-PMD-guides.patch 2018-11-22 16:47:32.000000000 +0000 @@ -1,8 +1,10 @@ -From 987e0def5d40d848c13e031698d1e43245e04fa3 Mon Sep 17 00:00:00 2001 +From f7976873a926da002019b0f094fe4803706fab5e Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 18 Oct 2018 15:32:55 -0700 Subject: [PATCH] doc: fix spelling in PMD guides +[ upstream commit 987e0def5d40d848c13e031698d1e43245e04fa3 ] + Trivial pelling errors found by codespell. Signed-off-by: Stephen Hemminger @@ -10,10 +12,8 @@ --- doc/guides/eventdevs/opdl.rst | 2 +- doc/guides/nics/axgbe.rst | 2 +- - doc/guides/nics/enic.rst | 2 +- - doc/guides/nics/mvpp2.rst | 2 +- doc/guides/nics/virtio.rst | 2 +- - 5 files changed, 5 insertions(+), 5 deletions(-) + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/eventdevs/opdl.rst b/doc/guides/eventdevs/opdl.rst index 210522329..0262a337a 100644 @@ -37,28 +37,6 @@ +- Jumbo Frame up to 9K -diff --git a/doc/guides/nics/enic.rst b/doc/guides/nics/enic.rst -index c0490302e..746d89123 100644 ---- a/doc/guides/nics/enic.rst -+++ b/doc/guides/nics/enic.rst -@@ -373,5 +373,5 @@ vectorized handler, take the following steps. - - As the current implementation is intended for field trials, by default, the -- vectorized handler is not considerd (``enable-avx2-rx=0``). -+ vectorized handler is not considered (``enable-avx2-rx=0``). - - - Run on a UCS M4 or later server with CPUs that support AVX2. -diff --git a/doc/guides/nics/mvpp2.rst b/doc/guides/nics/mvpp2.rst -index 59fa0e10d..82b9383ec 100644 ---- a/doc/guides/nics/mvpp2.rst -+++ b/doc/guides/nics/mvpp2.rst -@@ -585,5 +585,5 @@ MVPP2 PMD supports DPDK traffic metering and policing that allows the following: - For an additional description please refer to DPDK :doc:`Traffic Metering and Policing API <../prog_guide/traffic_metering_and_policing>`. - --The policer objects defined by this feature can work with the default policer defined via config file as discribed in :ref:`QoS Support `. -+The policer objects defined by this feature can work with the default policer defined via config file as described in :ref:`QoS Support `. - - Limitations diff --git a/doc/guides/nics/virtio.rst b/doc/guides/nics/virtio.rst index 7c099fb7c..2ae875cb4 100644 --- a/doc/guides/nics/virtio.rst