[3/3] doc: remove deprecation notices for event vector

Message ID 20220929095748.12563-3-pbhagavatula@marvell.com (mailing list archive)
State Accepted, archived
Delegated to: Jerin Jacob
Headers
Series [1/3] eventdev: add rte prefix to function declaration |

Checks

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

Commit Message

Pavan Nikhilesh Bhagavatula Sept. 29, 2022, 9:57 a.m. UTC
  From: Pavan Nikhilesh <pbhagavatula@marvell.com>

Deprecation notice targeted for v22.11 of event vector has been
merged in the following commits, remove deprecation notices.

Fixes: 7b12f13ce3ee ("eventdev: add element offset to event vector")

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
---
 doc/guides/rel_notes/deprecation.rst | 7 -------
 1 file changed, 7 deletions(-)

--
2.25.1
  

Comments

Jerin Jacob Sept. 30, 2022, 10:16 a.m. UTC | #1
On Thu, Sep 29, 2022 at 3:30 PM <pbhagavatula@marvell.com> wrote:
>
> From: Pavan Nikhilesh <pbhagavatula@marvell.com>
>
> Deprecation notice targeted for v22.11 of event vector has been
> merged in the following commits, remove deprecation notices.
>
> Fixes: 7b12f13ce3ee ("eventdev: add element offset to event vector")
>
> Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>

Series-Acked-by: Jerin Jacob <jerinj@marvell.com>

Series applied to dpdk-next-eventdev/for-main. Thanks.


> ---
>  doc/guides/rel_notes/deprecation.rst | 7 -------
>  1 file changed, 7 deletions(-)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index bb44b1f9ff..9679615f95 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -173,13 +173,6 @@ Deprecation Notices
>    Event will be one of the configuration fields,
>    together with additional vector parameters.
>
> -* eventdev: The structure ``rte_event_vector`` will be modified to include
> -  ``elem_offset:12`` bits taken from ``rsvd:15``. The ``elem_offset`` defines
> -  the offset into the vector array from which valid elements are present.
> -  The difference between ``rte_event_vector::nb_elem`` and
> -  ``rte_event_vector::elem_offset`` gives the number of valid elements left
> -  to process from the ``rte_event_vector::elem_offset``.
> -
>  * metrics: The function ``rte_metrics_init`` will have a non-void return
>    in order to notify errors instead of calling ``rte_exit``.
>
> --
> 2.25.1
>
  

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index bb44b1f9ff..9679615f95 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -173,13 +173,6 @@  Deprecation Notices
   Event will be one of the configuration fields,
   together with additional vector parameters.

-* eventdev: The structure ``rte_event_vector`` will be modified to include
-  ``elem_offset:12`` bits taken from ``rsvd:15``. The ``elem_offset`` defines
-  the offset into the vector array from which valid elements are present.
-  The difference between ``rte_event_vector::nb_elem`` and
-  ``rte_event_vector::elem_offset`` gives the number of valid elements left
-  to process from the ``rte_event_vector::elem_offset``.
-
 * metrics: The function ``rte_metrics_init`` will have a non-void return
   in order to notify errors instead of calling ``rte_exit``.