[PATCH 3/3] doc: remove deprecation notices for event vector
pbhagavatula at marvell.com
pbhagavatula at marvell.com
Thu Sep 29 11:57:48 CEST 2022
From: Pavan Nikhilesh <pbhagavatula at 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 at marvell.com>
---
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
More information about the dev
mailing list