RE: [PATCH v3 1/5] eventdev: support to set queue attributes at runtime

2022-05-16 Thread Shijith Thotton
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. Signe

Re: [PATCH v3 1/5] eventdev: support to set queue attributes at runtime

2022-05-16 Thread Mattias Rönnblom
On 2022-05-16 05:57, Shijith Thotton wrote: >>> 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

RE: [PATCH v3 1/5] eventdev: support to set queue attributes at runtime

2022-05-15 Thread Shijith Thotton
>> 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: Sh

Re: [PATCH v3 1/5] eventdev: support to set queue attributes at runtime

2022-05-15 Thread Mattias Rönnblom
On 2022-05-15 11:53, Shijith Thotton wrote: > 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_RUN