From: Pavan Nikhilesh <pbhagavat...@marvell.com> The structures ``rte_event_dev_info``, ``rte_event_fp_ops`` will be modified to add new elements to support link profiles. A new field ``max_profiles_per_port`` will be added to ``rte_event_dev_info`` and ``switch_profile`` will be added to ``rte_event_fp_ops``.
A profile is a unique identifier for a set of event queues linked to an event port. The unique identifier spans from 0 to the value advertised in ``rte_event_dev_info.max_profiles_per_port`` - 1. Two new experimental APIs will be added, one to associate a set of event queues with a profile which can be linked to an event port and another to switch the profile which would affect the next dequeue call. Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com> --- v2 Changes: - Add more description to commit log. - Remove experimental API description from deprication.rst. doc/guides/rel_notes/deprecation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index fb771a0305..1c52159673 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -161,3 +161,8 @@ Deprecation Notices The new port library API (functions rte_swx_port_*) will gradually transition from experimental to stable status starting with DPDK 23.07 release. + +* eventdev: The structures ``rte_event_dev_info``, ``rte_event_fp_ops`` will be + modified to add new elements to support link profiles.A new field + ``max_profiles_per_port`` will be added to ``rte_event_dev_info`` and + ``switch_profile`` will be added to ``rte_event_fp_ops``. -- 2.25.1