Re: [Xen-devel] [PATCH v3 0/2] pvcalls-front improvements

2018-02-15 Thread Stefano Stabellini
On Thu, 15 Feb 2018, Juergen Gross wrote:
> On 14/02/18 19:26, Stefano Stabellini wrote:
> > Hi all,
> > 
> > this small series introduces a per socket refcount to increase the
> > efficiency on socket release operations, and makes releasing passive
> > sockets safe.
> > 
> > Cheers,
> > 
> > Stefano
> > 
> > 
> > Changes in v3:
> > - remove pointless initializers
> > - reorder pvcalls_enter_sock
> > 
> > Changes in v2:
> > - add acked-by
> > - fix check in pvcalls_enter_soc
> > - fix code style
> > - nicer checks in pvcalls_front_release
> > 
> > 
> > Stefano Stabellini (2):
> >   pvcalls-front: introduce a per sock_mapping refcount
> >   pvcalls-front: wait for other operations to return when release 
> > passive sockets
> 
> Both patches committed to xen/tip.git for-linus-4.16

Thank you!

___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Re: [Xen-devel] [PATCH v3 0/2] pvcalls-front improvements

2018-02-15 Thread Juergen Gross
On 14/02/18 19:26, Stefano Stabellini wrote:
> Hi all,
> 
> this small series introduces a per socket refcount to increase the
> efficiency on socket release operations, and makes releasing passive
> sockets safe.
> 
> Cheers,
> 
> Stefano
> 
> 
> Changes in v3:
> - remove pointless initializers
> - reorder pvcalls_enter_sock
> 
> Changes in v2:
> - add acked-by
> - fix check in pvcalls_enter_soc
> - fix code style
> - nicer checks in pvcalls_front_release
> 
> 
> Stefano Stabellini (2):
>   pvcalls-front: introduce a per sock_mapping refcount
>   pvcalls-front: wait for other operations to return when release passive 
> sockets

Both patches committed to xen/tip.git for-linus-4.16


Juergen

___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [PATCH v3 0/2] pvcalls-front improvements

2018-02-14 Thread Stefano Stabellini
Hi all,

this small series introduces a per socket refcount to increase the
efficiency on socket release operations, and makes releasing passive
sockets safe.

Cheers,

Stefano


Changes in v3:
- remove pointless initializers
- reorder pvcalls_enter_sock

Changes in v2:
- add acked-by
- fix check in pvcalls_enter_soc
- fix code style
- nicer checks in pvcalls_front_release


Stefano Stabellini (2):
  pvcalls-front: introduce a per sock_mapping refcount
  pvcalls-front: wait for other operations to return when release passive 
sockets

 drivers/xen/pvcalls-front.c | 197 +++-
 1 file changed, 85 insertions(+), 112 deletions(-)

___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel