DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: update iavf feature list
@ 2023-03-21  6:39 Zhichao Zeng
  2023-03-21 10:26 ` Zhang, Qi Z
  0 siblings, 1 reply; 4+ messages in thread
From: Zhichao Zeng @ 2023-03-21  6:39 UTC (permalink / raw)
  To: dev; +Cc: qi.z.zhang, Zhichao Zeng, Jingjing Wu, Beilei Xing

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH] doc: update iavf feature list
  2023-03-21  6:39 [PATCH] doc: update iavf feature list Zhichao Zeng
@ 2023-03-21 10:26 ` Zhang, Qi Z
  0 siblings, 0 replies; 4+ messages in thread
From: Zhang, Qi Z @ 2023-03-21 10:26 UTC (permalink / raw)
  To: Zeng, ZhichaoX, dev; +Cc: Wu, Jingjing, Xing, Beilei



> -----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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH] doc: update iavf feature list
  2023-07-05  6:02 Zhichao Zeng
@ 2023-07-05 11:12 ` Zhang, Qi Z
  0 siblings, 0 replies; 4+ messages in thread
From: Zhang, Qi Z @ 2023-07-05 11:12 UTC (permalink / raw)
  To: Zeng, ZhichaoX, dev; +Cc: Wu, Jingjing, Xing, Beilei



> -----Original Message-----
> From: Zeng, ZhichaoX <zhichaox.zeng@intel.com>
> Sent: Wednesday, July 5, 2023 2:03 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 timestamp offload on vector path.
> 
> Signed-off-by: Zhichao Zeng <zhichaox.zeng@intel.com>
> ---
>  doc/guides/nics/features/iavf.ini | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/guides/nics/features/iavf.ini b/doc/guides/nics/features/iavf.ini
> index 55a02165a0..b72cd98484 100644
> --- a/doc/guides/nics/features/iavf.ini
> +++ b/doc/guides/nics/features/iavf.ini
> @@ -27,7 +27,7 @@ CRC offload          = Y
>  VLAN offload         = P
>  L3 checksum offload  = Y
>  L4 checksum offload  = Y
> -Timestamp offload    = P
> +Timestamp offload    = Y
>  Inner L3 checksum    = Y
>  Inner L4 checksum    = Y
>  Packet type parsing  = Y
> --
> 2.34.1

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] doc: update iavf feature list
@ 2023-07-05  6:02 Zhichao Zeng
  2023-07-05 11:12 ` Zhang, Qi Z
  0 siblings, 1 reply; 4+ messages in thread
From: Zhichao Zeng @ 2023-07-05  6:02 UTC (permalink / raw)
  To: dev; +Cc: qi.z.zhang, Zhichao Zeng, Jingjing Wu, Beilei Xing

The iavf supports timestamp offload on vector path.

Signed-off-by: Zhichao Zeng <zhichaox.zeng@intel.com>
---
 doc/guides/nics/features/iavf.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/nics/features/iavf.ini b/doc/guides/nics/features/iavf.ini
index 55a02165a0..b72cd98484 100644
--- a/doc/guides/nics/features/iavf.ini
+++ b/doc/guides/nics/features/iavf.ini
@@ -27,7 +27,7 @@ CRC offload          = Y
 VLAN offload         = P
 L3 checksum offload  = Y
 L4 checksum offload  = Y
-Timestamp offload    = P
+Timestamp offload    = Y
 Inner L3 checksum    = Y
 Inner L4 checksum    = Y
 Packet type parsing  = Y
-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-05 11:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-21  6:39 [PATCH] doc: update iavf feature list Zhichao Zeng
2023-03-21 10:26 ` Zhang, Qi Z
2023-07-05  6:02 Zhichao Zeng
2023-07-05 11:12 ` Zhang, Qi Z

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).