Remove reference to deprecated ethdev offload parameter from liquidio
documentation.
Fixes:
dd6aab16711c ("net/liquidio: move to new offload API")
Signed-off-by: Shijith Thotton <shijith.thotton@caviumnetworks.com>
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.