RE: [PATCH 2/2] eventdev/eth_tx: fix adapter stop

2022-07-31 Thread Jayatheerthan, Jay
> -Original Message- > From: Naga Harish K, S V > Sent: Tuesday, July 26, 2022 9:52 AM > To: Jayatheerthan, Jay ; jer...@marvell.com > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH 2/2] eventdev/eth_tx: fix adapter stop > > adapter_stop function is stop

[PATCH 2/2] eventdev/eth_tx: fix adapter stop

2022-07-25 Thread Naga Harish K S V
adapter_stop function is stopping the adapter service using rte_service_runstate_set() api and waiting until rte_service_may_be_active() api returns stopped state in an infinite loop. This results in hang issues if application calls rte_service_lcore_stop() before adapter stop. remove the state c