DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: announce the legacy pipeline API deprecation
@ 2022-11-21 19:54 Cristian Dumitrescu
  2023-03-09 13:47 ` [PATCH V2] doc: announce the pipeline legacy " Cristian Dumitrescu
  2023-03-09 20:09 ` [PATCH V3] " Cristian Dumitrescu
  0 siblings, 2 replies; 9+ messages in thread
From: Cristian Dumitrescu @ 2022-11-21 19:54 UTC (permalink / raw)
  To: dev; +Cc: thomas, david.marchand

Announce the deprecation of the legacy pipeline, table and port
library API and gradual stabilization of the new API.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index e2efa2f8b0..dfc6fa96ba 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -102,3 +102,18 @@ Deprecation Notices
   Its removal has been postponed to let potential users report interest
   in maintaining it.
   In the absence of such interest, this library will be removed in DPDK 23.11.
+
+* pipeline: The pipeline library legacy API (functions rte_pipeline_*) will be
+  deprecated and removed in DPDK 23.11 release. The new pipeline library API
+  (functions rte_swx_pipeline_*) will gradually transition from experimental
+  to stable status starting with DPDK 23.11 release.
+
+* table: The table library legacy API (functions rte_table_*) will be
+  deprecated and removed in DPDK 23.11 release. The new table library API
+  (functions rte_swx_table_*) will gradually transition from experimental
+  to stable status starting with DPDK 23.11 release.
+
+* port: The port library legacy API (functions rte_port_*) will be
+  deprecated and removed in DPDK 23.11 release. The new port library API
+  (functions rte_swx_port_*) will gradually transition from experimental
+  to stable status starting with DPDK 23.11 release.
-- 
2.34.1


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

end of thread, other threads:[~2023-03-31 13:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 19:54 [PATCH] doc: announce the legacy pipeline API deprecation Cristian Dumitrescu
2023-03-09 13:47 ` [PATCH V2] doc: announce the pipeline legacy " Cristian Dumitrescu
2023-03-09 20:09 ` [PATCH V3] " Cristian Dumitrescu
2023-03-10  6:02   ` Suresh Narayane, Harshad
2023-03-10  7:25   ` Jangra, Yogesh
2023-03-10  9:57   ` Bruce Richardson
2023-03-10  9:58   ` Nicolau, Radu
2023-03-10 12:19   ` R, Kamalakannan
2023-03-31 13:20   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).