Re: [dpdk-dev] [PATCH v3 1/1] timer: fix resource leak in finalize

2019-07-05 Thread Thomas Monjalon
05/07/2019 19:22, Anatoly Burakov: > Currently, whenever timer library is initialized, the memory > is leaked because there is no telling when primary or secondary > processes get to use the state, and there is no way to > initialize/deinitialize timer library state without race > conditions [1] be

[dpdk-dev] [PATCH v3 1/1] timer: fix resource leak in finalize

2019-07-05 Thread Anatoly Burakov
Currently, whenever timer library is initialized, the memory is leaked because there is no telling when primary or secondary processes get to use the state, and there is no way to initialize/deinitialize timer library state without race conditions [1] because the data itself must live in shared mem