summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShijith Thotton <[email protected]>2022-05-15 15:54:05 +0530
committerThomas Monjalon <[email protected]>2022-07-17 14:53:41 +0200
commit97deb79dc507cdc6034951d97081a46334e9b3fd (patch)
tree8384c43e52da290e09aa790f2247813e1075e49a
parenta07b740f01738cd82c707c0eccaf6d04ada00302 (diff)
doc: announce change in event queue configuration
Structure rte_event_queue_conf will be extended to include fields to support weight and affinity attribute. Once it gets added in DPDK 22.11, eventdev internal op, queue_attr_get can be removed. Signed-off-by: Shijith Thotton <[email protected]> Acked-by: Jerin Jacob <[email protected]> Acked-by: Pavan Nikhilesh <[email protected]> Acked-by: Mattias Rönnblom <[email protected]>
-rw-r--r--doc/guides/rel_notes/deprecation.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 13e7c6370e..e7583cae4c 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -206,6 +206,9 @@ Deprecation Notices
``rte_event_vector::elem_offset`` gives the number of valid elements left
to process from the ``rte_event_vector::elem_offset``.
+* eventdev: New fields to represent event queue weight and affinity
+ will be added to ``rte_event_queue_conf`` structure in DPDK 22.11.
+
* metrics: The function ``rte_metrics_init`` will have a non-void return
in order to notify errors instead of calling ``rte_exit``.