Re: [PATCH 6/6] examples/ipsec-secgw: cleanup worker state before exit

2022-05-13 Thread Jerin Jacob
On Wed, Apr 27, 2022 at 2:45 AM Pavan Nikhilesh wrote: > > Event ports are configured to implicitly release the scheduler contexts > currently held in the next call to rte_event_dequeue_burst(). > A worker core might still hold a scheduling context during exit as the > next call to rte_event_deque

[PATCH 6/6] examples/ipsec-secgw: cleanup worker state before exit

2022-04-26 Thread Pavan Nikhilesh
Event ports are configured to implicitly release the scheduler contexts currently held in the next call to rte_event_dequeue_burst(). A worker core might still hold a scheduling context during exit as the next call to rte_event_dequeue_burst() is never made. This might lead to deadlock based on the