All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] pvcalls-front improvements
@ 2018-02-14 18:26 Stefano Stabellini
  0 siblings, 0 replies; 6+ messages in thread
From: Stefano Stabellini @ 2018-02-14 18:26 UTC (permalink / raw)
  To: boris.ostrovsky, jgross; +Cc: xen-devel, sstabellini, linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v3 0/2] pvcalls-front improvements
  2018-02-15 17:28 ` Juergen Gross
  2018-02-15 18:30   ` Stefano Stabellini
@ 2018-02-15 18:30   ` Stefano Stabellini
  1 sibling, 0 replies; 6+ messages in thread
From: Stefano Stabellini @ 2018-02-15 18:30 UTC (permalink / raw)
  To: Juergen Gross
  Cc: Stefano Stabellini, boris.ostrovsky, xen-devel, linux-kernel

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!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v3 0/2] pvcalls-front improvements
  2018-02-15 17:28 ` Juergen Gross
@ 2018-02-15 18:30   ` Stefano Stabellini
  2018-02-15 18:30   ` Stefano Stabellini
  1 sibling, 0 replies; 6+ messages in thread
From: Stefano Stabellini @ 2018-02-15 18:30 UTC (permalink / raw)
  To: Juergen Gross
  Cc: xen-devel, boris.ostrovsky, Stefano Stabellini, linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v3 0/2] pvcalls-front improvements
  2018-02-14 18:26 Stefano Stabellini
  2018-02-15 17:28 ` Juergen Gross
@ 2018-02-15 17:28 ` Juergen Gross
  2018-02-15 18:30   ` Stefano Stabellini
  2018-02-15 18:30   ` Stefano Stabellini
  1 sibling, 2 replies; 6+ messages in thread
From: Juergen Gross @ 2018-02-15 17:28 UTC (permalink / raw)
  To: Stefano Stabellini, boris.ostrovsky; +Cc: xen-devel, linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v3 0/2] pvcalls-front improvements
  2018-02-14 18:26 Stefano Stabellini
@ 2018-02-15 17:28 ` Juergen Gross
  2018-02-15 17:28 ` Juergen Gross
  1 sibling, 0 replies; 6+ messages in thread
From: Juergen Gross @ 2018-02-15 17:28 UTC (permalink / raw)
  To: Stefano Stabellini, boris.ostrovsky; +Cc: xen-devel, linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v3 0/2] pvcalls-front improvements
@ 2018-02-14 18:26 Stefano Stabellini
  2018-02-15 17:28 ` Juergen Gross
  2018-02-15 17:28 ` Juergen Gross
  0 siblings, 2 replies; 6+ messages in thread
From: Stefano Stabellini @ 2018-02-14 18:26 UTC (permalink / raw)
  To: boris.ostrovsky, jgross; +Cc: sstabellini, xen-devel, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-02-15 18:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-14 18:26 [PATCH v3 0/2] pvcalls-front improvements Stefano Stabellini
2018-02-14 18:26 Stefano Stabellini
2018-02-15 17:28 ` Juergen Gross
2018-02-15 17:28 ` Juergen Gross
2018-02-15 18:30   ` Stefano Stabellini
2018-02-15 18:30   ` Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.