From b8a09c2e27b38aca1feb82d6a234273f183d2471 Mon Sep 17 00:00:00 2001 From: Ferruh Yigit Date: Wed, 4 Jul 2018 18:15:49 +0100 Subject: [PATCH] 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 --- doc/guides/nics/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.20.1