doc: notice to deprecate DPAA2 cmdif raw driver

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

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/github-robot: build fail github build: failed
ci/intel-Testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-abi-testing success Testing PASS

Commit Message

Gagandeep Singh June 29, 2022, 4:38 a.m. UTC
  dpaa2_cmdif raw driver is no longer in use, so it
will be removed in v22.11

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

Comments

Hemant Agrawal June 29, 2022, 6:23 a.m. UTC | #1
Acked-by:  Hemant Agrawal <hemant.agrawal@nxp.com>

On 6/29/2022 10:08 AM, Gagandeep Singh wrote:
> dpaa2_cmdif raw driver is no longer in use, so it
> will be removed in v22.11
>
> Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
> ---
>   doc/guides/rel_notes/deprecation.rst | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index 4e5b23c53d..d279fcc99b 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -125,3 +125,6 @@ Deprecation Notices
>     applications should be updated to use the ``dmadev`` library instead,
>     with the underlying HW-functionality being provided by the ``ioat`` or
>     ``idxd`` dma drivers
> +
> +* raw/dpaa2_cmdif/: The ``dpaa2_cmdif`` rawdev driver will be deprecated
> +  in 22.11, as it is no longer in use, no active user known.
  
Thomas Monjalon July 12, 2022, 2:29 p.m. UTC | #2
29/06/2022 08:23, Hemant Agrawal:
> Acked-by:  Hemant Agrawal <hemant.agrawal@nxp.com>

Beware Hemant you introduce double spaces in your ack.


> On 6/29/2022 10:08 AM, Gagandeep Singh wrote:
> > dpaa2_cmdif raw driver is no longer in use, so it
> > will be removed in v22.11
> >
> > Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
[...]
> > +* raw/dpaa2_cmdif/: The ``dpaa2_cmdif`` rawdev driver will be deprecated
> > +  in 22.11, as it is no longer in use, no active user known.

Acked-by: Thomas Monjalon <thomas@monjalon.net>
  
Bruce Richardson July 12, 2022, 2:46 p.m. UTC | #3
On Tue, Jul 12, 2022 at 04:29:23PM +0200, Thomas Monjalon wrote:
> 29/06/2022 08:23, Hemant Agrawal:
> > Acked-by:  Hemant Agrawal <hemant.agrawal@nxp.com>
> 
> Beware Hemant you introduce double spaces in your ack.
> 
> 
> > On 6/29/2022 10:08 AM, Gagandeep Singh wrote:
> > > dpaa2_cmdif raw driver is no longer in use, so it
> > > will be removed in v22.11
> > >
> > > Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
> [...]
> > > +* raw/dpaa2_cmdif/: The ``dpaa2_cmdif`` rawdev driver will be deprecated
> > > +  in 22.11, as it is no longer in use, no active user known.
> 
> Acked-by: Thomas Monjalon <thomas@monjalon.net>
> 
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  
Thomas Monjalon July 16, 2022, 4:39 p.m. UTC | #4
29/06/2022 06:38, Gagandeep Singh:
> dpaa2_cmdif raw driver is no longer in use, so it
> will be removed in v22.11
> 
> Signed-off-by: Gagandeep Singh <g.singh@nxp.com>

    Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
    Acked-by: Thomas Monjalon <thomas@monjalon.net>
    Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied, thanks.
  

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 4e5b23c53d..d279fcc99b 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -125,3 +125,6 @@  Deprecation Notices
   applications should be updated to use the ``dmadev`` library instead,
   with the underlying HW-functionality being provided by the ``ioat`` or
   ``idxd`` dma drivers
+
+* raw/dpaa2_cmdif/: The ``dpaa2_cmdif`` rawdev driver will be deprecated
+  in 22.11, as it is no longer in use, no active user known.