Shijith Thotton <[email protected]> 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 <[email protected]>
> Acked-by: Jerin Jacob <[email protected]>
> ---
>  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 <[email protected]>

Reply via email to