doc: update iavf feature list
Checks
Commit Message
The iavf supports L3/L4 checksum offload on both scalar and vector path.
Signed-off-by: Zhichao Zeng <zhichaox.zeng@intel.com>
---
doc/guides/nics/features/iavf.ini | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Comments
> -----Original Message-----
> From: Zeng, ZhichaoX <zhichaox.zeng@intel.com>
> Sent: Tuesday, March 21, 2023 2:39 PM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zhang@intel.com>; Zeng, ZhichaoX
> <zhichaox.zeng@intel.com>; Wu, Jingjing <jingjing.wu@intel.com>; Xing,
> Beilei <beilei.xing@intel.com>
> Subject: [PATCH] doc: update iavf feature list
>
> The iavf supports L3/L4 checksum offload on both scalar and vector path.
>
> Signed-off-by: Zhichao Zeng <zhichaox.zeng@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
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi
@@ -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