Re: [PATCH v3 1/3] eventdev: add function to quiesce an event port

2022-05-17 Thread Jerin Jacob
On Fri, May 13, 2022 at 11:31 PM wrote: > > From: Pavan Nikhilesh > > Add function to quiesce any core specific resources consumed by > the event port. > > When the application decides to migrate the event port to another lcore > or teardown the current lcore it may to call `rte_event_port_quiesc

[PATCH v3 1/3] eventdev: add function to quiesce an event port

2022-05-13 Thread pbhagavatula
From: Pavan Nikhilesh Add function to quiesce any core specific resources consumed by the event port. When the application decides to migrate the event port to another lcore or teardown the current lcore it may to call `rte_event_port_quiesce` to make sure that all the data associated with the e