[PATCH v4 1/5] eventdev: support to set queue attributes at runtime
Ray Kinsella
mdr at ashroe.eu
Thu May 19 10:49:48 CEST 2022
Shijith Thotton <sthotton at marvell.com> writes:
> Added a new eventdev API rte_event_queue_attr_set(), to set event queue
> attributes at runtime from the values set during initialization using
> rte_event_queue_setup(). PMD's supporting this feature should expose the
> capability RTE_EVENT_DEV_CAP_RUNTIME_QUEUE_ATTR.
>
> Signed-off-by: Shijith Thotton <sthotton at marvell.com>
> Acked-by: Jerin Jacob <jerinj at marvell.com>
> ---
> doc/guides/eventdevs/features/default.ini | 1 +
> doc/guides/rel_notes/release_22_07.rst | 5 ++++
> lib/eventdev/eventdev_pmd.h | 22 ++++++++++++++++
> lib/eventdev/rte_eventdev.c | 26 ++++++++++++++++++
> lib/eventdev/rte_eventdev.h | 32 ++++++++++++++++++++++-
> lib/eventdev/version.map | 3 +++
> 6 files changed, 88 insertions(+), 1 deletion(-)
>
Acked-by: Ray Kinsella <mdr at ashroe.eu>
More information about the dev
mailing list