doc: remove DPAA2 cmdif raw driver deprecation notice

Message ID 20221003050007.118354-1-g.singh@nxp.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: remove DPAA2 cmdif raw driver deprecation notice |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-testing warning apply patch failure
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Gagandeep Singh Oct. 3, 2022, 5 a.m. UTC
  In commit [1], It was announced to remove the DPAA2 cmdif
raw driver as there was no active user known at that time.
But now, one of the DPAA2 user has objected this driver
removal so in this patch, removing the deprecation notice
for the driver.

[1] commit 10f0e51554b4 ("doc: announce removal of DPAA2 cmdif raw driver")

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
---
 doc/guides/rel_notes/deprecation.rst | 3 ---
 1 file changed, 3 deletions(-)
  

Comments

Thomas Monjalon Oct. 9, 2022, 5:17 p.m. UTC | #1
03/10/2022 07:00, Gagandeep Singh:
> In commit [1], It was announced to remove the DPAA2 cmdif
> raw driver as there was no active user known at that time.
> But now, one of the DPAA2 user has objected this driver
> removal so in this patch, removing the deprecation notice
> for the driver.
> 
> [1] commit 10f0e51554b4 ("doc: announce removal of DPAA2 cmdif raw driver")
> 
> Signed-off-by: Gagandeep Singh <g.singh@nxp.com>

Applied.
  

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index e83bc648fc..cb5336c351 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -178,9 +178,6 @@  Deprecation Notices
 * metrics: The function ``rte_metrics_init`` will have a non-void return
   in order to notify errors instead of calling ``rte_exit``.
 
-* raw/dpaa2_cmdif: The ``dpaa2_cmdif`` rawdev driver will be deprecated
-  in DPDK 22.11, as it is no longer in use, no active user known.
-
 * raw/ioat: The ``ioat`` rawdev driver has been deprecated, since it's
   functionality is provided through the new ``dmadev`` infrastructure.
   To continue to use hardware previously supported by the ``ioat`` rawdev driver,