2ad5482b51
'close()' calls 'stop()' and 'stop()' cancels pthread without any check.
Calling 'stop()' & 'close()' sequentially tries to cancel pthread twice
which will cause a crash.
Adding a state check in 'stop()' before canceling the pthread to prevent
multiple stop.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
rte_eth_kni.c | ||
rte_pmd_kni_version.map |