From: Ferruh Yigit Date: Wed, 4 Jul 2018 17:15:49 +0000 (+0100) Subject: doc: update CRC feature with new offload flag X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b8a09c2e27b38aca1feb82d6a234273f183d2471;p=dpdk.git doc: update CRC feature with new offload flag Fixes: 3d12dceed2df ("ethdev: add new offload flag to keep CRC") Signed-off-by: Ferruh Yigit Acked-by: Andrew Rybchenko --- diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/features.rst index 902ac160dd..cddc877d4a 100644 --- a/doc/guides/nics/features.rst +++ b/doc/guides/nics/features.rst @@ -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: