On Mon, Nov 18, 2019 at 09:50:24PM +0800, Liuyixian (Eason) wrote: > > It kind of looks like this can be called multiple times? It won't work > > right unless it is called exactly once > > > > Jason > > Yes, you are right. > > So I think the reasonable solution is to allocate it dynamically, and I think > it is a very very little chance that the allocation will be failed. If this happened, > I think the application also needs to be over. Why do you need more than one work in parallel for this? Once you start to move the HW to error that only has to happen once, surely? Jason