All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: announce ABI changes for user-owned mempool caches
@ 2016-04-05  9:23 Lazaros Koromilas
  2016-04-05 15:42 ` Olivier Matz
  0 siblings, 1 reply; 4+ messages in thread
From: Lazaros Koromilas @ 2016-04-05  9:23 UTC (permalink / raw)
  To: dev

Deprecation notice for 16.04 for changes targeting release 16.07.
The changes affect struct rte_mempool, rte_mempool_cache and the
mempool API.

Signed-off-by: Lazaros Koromilas <l@nofutznetworks.com>
---
 doc/guides/rel_notes/deprecation.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index ad31355..6ccabcb 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -40,3 +40,10 @@ Deprecation Notices
   The existing API will be backward compatible, but there will be new API
   functions added to facilitate the creation of mempools using an external
   handler. The 16.07 release will contain these changes.
+
+* ABI change for rte_mempool struct to move the cache-related fields
+  to the more appropriate rte_mempool_cache struct. The mempool API is
+  also changed to enable external cache management that is not tied to EAL
+  threads. Some mempool get and put calls are removed in favor of a more
+  compact API. The ones that remain are backwards compatible and use the
+  per-lcore default cache if available. This change targets release 16.07.
-- 
1.9.1

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

* Re: [PATCH] doc: announce ABI changes for user-owned mempool caches
  2016-04-05  9:23 [PATCH] doc: announce ABI changes for user-owned mempool caches Lazaros Koromilas
@ 2016-04-05 15:42 ` Olivier Matz
  2016-04-08 14:01   ` Hunt, David
  0 siblings, 1 reply; 4+ messages in thread
From: Olivier Matz @ 2016-04-05 15:42 UTC (permalink / raw)
  To: Lazaros Koromilas, dev


On 04/05/2016 11:23 AM, Lazaros Koromilas wrote:
> Deprecation notice for 16.04 for changes targeting release 16.07.
> The changes affect struct rte_mempool, rte_mempool_cache and the
> mempool API.
> 
> Signed-off-by: Lazaros Koromilas <l@nofutznetworks.com>

Acked-by: Olivier Matz <olivier.matz@6wind.com>

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

* Re: [PATCH] doc: announce ABI changes for user-owned mempool caches
  2016-04-05 15:42 ` Olivier Matz
@ 2016-04-08 14:01   ` Hunt, David
  2016-04-10  9:55     ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Hunt, David @ 2016-04-08 14:01 UTC (permalink / raw)
  To: Olivier Matz, Lazaros Koromilas, dev



On 4/5/2016 4:42 PM, Olivier Matz wrote:
> On 04/05/2016 11:23 AM, Lazaros Koromilas wrote:
>> Deprecation notice for 16.04 for changes targeting release 16.07.
>> The changes affect struct rte_mempool, rte_mempool_cache and the
>> mempool API.
>>
>> Signed-off-by: Lazaros Koromilas <l@nofutznetworks.com>
> Acked-by: Olivier Matz <olivier.matz@6wind.com>
>

Acked-by: David Hunt<david.hunt@intel.com>

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

* Re: [PATCH] doc: announce ABI changes for user-owned mempool caches
  2016-04-08 14:01   ` Hunt, David
@ 2016-04-10  9:55     ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2016-04-10  9:55 UTC (permalink / raw)
  To: Lazaros Koromilas; +Cc: dev, Hunt, David, Olivier Matz

> >> Deprecation notice for 16.04 for changes targeting release 16.07.
> >> The changes affect struct rte_mempool, rte_mempool_cache and the
> >> mempool API.
> >>
> >> Signed-off-by: Lazaros Koromilas <l@nofutznetworks.com>
> > Acked-by: Olivier Matz <olivier.matz@6wind.com>
> Acked-by: David Hunt<david.hunt@intel.com>

It is the fourth change announced for rte_mempool in 16.07.

Applied, thanks

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

end of thread, other threads:[~2016-04-10  9:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-05  9:23 [PATCH] doc: announce ABI changes for user-owned mempool caches Lazaros Koromilas
2016-04-05 15:42 ` Olivier Matz
2016-04-08 14:01   ` Hunt, David
2016-04-10  9:55     ` 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.