Re: [dpdk-dev] [PATCH] doc: add ABI change notice for numa_node_count in eal

2018-02-14 Thread Thomas Monjalon
14/02/2018 01:04, Thomas Monjalon:
> > > > > There will be a new function added in v18.05 that will return number 
> > > > > of
> > > > > detected sockets, which will change the ABI.
> > > > > 
> > > > > Signed-off-by: Anatoly Burakov 
> > > > > ---
> > > > > +* eal: new ``numa_node_count`` member will be added to ``rte_config``
> > > > > +structure in v18.05.
> > > > 
> > > > Acked-by: John McNamara 
> > > 
> > > Acked-by: Jerin Jacob 
> > >
> > Acked-by: Bruce Richardson 
> 
> Acked-by: Thomas Monjalon 

Applied


Re: [dpdk-dev] [PATCH] doc: add ABI change notice for numa_node_count in eal

2018-02-13 Thread Thomas Monjalon
> > > > There will be a new function added in v18.05 that will return number of
> > > > detected sockets, which will change the ABI.
> > > > 
> > > > Signed-off-by: Anatoly Burakov 
> > > > ---
> > > > +* eal: new ``numa_node_count`` member will be added to ``rte_config``
> > > > +structure in v18.05.
> > > 
> > > Acked-by: John McNamara 
> > 
> > Acked-by: Jerin Jacob 
> >
> Acked-by: Bruce Richardson 

Acked-by: Thomas Monjalon 




Re: [dpdk-dev] [PATCH] doc: add ABI change notice for numa_node_count in eal

2018-02-12 Thread Jonas Pfefferle

On Tue, 16 Jan 2018 17:53:40 +
 Anatoly Burakov  wrote:

There will be a new function added in v18.05 that will return
number of detected sockets, which will change the ABI.

Signed-off-by: Anatoly Burakov 
---
doc/guides/rel_notes/deprecation.rst | 2 ++
1 file changed, 2 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst 
b/doc/guides/rel_notes/deprecation.rst

index 13e8543..9662150 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -8,6 +8,8 @@ API and ABI deprecation notices are to be posted 
here.

Deprecation Notices
---

+* eal: new ``numa_node_count`` member will be added to 
``rte_config`` structure

+  in v18.05.
* eal: several API and ABI changes are planned for ``rte_devargs`` 
in v18.02.
  The format of device command line parameters will change. The bus 
will need
  to be explicitly stated in the device declaration. The enum 
``rte_devtype``

--
2.7.4


Acked-by: Jonas Pfefferle 



Re: [dpdk-dev] [PATCH] doc: add ABI change notice for numa_node_count in eal

2018-02-09 Thread Bruce Richardson
On Wed, Feb 07, 2018 at 03:40:20PM +0530, Jerin Jacob wrote:
> -Original Message-
> > Date: Tue, 23 Jan 2018 10:39:58 +
> > From: "Mcnamara, John" 
> > To: "Burakov, Anatoly" , "dev@dpdk.org"
> >  
> > CC: Neil Horman , "Kovacevic, Marko"
> >  
> > Subject: Re: [dpdk-dev] [PATCH] doc: add ABI change notice for
> >  numa_node_count in eal
> > 
> > 
> > 
> > > -Original Message-
> > > From: Burakov, Anatoly
> > > Sent: Tuesday, January 16, 2018 5:54 PM
> > > To: dev@dpdk.org
> > > Cc: Neil Horman ; Mcnamara, John
> > > ; Kovacevic, Marko 
> > > Subject: [PATCH] doc: add ABI change notice for numa_node_count in eal
> > > 
> > > There will be a new function added in v18.05 that will return number of
> > > detected sockets, which will change the ABI.
> > > 
> > > Signed-off-by: Anatoly Burakov 
> > > ---
> > >  doc/guides/rel_notes/deprecation.rst | 2 ++
> > >  1 file changed, 2 insertions(+)
> > > 
> > > diff --git a/doc/guides/rel_notes/deprecation.rst
> > > b/doc/guides/rel_notes/deprecation.rst
> > > index 13e8543..9662150 100644
> > > --- a/doc/guides/rel_notes/deprecation.rst
> > > +++ b/doc/guides/rel_notes/deprecation.rst
> > > @@ -8,6 +8,8 @@ API and ABI deprecation notices are to be posted here.
> > >  Deprecation Notices
> > >  ---
> > > 
> > > +* eal: new ``numa_node_count`` member will be added to ``rte_config``
> > > +structure in v18.05.
> > >  * eal: several API and ABI changes are planned for ``rte_devargs`` in  
> > > v18.02.
> > 
> > In general it is best to leave a blank line between the bullet points. But 
> > that
> > doesn't affect the rendering so:
> > 
> > Acked-by: John McNamara 
> 
> Acked-by: Jerin Jacob 
>
Acked-by: Bruce Richardson 


Re: [dpdk-dev] [PATCH] doc: add ABI change notice for numa_node_count in eal

2018-02-07 Thread Jerin Jacob
-Original Message-
> Date: Tue, 23 Jan 2018 10:39:58 +
> From: "Mcnamara, John" 
> To: "Burakov, Anatoly" , "dev@dpdk.org"
>  
> CC: Neil Horman , "Kovacevic, Marko"
>  
> Subject: Re: [dpdk-dev] [PATCH] doc: add ABI change notice for
>  numa_node_count in eal
> 
> 
> 
> > -Original Message-
> > From: Burakov, Anatoly
> > Sent: Tuesday, January 16, 2018 5:54 PM
> > To: dev@dpdk.org
> > Cc: Neil Horman ; Mcnamara, John
> > ; Kovacevic, Marko 
> > Subject: [PATCH] doc: add ABI change notice for numa_node_count in eal
> > 
> > There will be a new function added in v18.05 that will return number of
> > detected sockets, which will change the ABI.
> > 
> > Signed-off-by: Anatoly Burakov 
> > ---
> >  doc/guides/rel_notes/deprecation.rst | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/doc/guides/rel_notes/deprecation.rst
> > b/doc/guides/rel_notes/deprecation.rst
> > index 13e8543..9662150 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > @@ -8,6 +8,8 @@ API and ABI deprecation notices are to be posted here.
> >  Deprecation Notices
> >  ---
> > 
> > +* eal: new ``numa_node_count`` member will be added to ``rte_config``
> > +structure in v18.05.
> >  * eal: several API and ABI changes are planned for ``rte_devargs`` in  
> > v18.02.
> 
> In general it is best to leave a blank line between the bullet points. But 
> that
> doesn't affect the rendering so:
> 
> Acked-by: John McNamara 

Acked-by: Jerin Jacob 


> 
> 


Re: [dpdk-dev] [PATCH] doc: add ABI change notice for numa_node_count in eal

2018-01-23 Thread Mcnamara, John


> -Original Message-
> From: Burakov, Anatoly
> Sent: Tuesday, January 16, 2018 5:54 PM
> To: dev@dpdk.org
> Cc: Neil Horman ; Mcnamara, John
> ; Kovacevic, Marko 
> Subject: [PATCH] doc: add ABI change notice for numa_node_count in eal
> 
> There will be a new function added in v18.05 that will return number of
> detected sockets, which will change the ABI.
> 
> Signed-off-by: Anatoly Burakov 
> ---
>  doc/guides/rel_notes/deprecation.rst | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index 13e8543..9662150 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -8,6 +8,8 @@ API and ABI deprecation notices are to be posted here.
>  Deprecation Notices
>  ---
> 
> +* eal: new ``numa_node_count`` member will be added to ``rte_config``
> +structure in v18.05.
>  * eal: several API and ABI changes are planned for ``rte_devargs`` in  
> v18.02.

In general it is best to leave a blank line between the bullet points. But that
doesn't affect the rendering so:

Acked-by: John McNamara