Re: [PATCH 3/3] doc: remove deprecation notices for event vector
From: Jerin Jacob <hidden>
Date: 2022-09-30 10:17:05
On Thu, Sep 29, 2022 at 3:30 PM [off-list ref] wrote:
From: Pavan Nikhilesh <redacted>
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 <redacted>Series-Acked-by: Jerin Jacob [off-list ref] Series applied to dpdk-next-eventdev/for-main. Thanks.
quoted hunk ↗ jump to hunk
--- 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