patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] doc/guides/nics: fix typos
@ 2019-10-18 15:06 Thierry Herbelot
  2019-10-18 16:29 ` [dpdk-stable] [dpdk-dev] " Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Thierry Herbelot @ 2019-10-18 15:06 UTC (permalink / raw)
  To: dev; +Cc: Thomas Monjalon, stable

'CRC striping' should be spelled 'CRC stripping'.

Fixes: 3eee1f067e7c ('fm10k: add guide')
Fixes: 7a4d9f6676d7 ('doc: add liquidio')
Fixes: f820b5896631 ('doc: add octeontx ethdev driver documentation')
Fixes: 920717e4d8ba ('net/octeontx2: add device start operation')
Fixes: f994cecafdcf ('doc: add ThunderX nicvf')
Cc: stable@dpdk.org

Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
---
 doc/guides/nics/fm10k.rst     | 4 ++--
 doc/guides/nics/liquidio.rst  | 4 ++--
 doc/guides/nics/octeontx.rst  | 4 ++--
 doc/guides/nics/octeontx2.rst | 4 ++--
 doc/guides/nics/thunderx.rst  | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/guides/nics/fm10k.rst b/doc/guides/nics/fm10k.rst
index 764e089c8616..20a1cde53590 100644
--- a/doc/guides/nics/fm10k.rst
+++ b/doc/guides/nics/fm10k.rst
@@ -135,8 +135,8 @@ the Rx/Tx queues. When switch comes up, a LSC event indicating ``LINK_UP`` is
 sent to the app, which can then restart the FM10000 port to resume network
 processing.
 
-CRC striping
-~~~~~~~~~~~~
+CRC stripping
+~~~~~~~~~~~~~
 
 The FM10000 family of NICs strip the CRC for every packets coming into the
 host interface. So, keeping CRC is not supported.
diff --git a/doc/guides/nics/liquidio.rst b/doc/guides/nics/liquidio.rst
index e2a38004d0d6..0534146720f1 100644
--- a/doc/guides/nics/liquidio.rst
+++ b/doc/guides/nics/liquidio.rst
@@ -190,7 +190,7 @@ Ring size
 
 Number of descriptors for Rx/Tx ring should be in the range 128 to 512.
 
-CRC striping
-~~~~~~~~~~~~
+CRC stripping
+~~~~~~~~~~~~~
 
 LiquidIO adapters strip ethernet FCS of every packet coming to the host interface.
diff --git a/doc/guides/nics/octeontx.rst b/doc/guides/nics/octeontx.rst
index 012a3ec21f2a..3c19c912db08 100644
--- a/doc/guides/nics/octeontx.rst
+++ b/doc/guides/nics/octeontx.rst
@@ -161,8 +161,8 @@ This driver will only work with ``octeontx_fpavf`` external mempool handler
 as it is the most performance effective way for packet allocation and Tx buffer
 recycling on OCTEON TX SoC platform.
 
-CRC striping
-~~~~~~~~~~~~
+CRC stripping
+~~~~~~~~~~~~~
 
 The OCTEON TX SoC family NICs strip the CRC for every packets coming into the
 host interface irrespective of the offload configuration.
diff --git a/doc/guides/nics/octeontx2.rst b/doc/guides/nics/octeontx2.rst
index 9a76567a8128..2693c3553f7a 100644
--- a/doc/guides/nics/octeontx2.rst
+++ b/doc/guides/nics/octeontx2.rst
@@ -187,8 +187,8 @@ The OCTEON TX2 SoC family NIC has inbuilt HW assisted external mempool manager.
 as it is performance wise most effective way for packet allocation and Tx buffer
 recycling on OCTEON TX2 SoC platform.
 
-CRC striping
-~~~~~~~~~~~~
+CRC stripping
+~~~~~~~~~~~~~
 
 The OCTEON TX2 SoC family NICs strip the CRC for every packet being received by
 the host interface irrespective of the offload configuration.
diff --git a/doc/guides/nics/thunderx.rst b/doc/guides/nics/thunderx.rst
index 53eaec72a796..3b75a9a9afb5 100644
--- a/doc/guides/nics/thunderx.rst
+++ b/doc/guides/nics/thunderx.rst
@@ -331,8 +331,8 @@ Example:
 Limitations
 -----------
 
-CRC striping
-~~~~~~~~~~~~
+CRC stripping
+~~~~~~~~~~~~~
 
 The ThunderX SoC family NICs strip the CRC for every packets coming into the
 host interface irrespective of the offload configuration.
-- 
2.20.1


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

* Re: [dpdk-stable] [dpdk-dev] [PATCH] doc/guides/nics: fix typos
  2019-10-18 15:06 [dpdk-stable] [PATCH] doc/guides/nics: fix typos Thierry Herbelot
@ 2019-10-18 16:29 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2019-10-18 16:29 UTC (permalink / raw)
  To: Thierry Herbelot, dev; +Cc: Thomas Monjalon, stable

On 10/18/2019 4:06 PM, Thierry Herbelot wrote:
> 'CRC striping' should be spelled 'CRC stripping'.
> 
> Fixes: 3eee1f067e7c ('fm10k: add guide')
> Fixes: 7a4d9f6676d7 ('doc: add liquidio')
> Fixes: f820b5896631 ('doc: add octeontx ethdev driver documentation')
> Fixes: 920717e4d8ba ('net/octeontx2: add device start operation')
> Fixes: f994cecafdcf ('doc: add ThunderX nicvf')
> Cc: stable@dpdk.org
> 
> Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

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

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

end of thread, other threads:[~2019-10-18 16:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-18 15:06 [dpdk-stable] [PATCH] doc/guides/nics: fix typos Thierry Herbelot
2019-10-18 16:29 ` [dpdk-stable] [dpdk-dev] " 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).