doc: update CRC feature with new offload flag
authorFerruh Yigit <ferruh.yigit@intel.com>
Wed, 4 Jul 2018 17:15:49 +0000 (18:15 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 5 Jul 2018 14:10:13 +0000 (16:10 +0200)
Fixes: 3d12dceed2df ("ethdev: add new offload flag to keep CRC")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
doc/guides/nics/features.rst

index 902ac16..cddc877 100644 (file)
@@ -514,7 +514,7 @@ CRC offload
 
 Supports CRC stripping by hardware.
 
-* **[uses] rte_eth_rxconf,rte_eth_rxmode**: ``offloads:DEV_RX_OFFLOAD_CRC_STRIP``.
+* **[uses] rte_eth_rxconf,rte_eth_rxmode**: ``offloads:DEV_RX_OFFLOAD_CRC_STRIP,DEV_RX_OFFLOAD_KEEP_CRC``.
 
 
 .. _nic_features_vlan_offload: