All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: remove old deprecation notices
@ 2017-04-05 12:27 Thomas Monjalon
  2017-04-05 12:57 ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2017-04-05 12:27 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, david.hunt

The ring and distributor reworks are done.

Fixes: a6619414e0a9 ("ring: make struct and macros type agnostic")
Fixes: 775003ad2f96 ("distributor: add new burst-capable library")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 doc/guides/rel_notes/deprecation.rst | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index efbccb0..1df3b46 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -16,26 +16,6 @@ Deprecation Notices
   - ``rte_set_log_type``, replaced by ``rte_log_set_level``
   - ``rte_get_log_type``, replaced by ``rte_log_get_level``
 
-* ring: Changes are planned to rte_ring APIs in release 17.05. Proposed
-  changes include:
-
-    - Removing build time options for the ring:
-      CONFIG_RTE_RING_SPLIT_PROD_CONS
-      CONFIG_RTE_RING_PAUSE_REP_COUNT
-    - Adding an additional parameter to enqueue functions to return the
-      amount of free space in the ring
-    - Adding an additional parameter to dequeue functions to return the
-      number of remaining elements in the ring
-    - Removing direct support for watermarks in the rings, since the
-      additional return value from the enqueue function makes it
-      unneeded
-    - Adjusting the return values of the bulk() enq/deq functions to
-      make them consistent with the burst() equivalents. [Note, parameter
-      to these functions are changing too, per points above, so compiler
-      will flag them as needing update in legacy code]
-    - Updates to some library functions e.g. rte_ring_get_memsize() to
-      allow for variably-sized ring elements.
-
 * igb_uio: iomem mapping and sysfs files created for iomem and ioport in
   igb_uio will be removed, because we are able to detect these from what Linux
   has exposed, like the way we have done with uio-pci-generic. This change
@@ -104,9 +84,3 @@ Deprecation Notices
   ``rte_cryptodev_info.sym``. Some drivers may support limited number of
   sessions per queue_pair. With this new parameter application will know
   how many sessions can be mapped to each queue_pair of a device.
-
-* distributor: library API will be changed to incorporate a burst-oriented
-  API. This will include a change to ``rte_distributor_create``
-  to specify which type of instance to create (single or burst), and
-  additional calls for ``rte_distributor_poll_pkt_burst`` and
-  ``rte_distributor_return_pkt_burst``, among others.
-- 
2.7.0

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

* Re: [PATCH] doc: remove old deprecation notices
  2017-04-05 12:27 [PATCH] doc: remove old deprecation notices Thomas Monjalon
@ 2017-04-05 12:57 ` Bruce Richardson
  2017-04-05 13:21   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Richardson @ 2017-04-05 12:57 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, david.hunt

On Wed, Apr 05, 2017 at 02:27:26PM +0200, Thomas Monjalon wrote:
> The ring and distributor reworks are done.
> 
> Fixes: a6619414e0a9 ("ring: make struct and macros type agnostic")
> Fixes: 775003ad2f96 ("distributor: add new burst-capable library")
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

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

* Re: [PATCH] doc: remove old deprecation notices
  2017-04-05 12:57 ` Bruce Richardson
@ 2017-04-05 13:21   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2017-04-05 13:21 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev, david.hunt

2017-04-05 13:57, Bruce Richardson:
> On Wed, Apr 05, 2017 at 02:27:26PM +0200, Thomas Monjalon wrote:
> > The ring and distributor reworks are done.
> > 
> > Fixes: a6619414e0a9 ("ring: make struct and macros type agnostic")
> > Fixes: 775003ad2f96 ("distributor: add new burst-capable library")
> > 
> > Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> > ---
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied

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

end of thread, other threads:[~2017-04-05 13:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 12:27 [PATCH] doc: remove old deprecation notices Thomas Monjalon
2017-04-05 12:57 ` Bruce Richardson
2017-04-05 13:21   ` 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.