DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: update feature list for idpf and cpfl
@ 2023-10-12 15:15 beilei.xing
  2023-10-13 11:45 ` Ferruh Yigit
  2023-10-17 13:25 ` [PATCH v2] " beilei.xing
  0 siblings, 2 replies; 4+ messages in thread
From: beilei.xing @ 2023-10-12 15:15 UTC (permalink / raw)
  To: jingjing.wu; +Cc: dev, Beilei Xing

From: Beilei Xing <beilei.xing@intel.com>

Add RSS support in idpf.ini and cpfl.ini.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
---
 doc/guides/nics/features/cpfl.ini | 3 +++
 doc/guides/nics/features/idpf.ini | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/doc/guides/nics/features/cpfl.ini b/doc/guides/nics/features/cpfl.ini
index f4e45c7c68..4eb1c829cc 100644
--- a/doc/guides/nics/features/cpfl.ini
+++ b/doc/guides/nics/features/cpfl.ini
@@ -9,6 +9,9 @@
 [Features]
 MTU update           = Y
 TSO                  = P
+RSS hash             = Y
+RSS key update       = Y
+RSS reta update      = Y
 L3 checksum offload  = P
 L4 checksum offload  = P
 Linux                = Y
diff --git a/doc/guides/nics/features/idpf.ini b/doc/guides/nics/features/idpf.ini
index 099fd7f216..d004681c3a 100644
--- a/doc/guides/nics/features/idpf.ini
+++ b/doc/guides/nics/features/idpf.ini
@@ -9,6 +9,9 @@
 [Features]
 MTU update           = Y
 TSO                  = P
+RSS hash             = Y
+RSS key update       = Y
+RSS reta update      = Y
 L3 checksum offload  = P
 L4 checksum offload  = P
 Timestamp offload    = P
-- 
2.34.1


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

* Re: [PATCH] doc: update feature list for idpf and cpfl
  2023-10-12 15:15 [PATCH] doc: update feature list for idpf and cpfl beilei.xing
@ 2023-10-13 11:45 ` Ferruh Yigit
  2023-10-17 13:25 ` [PATCH v2] " beilei.xing
  1 sibling, 0 replies; 4+ messages in thread
From: Ferruh Yigit @ 2023-10-13 11:45 UTC (permalink / raw)
  To: beilei.xing, jingjing.wu; +Cc: dev, Qi Z Zhang

On 10/12/2023 4:15 PM, beilei.xing@intel.com wrote:
> From: Beilei Xing <beilei.xing@intel.com>
> 
> Add RSS support in idpf.ini and cpfl.ini.
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> ---
>  doc/guides/nics/features/cpfl.ini | 3 +++
>  doc/guides/nics/features/idpf.ini | 3 +++
>  2 files changed, 6 insertions(+)
> 
> diff --git a/doc/guides/nics/features/cpfl.ini b/doc/guides/nics/features/cpfl.ini
> index f4e45c7c68..4eb1c829cc 100644
> --- a/doc/guides/nics/features/cpfl.ini
> +++ b/doc/guides/nics/features/cpfl.ini
> @@ -9,6 +9,9 @@
>  [Features]
>  MTU update           = Y
>  TSO                  = P
> +RSS hash             = Y
> +RSS key update       = Y
> +RSS reta update      = Y
>  L3 checksum offload  = P
>  L4 checksum offload  = P
>  Linux                = Y
> diff --git a/doc/guides/nics/features/idpf.ini b/doc/guides/nics/features/idpf.ini
> index 099fd7f216..d004681c3a 100644
> --- a/doc/guides/nics/features/idpf.ini
> +++ b/doc/guides/nics/features/idpf.ini
> @@ -9,6 +9,9 @@
>  [Features]
>  MTU update           = Y
>  TSO                  = P
> +RSS hash             = Y
> +RSS key update       = Y
> +RSS reta update      = Y
>  L3 checksum offload  = P
>  L4 checksum offload  = P
>  Timestamp offload    = P

Thanks Beilei, for RSS hash feature update,
but both driver has still very small set of feature list, I didn't check
the details but is this the feature list complete? Can you please double
check?

Thanks,
ferruh


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

* [PATCH v2] doc: update feature list for idpf and cpfl
  2023-10-12 15:15 [PATCH] doc: update feature list for idpf and cpfl beilei.xing
  2023-10-13 11:45 ` Ferruh Yigit
@ 2023-10-17 13:25 ` beilei.xing
  2023-11-01  0:59   ` Zhang, Qi Z
  1 sibling, 1 reply; 4+ messages in thread
From: beilei.xing @ 2023-10-17 13:25 UTC (permalink / raw)
  To: jingjing.wu; +Cc: dev, Beilei Xing

From: Beilei Xing <beilei.xing@intel.com>

Add all supported features in idpf.ini and cpfl.ini.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
---
V2 changes:
 - Add all supported features, not just RSS.

 doc/guides/nics/features/cpfl.ini | 10 ++++++++++
 doc/guides/nics/features/idpf.ini |  9 +++++++++
 2 files changed, 19 insertions(+)

diff --git a/doc/guides/nics/features/cpfl.ini b/doc/guides/nics/features/cpfl.ini
index 66d0caebbb..9563267513 100644
--- a/doc/guides/nics/features/cpfl.ini
+++ b/doc/guides/nics/features/cpfl.ini
@@ -7,10 +7,20 @@
 ; is selected.
 ;
 [Features]
+Speed capabilities   = Y
+Link status          = Y
+Queue start/stop     = Y
 MTU update           = Y
+Scattered Rx         = P
 TSO                  = P
+RSS hash             = Y
+RSS key update       = Y
+RSS reta update      = Y
 L3 checksum offload  = P
 L4 checksum offload  = P
+Timestamp offload    = P
+Packet type parsing  = Y
+Basic stats          = Y
 Linux                = Y
 x86-32               = Y
 x86-64               = Y
diff --git a/doc/guides/nics/features/idpf.ini b/doc/guides/nics/features/idpf.ini
index 099fd7f216..63b799289a 100644
--- a/doc/guides/nics/features/idpf.ini
+++ b/doc/guides/nics/features/idpf.ini
@@ -7,11 +7,20 @@
 ; is selected.
 ;
 [Features]
+Speed capabilities   = Y
+Link status          = Y
+Queue start/stop     = Y
 MTU update           = Y
+Scattered Rx         = P
 TSO                  = P
+RSS hash             = Y
+RSS key update       = Y
+RSS reta update      = Y
 L3 checksum offload  = P
 L4 checksum offload  = P
 Timestamp offload    = P
+Packet type parsing  = Y
+Basic stats          = Y
 Linux                = Y
 x86-32               = Y
 x86-64               = Y
-- 
2.34.1


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

* RE: [PATCH v2] doc: update feature list for idpf and cpfl
  2023-10-17 13:25 ` [PATCH v2] " beilei.xing
@ 2023-11-01  0:59   ` Zhang, Qi Z
  0 siblings, 0 replies; 4+ messages in thread
From: Zhang, Qi Z @ 2023-11-01  0:59 UTC (permalink / raw)
  To: Xing, Beilei, Wu, Jingjing; +Cc: dev, Xing, Beilei



> -----Original Message-----
> From: beilei.xing@intel.com <beilei.xing@intel.com>
> Sent: Tuesday, October 17, 2023 9:25 PM
> To: Wu, Jingjing <jingjing.wu@intel.com>
> Cc: dev@dpdk.org; Xing, Beilei <beilei.xing@intel.com>
> Subject: [PATCH v2] doc: update feature list for idpf and cpfl
> 
> From: Beilei Xing <beilei.xing@intel.com>
> 
> Add all supported features in idpf.ini and cpfl.ini.
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> ---
> V2 changes:
>  - Add all supported features, not just RSS.
> 
>  doc/guides/nics/features/cpfl.ini | 10 ++++++++++
> doc/guides/nics/features/idpf.ini |  9 +++++++++
>  2 files changed, 19 insertions(+)
> 
> diff --git a/doc/guides/nics/features/cpfl.ini b/doc/guides/nics/features/cpfl.ini
> index 66d0caebbb..9563267513 100644
> --- a/doc/guides/nics/features/cpfl.ini
> +++ b/doc/guides/nics/features/cpfl.ini
> @@ -7,10 +7,20 @@
>  ; is selected.
>  ;
>  [Features]
> +Speed capabilities   = Y
> +Link status          = Y
> +Queue start/stop     = Y
>  MTU update           = Y
> +Scattered Rx         = P
>  TSO                  = P
> +RSS hash             = Y
> +RSS key update       = Y
> +RSS reta update      = Y
>  L3 checksum offload  = P
>  L4 checksum offload  = P
> +Timestamp offload    = P
> +Packet type parsing  = Y
> +Basic stats          = Y
>  Linux                = Y
>  x86-32               = Y
>  x86-64               = Y
> diff --git a/doc/guides/nics/features/idpf.ini
> b/doc/guides/nics/features/idpf.ini
> index 099fd7f216..63b799289a 100644
> --- a/doc/guides/nics/features/idpf.ini
> +++ b/doc/guides/nics/features/idpf.ini
> @@ -7,11 +7,20 @@
>  ; is selected.
>  ;
>  [Features]
> +Speed capabilities   = Y
> +Link status          = Y
> +Queue start/stop     = Y
>  MTU update           = Y
> +Scattered Rx         = P
>  TSO                  = P
> +RSS hash             = Y
> +RSS key update       = Y
> +RSS reta update      = Y
>  L3 checksum offload  = P
>  L4 checksum offload  = P
>  Timestamp offload    = P
> +Packet type parsing  = Y
> +Basic stats          = Y
>  Linux                = Y
>  x86-32               = Y
>  x86-64               = Y
> --
> 2.34.1

Applied to dpdk-next-net-intel.

Thanks
Qi

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

end of thread, other threads:[~2023-11-01  1:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-12 15:15 [PATCH] doc: update feature list for idpf and cpfl beilei.xing
2023-10-13 11:45 ` Ferruh Yigit
2023-10-17 13:25 ` [PATCH v2] " beilei.xing
2023-11-01  0:59   ` 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).