Joseph Moore

Results 3 comments of Joseph Moore

I recently encountered this issue in the context of developing the RPC replacement for the mount functionality. The mount command sets the global variable: unifycr_key_slice_range using the value passed from...

If the rpc dispatch ULTs all run in the same mercury pool, then locking/critical section in the handlers' code may not be required. Argobots ULTs run until they voluntarily preempt,...

I think the RPC handlers that are currently in the Unify-CR code do all of their access to data structures in non-preempted code segments The only place I had a...