DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: update matching versions for idpf and cpfl
@ 2023-10-11 12:15 beilei.xing
  2023-11-01  0:54 ` Zhang, Qi Z
  2023-11-01 10:34 ` [PATCH v2] doc: update for Intel IPU beilei.xing
  0 siblings, 2 replies; 4+ messages in thread
From: beilei.xing @ 2023-10-11 12:15 UTC (permalink / raw)
  To: jingjing.wu; +Cc: dev, Beilei Xing

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

Update recommended matching list for idpf PMD and cpfl PMD.

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

diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst
index ae5487f2f6..54db6e3c8f 100644
--- a/doc/guides/nics/cpfl.rst
+++ b/doc/guides/nics/cpfl.rst
@@ -33,6 +33,8 @@ Here is the suggested matching list which has been tested and verified.
    +============+==================+
    |    23.07   |      0.9.1       |
    +------------+------------------+
+   |    23.11   |       1.0        |
+   +------------+------------------+
 
 
 Configuration
diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst
index c55f81fb24..c2e786056f 100644
--- a/doc/guides/nics/idpf.rst
+++ b/doc/guides/nics/idpf.rst
@@ -31,6 +31,8 @@ Here is the suggested matching list which has been tested and verified.
    +============+===============+==================+
    |    23.07   |    0.0.710    |      0.9.1       |
    +------------+---------------+------------------+
+   |    23.11   |    0.0.720    |       1.0        |
+   +------------+---------------+------------------+
 
 
 Configuration
-- 
2.34.1


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

* RE: [PATCH] doc: update matching versions for idpf and cpfl
  2023-10-11 12:15 [PATCH] doc: update matching versions for idpf and cpfl beilei.xing
@ 2023-11-01  0:54 ` Zhang, Qi Z
  2023-11-01 10:34 ` [PATCH v2] doc: update for Intel IPU beilei.xing
  1 sibling, 0 replies; 4+ messages in thread
From: Zhang, Qi Z @ 2023-11-01  0:54 UTC (permalink / raw)
  To: Xing, Beilei, Wu, Jingjing; +Cc: dev, Xing, Beilei



> -----Original Message-----
> From: beilei.xing@intel.com <beilei.xing@intel.com>
> Sent: Wednesday, October 11, 2023 8:15 PM
> To: Wu, Jingjing <jingjing.wu@intel.com>
> Cc: dev@dpdk.org; Xing, Beilei <beilei.xing@intel.com>
> Subject: [PATCH] doc: update matching versions for idpf and cpfl
> 
> From: Beilei Xing <beilei.xing@intel.com>
> 
> Update recommended matching list for idpf PMD and cpfl PMD.

Can you squash this patch into the below one.
https://patchwork.dpdk.org/project/dpdk/patch/20230822105256.328431-1-beilei.xing@intel.com/


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

* RE: [PATCH v2] doc: update for Intel IPU
  2023-11-01 10:34 ` [PATCH v2] doc: update for Intel IPU beilei.xing
@ 2023-11-01  2:44   ` Zhang, Qi Z
  0 siblings, 0 replies; 4+ messages in thread
From: Zhang, Qi Z @ 2023-11-01  2:44 UTC (permalink / raw)
  To: Xing, Beilei, Wu, Jingjing, Zhang, Yuying; +Cc: dev, Xing, Beilei



> -----Original Message-----
> From: beilei.xing@intel.com <beilei.xing@intel.com>
> Sent: Wednesday, November 1, 2023 6:35 PM
> To: Wu, Jingjing <jingjing.wu@intel.com>; Zhang, Yuying
> <yuying.zhang@intel.com>
> Cc: dev@dpdk.org; Xing, Beilei <beilei.xing@intel.com>
> Subject: [PATCH v2] doc: update for Intel IPU
> 
> From: Beilei Xing <beilei.xing@intel.com>
> 
> 1. Remove *EXPERIMENTAL* for idpf and cpfl PMD.
> 2. Update recommended matching list for idpf PMD and cpfl PMD.
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> ---
> v2 change:
>  - Merge matching list with *EXPERIMENTAL* removing.
> 
>  doc/guides/nics/cpfl.rst | 6 ++++--
>  doc/guides/nics/idpf.rst | 6 ++++--
>  2 files changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst index
> 89a322c5f1..9b7a99c894 100644
> --- a/doc/guides/nics/cpfl.rst
> +++ b/doc/guides/nics/cpfl.rst
> @@ -6,8 +6,8 @@
>  CPFL Poll Mode Driver
>  =====================
> 
> -The [*EXPERIMENTAL*] cpfl PMD (**librte_net_cpfl**) provides poll mode
> driver support -for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU)
> E2100.
> +The cpfl PMD (**librte_net_cpfl**) provides poll mode driver support
> +for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
>  Please refer to
>  https://www.intel.com/content/www/us/en/products/network-
> io/infrastructure-processing-units/asic/e2000-asic.html
>  for more information.
> @@ -33,6 +33,8 @@ Here is the suggested matching list which has been
> tested and verified.
>     +============+==================+
>     |    23.07   |      0.9.1       |
>     +------------+------------------+
> +   |    23.11   |       1.0        |
> +   +------------+------------------+
> 
> 
>  Configuration
> diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst index
> c55f81fb24..0370989a07 100644
> --- a/doc/guides/nics/idpf.rst
> +++ b/doc/guides/nics/idpf.rst
> @@ -6,8 +6,8 @@
>  IDPF Poll Mode Driver
>  =====================
> 
> -The [*EXPERIMENTAL*] idpf PMD (**librte_net_idpf**) provides poll mode
> driver support -for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU)
> E2100.
> +The idpf PMD (**librte_net_idpf**) provides poll mode driver support
> +for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
> 
> 
>  Linux Prerequisites
> @@ -31,6 +31,8 @@ Here is the suggested matching list which has been
> tested and verified.
>     +============+===============+==================+
>     |    23.07   |    0.0.710    |      0.9.1       |
>     +------------+---------------+------------------+
> +   |    23.11   |    0.0.720    |       1.0        |
> +   +------------+---------------+------------------+
> 
> 
>  Configuration
> --
> 2.34.1

Applied to dpdk-next-net-intel.

Thanks
Qi

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

* [PATCH v2] doc: update for Intel IPU
  2023-10-11 12:15 [PATCH] doc: update matching versions for idpf and cpfl beilei.xing
  2023-11-01  0:54 ` Zhang, Qi Z
@ 2023-11-01 10:34 ` beilei.xing
  2023-11-01  2:44   ` Zhang, Qi Z
  1 sibling, 1 reply; 4+ messages in thread
From: beilei.xing @ 2023-11-01 10:34 UTC (permalink / raw)
  To: jingjing.wu, yuying.zhang; +Cc: dev, Beilei Xing

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

1. Remove *EXPERIMENTAL* for idpf and cpfl PMD.
2. Update recommended matching list for idpf PMD and cpfl PMD.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
---
v2 change:
 - Merge matching list with *EXPERIMENTAL* removing.

 doc/guides/nics/cpfl.rst | 6 ++++--
 doc/guides/nics/idpf.rst | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst
index 89a322c5f1..9b7a99c894 100644
--- a/doc/guides/nics/cpfl.rst
+++ b/doc/guides/nics/cpfl.rst
@@ -6,8 +6,8 @@
 CPFL Poll Mode Driver
 =====================
 
-The [*EXPERIMENTAL*] cpfl PMD (**librte_net_cpfl**) provides poll mode driver support
-for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
+The cpfl PMD (**librte_net_cpfl**) provides poll mode driver support for
+Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
 Please refer to
 https://www.intel.com/content/www/us/en/products/network-io/infrastructure-processing-units/asic/e2000-asic.html
 for more information.
@@ -33,6 +33,8 @@ Here is the suggested matching list which has been tested and verified.
    +============+==================+
    |    23.07   |      0.9.1       |
    +------------+------------------+
+   |    23.11   |       1.0        |
+   +------------+------------------+
 
 
 Configuration
diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst
index c55f81fb24..0370989a07 100644
--- a/doc/guides/nics/idpf.rst
+++ b/doc/guides/nics/idpf.rst
@@ -6,8 +6,8 @@
 IDPF Poll Mode Driver
 =====================
 
-The [*EXPERIMENTAL*] idpf PMD (**librte_net_idpf**) provides poll mode driver support
-for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
+The idpf PMD (**librte_net_idpf**) provides poll mode driver support for
+Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
 
 
 Linux Prerequisites
@@ -31,6 +31,8 @@ Here is the suggested matching list which has been tested and verified.
    +============+===============+==================+
    |    23.07   |    0.0.710    |      0.9.1       |
    +------------+---------------+------------------+
+   |    23.11   |    0.0.720    |       1.0        |
+   +------------+---------------+------------------+
 
 
 Configuration
-- 
2.34.1


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11 12:15 [PATCH] doc: update matching versions for idpf and cpfl beilei.xing
2023-11-01  0:54 ` Zhang, Qi Z
2023-11-01 10:34 ` [PATCH v2] doc: update for Intel IPU beilei.xing
2023-11-01  2:44   ` 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).