Re: [Xen-devel] [PATCH v3 10/15] argo: implement the notify op

2019-01-15 Thread Christopher Clark
On Tue, Jan 15, 2019 at 12:06 AM Roger Pau Monné wrote: > > On Mon, Jan 14, 2019 at 10:53:54PM -0800, Christopher Clark wrote: > > On Thu, Jan 10, 2019 at 4:22 AM Roger Pau Monné wrote: > > > > > > On Mon, Jan 7, 2019 at 8:44 AM Christopher Clark > > > wrote: > > > > + > > > > +

Re: [Xen-devel] [PATCH v3 10/15] argo: implement the notify op

2019-01-15 Thread Roger Pau Monné
On Mon, Jan 14, 2019 at 10:53:54PM -0800, Christopher Clark wrote: > On Thu, Jan 10, 2019 at 4:22 AM Roger Pau Monné wrote: > > > > On Mon, Jan 7, 2019 at 8:44 AM Christopher Clark > > wrote: > > > + > > > +argo_dprintk("fill_ring_data: ent.ring.domain=%u,ent.ring.port=%x\n", > > > +

Re: [Xen-devel] [PATCH v3 10/15] argo: implement the notify op

2019-01-14 Thread Christopher Clark
On Thu, Jan 10, 2019 at 4:22 AM Roger Pau Monné wrote: > > On Mon, Jan 7, 2019 at 8:44 AM Christopher Clark > wrote: > > > > Queries for data about space availability in registered rings and > > causes notification to be sent when space has become available. > > > > The hypercall op populates a

Re: [Xen-devel] [PATCH v3 10/15] argo: implement the notify op

2019-01-10 Thread Roger Pau Monné
On Mon, Jan 7, 2019 at 8:44 AM Christopher Clark wrote: > > Queries for data about space availability in registered rings and > causes notification to be sent when space has become available. > > The hypercall op populates a supplied data structure with information about > ring state, and if

[Xen-devel] [PATCH v3 10/15] argo: implement the notify op

2019-01-06 Thread Christopher Clark
Queries for data about space availability in registered rings and causes notification to be sent when space has become available. The hypercall op populates a supplied data structure with information about ring state, and if insufficent space is currently available in a given ring, the hypervisor