]> git.droids-corp.org - dpdk.git/commitdiff
doc: fix a common typo in NIC guides
authorThierry Herbelot <thierry.herbelot@6wind.com>
Fri, 18 Oct 2019 15:06:57 +0000 (17:06 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 23 Oct 2019 14:43:10 +0000 (16:43 +0200)
'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>
doc/guides/nics/fm10k.rst
doc/guides/nics/liquidio.rst
doc/guides/nics/octeontx.rst
doc/guides/nics/octeontx2.rst
doc/guides/nics/thunderx.rst

index 764e089c8616ef6993393c1c319a8613061b93ca..20a1cde53590e3ba8176e9f9b94abc3f267cdc2c 100644 (file)
@@ -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.
index e2a38004d0d62024714b8b983a198fb09e7ed133..0534146720f1ea3f709e223cfe512e529df09733 100644 (file)
@@ -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.
index 012a3ec21f2aafca4e904a17e7111f05d16f58d6..3c19c912db08985106a2f280fb602c97fac19e41 100644 (file)
@@ -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.
index 3b567a55e88f3038ba5742377fb7b3f1d5df8f76..fc8a130fb97ca5d83f838498a3fea02a3e648a47 100644 (file)
@@ -188,8 +188,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.
index 53eaec72a796a2cd27189d3479455bdf8203edbc..3b75a9a9afb550ecb5ac4c5220714ed02acbda0f 100644 (file)
@@ -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.