'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>
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.
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.
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.
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.
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.