DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: spelling fixes
@ 2018-10-18 22:32 Stephen Hemminger
  2018-10-22  8:52 ` Kovacevic, Marko
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2018-10-18 22:32 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

Trivial pelling errors found by codespell.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 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(-)

diff --git a/doc/guides/eventdevs/opdl.rst b/doc/guides/eventdevs/opdl.rst
index 210522329746..0262a337a076 100644
--- a/doc/guides/eventdevs/opdl.rst
+++ b/doc/guides/eventdevs/opdl.rst
@@ -62,7 +62,7 @@ Queue Dependencies
 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
 
  * Enqueued onto Q0 (typically through P0), then
diff --git a/doc/guides/nics/axgbe.rst b/doc/guides/nics/axgbe.rst
index e30f4944fec3..9b270a4226e4 100644
--- a/doc/guides/nics/axgbe.rst
+++ b/doc/guides/nics/axgbe.rst
@@ -24,7 +24,7 @@ AXGBE PMD has support for:
 - Multicast mode
 - RSS (Receive Side Scaling)
 - Checksum offload
-- Jumbo Frame upto 9K
+- Jumbo Frame up to 9K
 
 
 Configuration Information
diff --git a/doc/guides/nics/enic.rst b/doc/guides/nics/enic.rst
index c0490302e38b..746d891232c8 100644
--- a/doc/guides/nics/enic.rst
+++ b/doc/guides/nics/enic.rst
@@ -372,7 +372,7 @@ vectorized handler, take the following steps.
     -w 12:00.0,enable-avx2-rx=1
 
   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 59fa0e10d16a..82b9383ec41b 100644
--- a/doc/guides/nics/mvpp2.rst
+++ b/doc/guides/nics/mvpp2.rst
@@ -584,7 +584,7 @@ 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 <qossupport>`.
+The policer objects defined by this feature can work with the default policer defined via config file as described in :ref:`QoS Support <qossupport>`.
 
 Limitations
 ~~~~~~~~~~~
diff --git a/doc/guides/nics/virtio.rst b/doc/guides/nics/virtio.rst
index 7c099fb7c0bd..2ae875cb49c5 100644
--- a/doc/guides/nics/virtio.rst
+++ b/doc/guides/nics/virtio.rst
@@ -47,7 +47,7 @@ In this release, the virtio PMD driver provides the basic functionality of packe
 *   The descriptor number for the Rx/Tx queue is hard-coded to be 256 by qemu 2.7 and below.
     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.
 
 *   Features of mac/vlan filter are supported, negotiation with vhost/backend are needed to support them.
-- 
2.17.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: spelling fixes
  2018-10-18 22:32 [dpdk-dev] [PATCH] doc: spelling fixes Stephen Hemminger
@ 2018-10-22  8:52 ` Kovacevic, Marko
  2018-10-22 13:48   ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Kovacevic, Marko @ 2018-10-22  8:52 UTC (permalink / raw)
  To: Stephen Hemminger, dev

> Trivial pelling errors found by codespell.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  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(-)

Commit message spelling error, I don't know if it was intentional if it was I like it :)
Even if it wasn't I think it should stay :)

Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: spelling fixes
  2018-10-22  8:52 ` Kovacevic, Marko
@ 2018-10-22 13:48   ` Ferruh Yigit
  0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2018-10-22 13:48 UTC (permalink / raw)
  To: Kovacevic, Marko, Stephen Hemminger, dev

On 10/22/2018 9:52 AM, Kovacevic, Marko wrote:
>> Trivial pelling errors found by codespell.
>>
>> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
>> ---
>>  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(-)
> 
> Commit message spelling error, I don't know if it was intentional if it was I like it :)
> Even if it wasn't I think it should stay :)
> 
> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>

Applied to dpdk-next-net/master, thanks.

(commit log kept intact)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-10-22 13:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-18 22:32 [dpdk-dev] [PATCH] doc: spelling fixes Stephen Hemminger
2018-10-22  8:52 ` Kovacevic, Marko
2018-10-22 13:48   ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).