From: Jerin Jacob Date: Thu, 24 May 2018 08:08:56 +0000 (+0530) Subject: doc: remove deprecated terms from octeontx guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8db1caa9622fb6dd803fb7a041b91e4ff7c166eb;p=dpdk.git doc: remove deprecated terms from octeontx guide Remove reference to deprecated ethdev offload parameter from octeontx documentation. Fixes: a92870896b4a ("net/octeontx: use the new offload APIs") Cc: stable@dpdk.org Signed-off-by: Jerin Jacob --- diff --git a/doc/guides/nics/octeontx.rst b/doc/guides/nics/octeontx.rst index 8e2a2b75b0..f8eaaa63fe 100644 --- a/doc/guides/nics/octeontx.rst +++ b/doc/guides/nics/octeontx.rst @@ -165,8 +165,7 @@ CRC striping ~~~~~~~~~~~~ The OCTEONTX SoC family NICs strip the CRC for every packets coming into the -host interface. So, CRC will be stripped even when the -``rxmode.hw_strip_crc`` member is set to 0 in ``struct rte_eth_conf``. +host interface irrespective of the offload configuration. Maximum packet length ~~~~~~~~~~~~~~~~~~~~~