DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: update doc for idpf and cpfl
@ 2023-07-18 17:02 beilei.xing
  2023-07-19 16:15 ` Stephen Hemminger
  2023-07-25 15:25 ` [PATCH v2] " beilei.xing
  0 siblings, 2 replies; 5+ messages in thread
From: beilei.xing @ 2023-07-18 17:02 UTC (permalink / raw)
  To: jingjing.wu; +Cc: dev, Beilei Xing

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

Add recommended matching list for idpf pmd and cpfl pmd.

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

diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst
index e88008e16e..258e89ed48 100644
--- a/doc/guides/nics/cpfl.rst
+++ b/doc/guides/nics/cpfl.rst
@@ -21,6 +21,22 @@ To get better performance on Intel platforms,
 please follow the :doc:`../linux_gsg/nic_perf_intel_platform`.
 
 
+Recommended Matching List
+-------------------------
+
+It is highly recommended to upgrade the MEV-ts release to avoid the compatibility issues
+with the cpfl PMD.
+Here is the suggested matching list which has been tested and verified.
+
+   +------------+------------------+
+   |     DPDK   |  MEV-ts release  |
+   +============+==================+
+   |    23.03   |      0.6.0       |
+   +------------+------------------+
+   |    23.07   |      0.9.1       |
+   +------------+------------------+
+
+
 Configuration
 -------------
 
diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst
index 3693d82255..373ca360e3 100644
--- a/doc/guides/nics/idpf.rst
+++ b/doc/guides/nics/idpf.rst
@@ -19,6 +19,22 @@ To get better performance on Intel platforms,
 please follow the :doc:`../linux_gsg/nic_perf_intel_platform`.
 
 
+Recommended Matching List
+-------------------------
+
+It is highly recommended to upgrade the idpf kernel driver, MEV-ts release to avoid
+the compatibility issues with the idpf PMD.
+Here is the suggested matching list which has been tested and verified.
+
+   +------------+---------------+------------------+
+   |    DPDK    | Kernel Driver |  MEV-ts release  |
+   +============+===============+==================+
+   |    23.03   |    0.0.704    |      0.6.0       |
+   +------------+---------------+------------------+
+   |    23.07   |    0.0.710    |      0.9.1       |
+   +------------+---------------+------------------+
+
+
 Configuration
 -------------
 
-- 
2.34.1


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

* Re: [PATCH] doc: update doc for idpf and cpfl
  2023-07-18 17:02 [PATCH] doc: update doc for idpf and cpfl beilei.xing
@ 2023-07-19 16:15 ` Stephen Hemminger
  2023-07-25  6:57   ` Xing, Beilei
  2023-07-25 15:25 ` [PATCH v2] " beilei.xing
  1 sibling, 1 reply; 5+ messages in thread
From: Stephen Hemminger @ 2023-07-19 16:15 UTC (permalink / raw)
  To: beilei.xing; +Cc: jingjing.wu, dev

On Tue, 18 Jul 2023 17:02:12 +0000
beilei.xing@intel.com wrote:

> From: Beilei Xing <beilei.xing@intel.com>
> 
> Add recommended matching list for idpf pmd and cpfl pmd.
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> ---
>  doc/guides/nics/cpfl.rst | 16 ++++++++++++++++
>  doc/guides/nics/idpf.rst | 16 ++++++++++++++++
>  2 files changed, 32 insertions(+)
> 
> diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst
> index e88008e16e..258e89ed48 100644
> --- a/doc/guides/nics/cpfl.rst
> +++ b/doc/guides/nics/cpfl.rst
> @@ -21,6 +21,22 @@ To get better performance on Intel platforms,
>  please follow the :doc:`../linux_gsg/nic_perf_intel_platform`.
>  
>  
> +Recommended Matching List
> +-------------------------
> +
> +It is highly recommended to upgrade the MEV-ts release to avoid the compatibility issues
> +with the cpfl PMD.
> +Here is the suggested matching list which has been tested and verified.
> +
> +   +------------+------------------+
> +   |     DPDK   |  MEV-ts release  |
> +   +============+==================+
> +   |    23.03   |      0.6.0       |
> +   +------------+------------------+
> +   |    23.07   |      0.9.1       |
> +   +------------+------------------+
>

Since 23.03 is not an LTS release, it will not be supported when 23.07
is release. Probably best not to clutter up docs with 23.03

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

* RE: [PATCH] doc: update doc for idpf and cpfl
  2023-07-19 16:15 ` Stephen Hemminger
@ 2023-07-25  6:57   ` Xing, Beilei
  0 siblings, 0 replies; 5+ messages in thread
From: Xing, Beilei @ 2023-07-25  6:57 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Wu, Jingjing, dev



> -----Original Message-----
> From: Stephen Hemminger <stephen@networkplumber.org>
> Sent: Thursday, July 20, 2023 12:15 AM
> To: Xing, Beilei <beilei.xing@intel.com>
> Cc: Wu, Jingjing <jingjing.wu@intel.com>; dev@dpdk.org
> Subject: Re: [PATCH] doc: update doc for idpf and cpfl
> 
> On Tue, 18 Jul 2023 17:02:12 +0000
> beilei.xing@intel.com wrote:
> 
> > From: Beilei Xing <beilei.xing@intel.com>
> >
> > Add recommended matching list for idpf pmd and cpfl pmd.
> >
> > Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> > ---
> >  doc/guides/nics/cpfl.rst | 16 ++++++++++++++++
> > doc/guides/nics/idpf.rst | 16 ++++++++++++++++
> >  2 files changed, 32 insertions(+)
> >
> > diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst index
> > e88008e16e..258e89ed48 100644
> > --- a/doc/guides/nics/cpfl.rst
> > +++ b/doc/guides/nics/cpfl.rst
> > @@ -21,6 +21,22 @@ To get better performance on Intel platforms,
> > please follow the :doc:`../linux_gsg/nic_perf_intel_platform`.
> >
> >
> > +Recommended Matching List
> > +-------------------------
> > +
> > +It is highly recommended to upgrade the MEV-ts release to avoid the
> > +compatibility issues with the cpfl PMD.
> > +Here is the suggested matching list which has been tested and verified.
> > +
> > +   +------------+------------------+
> > +   |     DPDK   |  MEV-ts release  |
> > +   +============+==================+
> > +   |    23.03   |      0.6.0       |
> > +   +------------+------------------+
> > +   |    23.07   |      0.9.1       |
> > +   +------------+------------------+
> >
> 
> Since 23.03 is not an LTS release, it will not be supported when 23.07 is release.
> Probably best not to clutter up docs with 23.03


Thanks for the comments, will remove 23.03 in next version.

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

* [PATCH v2] doc: update doc for idpf and cpfl
  2023-07-18 17:02 [PATCH] doc: update doc for idpf and cpfl beilei.xing
  2023-07-19 16:15 ` Stephen Hemminger
@ 2023-07-25 15:25 ` beilei.xing
  2023-07-27 21:04   ` Thomas Monjalon
  1 sibling, 1 reply; 5+ messages in thread
From: beilei.xing @ 2023-07-25 15:25 UTC (permalink / raw)
  To: jingjing.wu, stephen; +Cc: dev, Beilei Xing

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

Add recommended matching list for idpf pmd and cpfl pmd.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
---
v2 change:
 - Remove description about 23.03

 doc/guides/nics/cpfl.rst | 14 ++++++++++++++
 doc/guides/nics/idpf.rst | 14 ++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst
index e88008e16e..06a18694b4 100644
--- a/doc/guides/nics/cpfl.rst
+++ b/doc/guides/nics/cpfl.rst
@@ -21,6 +21,20 @@ To get better performance on Intel platforms,
 please follow the :doc:`../linux_gsg/nic_perf_intel_platform`.
 
 
+Recommended Matching List
+-------------------------
+
+It is highly recommended to upgrade the MEV-ts release to avoid the compatibility issues
+with the cpfl PMD.
+Here is the suggested matching list which has been tested and verified.
+
+   +------------+------------------+
+   |     DPDK   |  MEV-ts release  |
+   +============+==================+
+   |    23.07   |      0.9.1       |
+   +------------+------------------+
+
+
 Configuration
 -------------
 
diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst
index 3693d82255..89351f1a22 100644
--- a/doc/guides/nics/idpf.rst
+++ b/doc/guides/nics/idpf.rst
@@ -19,6 +19,20 @@ To get better performance on Intel platforms,
 please follow the :doc:`../linux_gsg/nic_perf_intel_platform`.
 
 
+Recommended Matching List
+-------------------------
+
+It is highly recommended to upgrade the idpf kernel driver, MEV-ts release to avoid
+the compatibility issues with the idpf PMD.
+Here is the suggested matching list which has been tested and verified.
+
+   +------------+---------------+------------------+
+   |    DPDK    | Kernel Driver |  MEV-ts release  |
+   +============+===============+==================+
+   |    23.07   |    0.0.710    |      0.9.1       |
+   +------------+---------------+------------------+
+
+
 Configuration
 -------------
 
-- 
2.34.1


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

* Re: [PATCH v2] doc: update doc for idpf and cpfl
  2023-07-25 15:25 ` [PATCH v2] " beilei.xing
@ 2023-07-27 21:04   ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2023-07-27 21:04 UTC (permalink / raw)
  To: Beilei Xing; +Cc: jingjing.wu, stephen, dev

25/07/2023 17:25, beilei.xing@intel.com:
> From: Beilei Xing <beilei.xing@intel.com>
> 
> Add recommended matching list for idpf pmd and cpfl pmd.
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>

Applied




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

end of thread, other threads:[~2023-07-27 21:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-18 17:02 [PATCH] doc: update doc for idpf and cpfl beilei.xing
2023-07-19 16:15 ` Stephen Hemminger
2023-07-25  6:57   ` Xing, Beilei
2023-07-25 15:25 ` [PATCH v2] " beilei.xing
2023-07-27 21:04   ` Thomas Monjalon

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