Skip to content

Commit 00116ee

Browse files
cristian-dumitrescutmonjalo
authored andcommitted
doc: postpone deprecation of pipeline legacy API
Postpone the deprecation of the legacy pipeline, table and port library API and gradual stabilization of the new API. Signed-off-by: Cristian Dumitrescu <[email protected]> Acked-by: Bruce Richardson <[email protected]> Acked-by: Harshad Narayane <[email protected]> Acked-by: Radu Nicolau <[email protected]>
1 parent 09bede5 commit 00116ee

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

doc/guides/rel_notes/deprecation.rst

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -201,19 +201,16 @@ Deprecation Notices
201201
In the absence of such interest, this library will be removed in DPDK 23.11.
202202

203203
* pipeline: The pipeline library legacy API (functions rte_pipeline_*)
204-
will be deprecated in DPDK 23.07 release and removed in DPDK 23.11 release.
205-
The new pipeline library API (functions rte_swx_pipeline_*)
206-
will gradually transition from experimental to stable status
207-
starting with DPDK 23.07 release.
204+
will be deprecated and subsequently removed in DPDK 24.11 release.
205+
Before this, the new pipeline library API (functions rte_swx_pipeline_*)
206+
will gradually transition from experimental to stable status.
208207

209208
* table: The table library legacy API (functions rte_table_*)
210-
will be deprecated in DPDK 23.07 release and removed in DPDK 23.11 release.
211-
The new table library API (functions rte_swx_table_*)
212-
will gradually transition from experimental to stable status
213-
starting with DPDK 23.07 release.
209+
will be deprecated and subsequently removed in DPDK 24.11 release.
210+
Before this, the new table library API (functions rte_swx_table_*)
211+
will gradually transition from experimental to stable status.
214212

215213
* port: The port library legacy API (functions rte_port_*)
216-
will be deprecated in DPDK 23.07 release and removed in DPDK 23.11 release.
217-
The new port library API (functions rte_swx_port_*)
218-
will gradually transition from experimental to stable status
219-
starting with DPDK 23.07 release.
214+
will be deprecated and subsequently removed in DPDK 24.11 release.
215+
Before this, the new port library API (functions rte_swx_port_*)
216+
will gradually transition from experimental to stable status.

0 commit comments

Comments
 (0)