All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: add deprecation notice for physmem layout function
@ 2018-01-17 17:17 Anatoly Burakov
  2018-01-18  9:55 ` Burakov, Anatoly
  2018-01-18 10:32 ` [PATCH v2] doc: add deprecation notice for memory hotplug changes Anatoly Burakov
  0 siblings, 2 replies; 9+ messages in thread
From: Anatoly Burakov @ 2018-01-17 17:17 UTC (permalink / raw)
  To: dev; +Cc: Neil Horman, John McNamara, Marko Kovacevic

Due to coming changes outlined in memory hotplug RFC, that
function will no longer serve any meaningful purpose.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
---

Notes:
    Patch outlining future changes:
    http://dpdk.org/dev/patchwork/patch/32467/

 doc/guides/rel_notes/deprecation.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 13e8543..28f217d 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -8,6 +8,10 @@ API and ABI deprecation notices are to be posted here.
 Deprecation Notices
 -------------------
 
+* eal: due to internal data layoyut reorganization, function
+  ``rte_eal_get_physmem_layout`` will be deprecated in v18.05 and removed in
+  subsequent releases.
+
 * 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

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

* Re: [PATCH] doc: add deprecation notice for physmem layout function
  2018-01-17 17:17 [PATCH] doc: add deprecation notice for physmem layout function Anatoly Burakov
@ 2018-01-18  9:55 ` Burakov, Anatoly
  2018-01-18 10:32 ` [PATCH v2] doc: add deprecation notice for memory hotplug changes Anatoly Burakov
  1 sibling, 0 replies; 9+ messages in thread
From: Burakov, Anatoly @ 2018-01-18  9:55 UTC (permalink / raw)
  To: dev; +Cc: Neil Horman, John McNamara, Marko Kovacevic

On 17-Jan-18 5:17 PM, Anatoly Burakov wrote:
> Due to coming changes outlined in memory hotplug RFC, that
> function will no longer serve any meaningful purpose.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
> ---
> 
> Notes:
>      Patch outlining future changes:
>      http://dpdk.org/dev/patchwork/patch/32467/

That patch also changes rte_mem_config, which may or may not be part of 
public API, but people may rely on it anyway. Will add in v2, and also 
cover other structures' changes.


-- 
Thanks,
Anatoly

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

* [PATCH v2] doc: add deprecation notice for memory hotplug changes
  2018-01-17 17:17 [PATCH] doc: add deprecation notice for physmem layout function Anatoly Burakov
  2018-01-18  9:55 ` Burakov, Anatoly
@ 2018-01-18 10:32 ` Anatoly Burakov
  2018-01-23 10:36   ` Mcnamara, John
                     ` (3 more replies)
  1 sibling, 4 replies; 9+ messages in thread
From: Anatoly Burakov @ 2018-01-18 10:32 UTC (permalink / raw)
  To: dev; +Cc: Neil Horman, John McNamara, Marko Kovacevic

Due to coming changes outlined in memory hotplug RFC, there will
be several API/ABI changes.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
---

Notes:
    Patch outlining future changes:
    http://dpdk.org/dev/patchwork/patch/32467/
    
    v2: added rte_mem_config and rte_memzone changes to the announcement

 doc/guides/rel_notes/deprecation.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 13e8543..93cbeea 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -8,6 +8,15 @@ API and ABI deprecation notices are to be posted here.
 Deprecation Notices
 -------------------
 
+* eal: due to internal data layoyut reorganization, there will be changes to
+  several structures and functions as a result of coming changes to support
+  memory hotplug in v18.05.
+  ``rte_eal_get_physmem_layout`` will be deprecated and removed in subsequent
+  releases.
+  ``rte_mem_config`` contents will change due to switch to memseg lists.
+  ``rte_memzone`` member ``memseg_id`` will no longer serve any useful purpose
+  and will be removed.
+
 * 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

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

* Re: [PATCH v2] doc: add deprecation notice for memory hotplug changes
  2018-01-18 10:32 ` [PATCH v2] doc: add deprecation notice for memory hotplug changes Anatoly Burakov
@ 2018-01-23 10:36   ` Mcnamara, John
  2018-02-05 11:47   ` Bruce Richardson
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: Mcnamara, John @ 2018-01-23 10:36 UTC (permalink / raw)
  To: Burakov, Anatoly, dev; +Cc: Neil Horman, Kovacevic, Marko



> -----Original Message-----
> From: Burakov, Anatoly
> Sent: Thursday, January 18, 2018 10:32 AM
> To: dev@dpdk.org
> Cc: Neil Horman <nhorman@tuxdriver.com>; Mcnamara, John
> <john.mcnamara@intel.com>; Kovacevic, Marko <marko.kovacevic@intel.com>
> Subject: [PATCH v2] doc: add deprecation notice for memory hotplug changes
> 
> Due to coming changes outlined in memory hotplug RFC, there will be
> several API/ABI changes.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>

Acked-by: John McNamara <john.mcnamara@intel.com>

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

* Re: [PATCH v2] doc: add deprecation notice for memory hotplug changes
  2018-01-18 10:32 ` [PATCH v2] doc: add deprecation notice for memory hotplug changes Anatoly Burakov
  2018-01-23 10:36   ` Mcnamara, John
@ 2018-02-05 11:47   ` Bruce Richardson
  2018-02-07 10:11     ` Jerin Jacob
  2018-02-12 15:58   ` Jonas Pfefferle
  2018-02-13  0:24   ` Yongseok Koh
  3 siblings, 1 reply; 9+ messages in thread
From: Bruce Richardson @ 2018-02-05 11:47 UTC (permalink / raw)
  To: Anatoly Burakov; +Cc: dev, Neil Horman, John McNamara, Marko Kovacevic

On Thu, Jan 18, 2018 at 10:32:28AM +0000, Anatoly Burakov wrote:
> Due to coming changes outlined in memory hotplug RFC, there will
> be several API/ABI changes.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

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

* Re: [PATCH v2] doc: add deprecation notice for memory hotplug changes
  2018-02-05 11:47   ` Bruce Richardson
@ 2018-02-07 10:11     ` Jerin Jacob
  2018-02-14 14:48       ` Thomas Monjalon
  0 siblings, 1 reply; 9+ messages in thread
From: Jerin Jacob @ 2018-02-07 10:11 UTC (permalink / raw)
  To: Bruce Richardson
  Cc: Anatoly Burakov, dev, Neil Horman, John McNamara, Marko Kovacevic

-----Original Message-----
> Date: Mon, 5 Feb 2018 11:47:42 +0000
> From: Bruce Richardson <bruce.richardson@intel.com>
> To: Anatoly Burakov <anatoly.burakov@intel.com>
> CC: dev@dpdk.org, Neil Horman <nhorman@tuxdriver.com>, John McNamara
>  <john.mcnamara@intel.com>, Marko Kovacevic <marko.kovacevic@intel.com>
> Subject: Re: [dpdk-dev] [PATCH v2] doc: add deprecation notice for memory
>  hotplug changes
> User-Agent: Mutt/1.9.1 (2017-09-22)
> 
> On Thu, Jan 18, 2018 at 10:32:28AM +0000, Anatoly Burakov wrote:
> > Due to coming changes outlined in memory hotplug RFC, there will
> > be several API/ABI changes.
> > 
> > Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
> > ---
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>

> 

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

* Re: [PATCH v2] doc: add deprecation notice for memory hotplug changes
  2018-01-18 10:32 ` [PATCH v2] doc: add deprecation notice for memory hotplug changes Anatoly Burakov
  2018-01-23 10:36   ` Mcnamara, John
  2018-02-05 11:47   ` Bruce Richardson
@ 2018-02-12 15:58   ` Jonas Pfefferle
  2018-02-13  0:24   ` Yongseok Koh
  3 siblings, 0 replies; 9+ messages in thread
From: Jonas Pfefferle @ 2018-02-12 15:58 UTC (permalink / raw)
  To: Anatoly Burakov, dev; +Cc: Neil Horman, John McNamara, Marko Kovacevic

On Thu, 18 Jan 2018 10:32:28 +0000
  Anatoly Burakov <anatoly.burakov@intel.com> wrote:
> Due to coming changes outlined in memory hotplug RFC, there will
> be several API/ABI changes.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
> ---
> 
> Notes:
>    Patch outlining future changes:
>    http://dpdk.org/dev/patchwork/patch/32467/
>    
>    v2: added rte_mem_config and rte_memzone changes to the 
>announcement
> 
> doc/guides/rel_notes/deprecation.rst | 9 +++++++++
> 1 file changed, 9 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst 
>b/doc/guides/rel_notes/deprecation.rst
> index 13e8543..93cbeea 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -8,6 +8,15 @@ API and ABI deprecation notices are to be posted 
>here.
> Deprecation Notices
> -------------------
> 
> +* eal: due to internal data layoyut reorganization, there will be 
>changes to
> +  several structures and functions as a result of coming changes to 
>support
> +  memory hotplug in v18.05.
> +  ``rte_eal_get_physmem_layout`` will be deprecated and removed in 
>subsequent
> +  releases.
> +  ``rte_mem_config`` contents will change due to switch to memseg 
>lists.
> +  ``rte_memzone`` member ``memseg_id`` will no longer serve any 
>useful purpose
> +  and will be removed.
> +
> * 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 <pepperjo@japf.ch>

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

* Re: [PATCH v2] doc: add deprecation notice for memory hotplug changes
  2018-01-18 10:32 ` [PATCH v2] doc: add deprecation notice for memory hotplug changes Anatoly Burakov
                     ` (2 preceding siblings ...)
  2018-02-12 15:58   ` Jonas Pfefferle
@ 2018-02-13  0:24   ` Yongseok Koh
  3 siblings, 0 replies; 9+ messages in thread
From: Yongseok Koh @ 2018-02-13  0:24 UTC (permalink / raw)
  To: Anatoly Burakov; +Cc: dev, Neil Horman, John McNamara, Marko Kovacevic


> On Jan 18, 2018, at 2:32 AM, Anatoly Burakov <anatoly.burakov@intel.com> wrote:
> 
> Due to coming changes outlined in memory hotplug RFC, there will
> be several API/ABI changes.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
> ---
Acked-by: Yongseok Koh <yskoh@mellanox.com>
 
Thanks

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

* Re: [PATCH v2] doc: add deprecation notice for memory hotplug changes
  2018-02-07 10:11     ` Jerin Jacob
@ 2018-02-14 14:48       ` Thomas Monjalon
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Monjalon @ 2018-02-14 14:48 UTC (permalink / raw)
  To: Anatoly Burakov
  Cc: dev, Jerin Jacob, Bruce Richardson, Neil Horman, John McNamara,
	Marko Kovacevic

07/02/2018 11:11, Jerin Jacob:
> -----Original Message-----
> > Date: Mon, 5 Feb 2018 11:47:42 +0000
> > From: Bruce Richardson <bruce.richardson@intel.com>
> > To: Anatoly Burakov <anatoly.burakov@intel.com>
> > CC: dev@dpdk.org, Neil Horman <nhorman@tuxdriver.com>, John McNamara
> >  <john.mcnamara@intel.com>, Marko Kovacevic <marko.kovacevic@intel.com>
> > Subject: Re: [dpdk-dev] [PATCH v2] doc: add deprecation notice for memory
> >  hotplug changes
> > User-Agent: Mutt/1.9.1 (2017-09-22)
> > 
> > On Thu, Jan 18, 2018 at 10:32:28AM +0000, Anatoly Burakov wrote:
> > > Due to coming changes outlined in memory hotplug RFC, there will
> > > be several API/ABI changes.
> > > 
> > > Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
> > > ---
> > Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> 
> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>

Applied

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

end of thread, other threads:[~2018-02-14 14:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-17 17:17 [PATCH] doc: add deprecation notice for physmem layout function Anatoly Burakov
2018-01-18  9:55 ` Burakov, Anatoly
2018-01-18 10:32 ` [PATCH v2] doc: add deprecation notice for memory hotplug changes Anatoly Burakov
2018-01-23 10:36   ` Mcnamara, John
2018-02-05 11:47   ` Bruce Richardson
2018-02-07 10:11     ` Jerin Jacob
2018-02-14 14:48       ` Thomas Monjalon
2018-02-12 15:58   ` Jonas Pfefferle
2018-02-13  0:24   ` Yongseok Koh

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.