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

2022-05-09 Thread Jerin Jacob
On Wed, Apr 27, 2022 at 5:02 PM Pavan Nikhilesh wrote: > > 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

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

2022-05-04 Thread Ray Kinsella
Pavan Nikhilesh writes: > 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 associ

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

2022-04-27 Thread 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 event port are released f