Re: [Xen-devel] [PATCH v5 08/15] argo: implement the unregister op

2019-01-22 Thread Roger Pau Monné
On Mon, Jan 21, 2019 at 01:59:48AM -0800, Christopher Clark wrote: > Takes a single argument: a handle to the ring unregistration struct, > which specifies the port and partner domain id or wildcard. > > The ring's entry is removed from the hashtable of registered rings; > any entries for pending

[Xen-devel] [PATCH v5 08/15] argo: implement the unregister op

2019-01-21 Thread Christopher Clark
Takes a single argument: a handle to the ring unregistration struct, which specifies the port and partner domain id or wildcard. The ring's entry is removed from the hashtable of registered rings; any entries for pending notifications are removed; and the ring is unmapped from Xen's address space.