From: Shijith Thotton Date: Wed, 23 May 2018 17:35:54 +0000 (-0400) Subject: doc: remove deprecated terms from liquidio guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=5aa495f402e37fe0cc5c02b2f1c2bbdfb08d2aa3;p=dpdk.git doc: remove deprecated terms from liquidio guide Remove reference to deprecated ethdev offload parameter from liquidio documentation. Fixes: dd6aab16711c ("net/liquidio: move to new offload API") Signed-off-by: Shijith Thotton --- diff --git a/doc/guides/nics/liquidio.rst b/doc/guides/nics/liquidio.rst index 61485adee9..87b42cdc48 100644 --- a/doc/guides/nics/liquidio.rst +++ b/doc/guides/nics/liquidio.rst @@ -201,6 +201,4 @@ Number of descriptors for Rx/Tx ring should be in the range 128 to 512. CRC striping ~~~~~~~~~~~~ -LiquidIO adapters strip ethernet FCS of every packet coming to 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``. +LiquidIO adapters strip ethernet FCS of every packet coming to the host interface.