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,
> >
> > Stefa
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
>
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 i