All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: add deprecation notice for meson version
@ 2019-01-16 11:37 Bruce Richardson
  2019-01-16 11:42 ` Luca Boccassi
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Bruce Richardson @ 2019-01-16 11:37 UTC (permalink / raw)
  To: dev; +Cc: bluca, tredaelli, Bruce Richardson

Add a notice in the deprecation section of the release notes to call out
the fact that the minimum supported meson version for DPDK will change
from 19.05 onwards.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index d4aea4b46..92524e4e3 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -17,6 +17,12 @@ Deprecation Notices
   Long Term Stable (LTS) version which is 3.16, but compatibility for
   recent distribution kernels will be kept.
 
+* meson: The minimum supported version of meson for configuring and building
+  DPDK will be increased to v0.47.1 (from 0.41) from DPDK 19.05 onwards. For
+  those users with a version earlier than 0.47.1, an updated copy of meson
+  can be got using the ``pip``, or ``pip3``, tool for downloading python
+  packages.
+
 * kvargs: The function ``rte_kvargs_process`` will get a new parameter
   for returning key match count. It will ease handling of no-match case.
 
-- 
2.20.1

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

* Re: [PATCH] doc: add deprecation notice for meson version
  2019-01-16 11:37 [PATCH] doc: add deprecation notice for meson version Bruce Richardson
@ 2019-01-16 11:42 ` Luca Boccassi
  2019-01-16 13:44 ` Timothy Redaelli
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Luca Boccassi @ 2019-01-16 11:42 UTC (permalink / raw)
  To: Bruce Richardson, dev; +Cc: tredaelli

On Wed, 2019-01-16 at 11:37 +0000, Bruce Richardson wrote:
> Add a notice in the deprecation section of the release notes to call
> out
> the fact that the minimum supported meson version for DPDK will
> change
> from 19.05 onwards.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index d4aea4b46..92524e4e3 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -17,6 +17,12 @@ Deprecation Notices
>    Long Term Stable (LTS) version which is 3.16, but compatibility
> for
>    recent distribution kernels will be kept.
>  
> +* meson: The minimum supported version of meson for configuring and
> building
> +  DPDK will be increased to v0.47.1 (from 0.41) from DPDK 19.05
> onwards. For
> +  those users with a version earlier than 0.47.1, an updated copy of
> meson
> +  can be got using the ``pip``, or ``pip3``, tool for downloading
> python
> +  packages.
> +
>  * kvargs: The function ``rte_kvargs_process`` will get a new
> parameter
>    for returning key match count. It will ease handling of no-match
> case.

Acked-by: Luca Boccassi <bluca@debian.org>

-- 
Kind regards,
Luca Boccassi

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

* Re: [PATCH] doc: add deprecation notice for meson version
  2019-01-16 11:37 [PATCH] doc: add deprecation notice for meson version Bruce Richardson
  2019-01-16 11:42 ` Luca Boccassi
@ 2019-01-16 13:44 ` Timothy Redaelli
  2019-01-16 14:41 ` Bruce Richardson
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Timothy Redaelli @ 2019-01-16 13:44 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev, bluca

On Wed, 16 Jan 2019 11:37:13 +0000
Bruce Richardson <bruce.richardson@intel.com> wrote:

> Add a notice in the deprecation section of the release notes to call out
> the fact that the minimum supported meson version for DPDK will change
> from 19.05 onwards.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index d4aea4b46..92524e4e3 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -17,6 +17,12 @@ Deprecation Notices
>    Long Term Stable (LTS) version which is 3.16, but compatibility for
>    recent distribution kernels will be kept.
>  
> +* meson: The minimum supported version of meson for configuring and building
> +  DPDK will be increased to v0.47.1 (from 0.41) from DPDK 19.05 onwards. For
> +  those users with a version earlier than 0.47.1, an updated copy of meson
> +  can be got using the ``pip``, or ``pip3``, tool for downloading python
> +  packages.
> +
>  * kvargs: The function ``rte_kvargs_process`` will get a new parameter
>    for returning key match count. It will ease handling of no-match case.
>  

Acked-by: Timothy Redaelli <tredaelli@redhat.com>

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

* Re: [PATCH] doc: add deprecation notice for meson version
  2019-01-16 11:37 [PATCH] doc: add deprecation notice for meson version Bruce Richardson
  2019-01-16 11:42 ` Luca Boccassi
  2019-01-16 13:44 ` Timothy Redaelli
@ 2019-01-16 14:41 ` Bruce Richardson
  2019-01-16 14:56   ` Luca Boccassi
  2019-01-25 17:45 ` Van Haaren, Harry
  2019-02-01 11:10 ` Thomas Monjalon
  4 siblings, 1 reply; 7+ messages in thread
From: Bruce Richardson @ 2019-01-16 14:41 UTC (permalink / raw)
  To: dev; +Cc: bluca, tredaelli, Marco Varlese, Christian Ehrhardt

+ Marco and Christian to ensure I get the most distro awareness.

On Wed, Jan 16, 2019 at 11:37:13AM +0000, Bruce Richardson wrote:
> Add a notice in the deprecation section of the release notes to call out
> the fact that the minimum supported meson version for DPDK will change
> from 19.05 onwards.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index d4aea4b46..92524e4e3 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -17,6 +17,12 @@ Deprecation Notices
>    Long Term Stable (LTS) version which is 3.16, but compatibility for
>    recent distribution kernels will be kept.
>  
> +* meson: The minimum supported version of meson for configuring and building
> +  DPDK will be increased to v0.47.1 (from 0.41) from DPDK 19.05 onwards. For
> +  those users with a version earlier than 0.47.1, an updated copy of meson
> +  can be got using the ``pip``, or ``pip3``, tool for downloading python
> +  packages.
> +
>  * kvargs: The function ``rte_kvargs_process`` will get a new parameter
>    for returning key match count. It will ease handling of no-match case.
>  
> -- 
> 2.20.1
> 

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

* Re: [PATCH] doc: add deprecation notice for meson version
  2019-01-16 14:41 ` Bruce Richardson
@ 2019-01-16 14:56   ` Luca Boccassi
  0 siblings, 0 replies; 7+ messages in thread
From: Luca Boccassi @ 2019-01-16 14:56 UTC (permalink / raw)
  To: Bruce Richardson, dev; +Cc: tredaelli, Christian Ehrhardt, ndas

On Wed, 2019-01-16 at 14:41 +0000, Bruce Richardson wrote:
> + Marco and Christian to ensure I get the most distro awareness.

-Marco +Nirvoy - Nirvoy is the current maintainer of DPDK in SUSE

> On Wed, Jan 16, 2019 at 11:37:13AM +0000, Bruce Richardson wrote:
> > Add a notice in the deprecation section of the release notes to
> > call out
> > the fact that the minimum supported meson version for DPDK will
> > change
> > from 19.05 onwards.
> > 
> > Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> > ---
> >  doc/guides/rel_notes/deprecation.rst | 6 ++++++
> >  1 file changed, 6 insertions(+)
> > 
> > diff --git a/doc/guides/rel_notes/deprecation.rst
> > b/doc/guides/rel_notes/deprecation.rst
> > index d4aea4b46..92524e4e3 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > @@ -17,6 +17,12 @@ Deprecation Notices
> >    Long Term Stable (LTS) version which is 3.16, but compatibility
> > for
> >    recent distribution kernels will be kept.
> >  
> > +* meson: The minimum supported version of meson for configuring
> > and building
> > +  DPDK will be increased to v0.47.1 (from 0.41) from DPDK 19.05
> > onwards. For
> > +  those users with a version earlier than 0.47.1, an updated copy
> > of meson
> > +  can be got using the ``pip``, or ``pip3``, tool for downloading
> > python
> > +  packages.
> > +
> >  * kvargs: The function ``rte_kvargs_process`` will get a new
> > parameter
> >    for returning key match count. It will ease handling of no-match 
> > case.
> >  
> > -- 
> > 2.20.1
> > 

-- 
Kind regards,
Luca Boccassi

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

* Re: [PATCH] doc: add deprecation notice for meson version
  2019-01-16 11:37 [PATCH] doc: add deprecation notice for meson version Bruce Richardson
                   ` (2 preceding siblings ...)
  2019-01-16 14:41 ` Bruce Richardson
@ 2019-01-25 17:45 ` Van Haaren, Harry
  2019-02-01 11:10 ` Thomas Monjalon
  4 siblings, 0 replies; 7+ messages in thread
From: Van Haaren, Harry @ 2019-01-25 17:45 UTC (permalink / raw)
  To: Richardson, Bruce, dev; +Cc: bluca, tredaelli, Richardson, Bruce

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson
> Sent: Wednesday, January 16, 2019 11:37 AM
> To: dev@dpdk.org
> Cc: bluca@debian.org; tredaelli@redhat.com; Richardson, Bruce
> <bruce.richardson@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: add deprecation notice for meson version
> 
> Add a notice in the deprecation section of the release notes to call out
> the fact that the minimum supported meson version for DPDK will change
> from 19.05 onwards.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index d4aea4b46..92524e4e3 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -17,6 +17,12 @@ Deprecation Notices
>    Long Term Stable (LTS) version which is 3.16, but compatibility for
>    recent distribution kernels will be kept.
> 
> +* meson: The minimum supported version of meson for configuring and
> building
> +  DPDK will be increased to v0.47.1 (from 0.41) from DPDK 19.05 onwards.
> For
> +  those users with a version earlier than 0.47.1, an updated copy of meson
> +  can be got using the ``pip``, or ``pip3``, tool for downloading python
> +  packages.
> +
>  * kvargs: The function ``rte_kvargs_process`` will get a new parameter
>    for returning key match count. It will ease handling of no-match case.


Acked-by: Harry van Haaren <harry.van.haaren@intel.com>

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

* Re: [PATCH] doc: add deprecation notice for meson version
  2019-01-16 11:37 [PATCH] doc: add deprecation notice for meson version Bruce Richardson
                   ` (3 preceding siblings ...)
  2019-01-25 17:45 ` Van Haaren, Harry
@ 2019-02-01 11:10 ` Thomas Monjalon
  4 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2019-02-01 11:10 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev, bluca, tredaelli

16/01/2019 12:37, Bruce Richardson:
> Add a notice in the deprecation section of the release notes to call out
> the fact that the minimum supported meson version for DPDK will change
> from 19.05 onwards.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
Acked-by: Timothy Redaelli <tredaelli@redhat.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>

Applied, thanks

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

end of thread, other threads:[~2019-02-01 11:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16 11:37 [PATCH] doc: add deprecation notice for meson version Bruce Richardson
2019-01-16 11:42 ` Luca Boccassi
2019-01-16 13:44 ` Timothy Redaelli
2019-01-16 14:41 ` Bruce Richardson
2019-01-16 14:56   ` Luca Boccassi
2019-01-25 17:45 ` Van Haaren, Harry
2019-02-01 11:10 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.