[PATCH] doc: update iavf feature list
Zhichao Zeng
zhichaox.zeng at intel.com
Tue Mar 21 07:39:27 CET 2023
The iavf supports L3/L4 checksum offload on both scalar and vector path.
Signed-off-by: Zhichao Zeng <zhichaox.zeng at intel.com>
---
doc/guides/nics/features/iavf.ini | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/doc/guides/nics/features/iavf.ini b/doc/guides/nics/features/iavf.ini
index 9db2865b71..fbb5b7df32 100644
--- a/doc/guides/nics/features/iavf.ini
+++ b/doc/guides/nics/features/iavf.ini
@@ -3,6 +3,9 @@
;
; Refer to default.ini for the full list of available PMD features.
;
+; A feature with "P" indicates only be supported when non-vector path
+; is selected.
+;
[Features]
Speed capabilities = Y
Link status = Y
@@ -22,11 +25,11 @@ RSS reta update = Y
VLAN filter = Y
CRC offload = Y
VLAN offload = Y
-L3 checksum offload = P
-L4 checksum offload = P
+L3 checksum offload = Y
+L4 checksum offload = Y
Timestamp offload = P
-Inner L3 checksum = P
-Inner L4 checksum = P
+Inner L3 checksum = Y
+Inner L4 checksum = Y
Packet type parsing = Y
Rx descriptor status = Y
Tx descriptor status = Y
--
2.25.1
More information about the dev
mailing list