]> git.droids-corp.org - dpdk.git/commit
eventdev: support setting queue attributes at runtime
authorShijith Thotton <sthotton@marvell.com>
Mon, 16 May 2022 17:35:47 +0000 (23:05 +0530)
committerJerin Jacob <jerinj@marvell.com>
Tue, 17 May 2022 14:43:37 +0000 (16:43 +0200)
commit97b914f4e715565d53d38ac6e04815b9be5e58a9
treede02955ca6d61bce9fc7f24fca73fc90f91385cf
parente8594de2731d5bfe823b8e41f44d157d1ff19e21
eventdev: support setting queue attributes at runtime

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@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
doc/guides/eventdevs/features/default.ini
doc/guides/rel_notes/release_22_07.rst
lib/eventdev/eventdev_pmd.h
lib/eventdev/rte_eventdev.c
lib/eventdev/rte_eventdev.h
lib/eventdev/version.map