git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f5701f
)
doc: update CRC feature with new offload flag
author
Ferruh Yigit
<ferruh.yigit@intel.com>
Wed, 4 Jul 2018 17:15:49 +0000
(18:15 +0100)
committer
Ferruh 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
patch
|
blob
|
history
diff --git
a/doc/guides/nics/features.rst
b/doc/guides/nics/features.rst
index
902ac16
..
cddc877
100644
(file)
--- 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: