Re: [PATCH net-next 0/5] net: introduce noref sk

2017-09-21 Thread Eric Dumazet
On Thu, 2017-09-21 at 11:42 +0200, Paolo Abeni wrote: > Hi, > > Thanks for the feedback! > > On Wed, 2017-09-20 at 20:20 -0700, David Miller wrote: > > From: Paolo Abeni > > Date: Wed, 20 Sep 2017 18:54:00 +0200 > > > > > This series introduce the infrastructure to store inside the skb a socket

Re: [PATCH net-next 0/5] net: introduce noref sk

2017-09-21 Thread Paolo Abeni
Hi, Thanks for the feedback! On Wed, 2017-09-20 at 20:20 -0700, David Miller wrote: > From: Paolo Abeni > Date: Wed, 20 Sep 2017 18:54:00 +0200 > > > This series introduce the infrastructure to store inside the skb a socket > > pointer without carrying a refcount to the socket. > > > > Such in

Re: [PATCH net-next 0/5] net: introduce noref sk

2017-09-20 Thread David Miller
From: Paolo Abeni Date: Wed, 20 Sep 2017 18:54:00 +0200 > This series introduce the infrastructure to store inside the skb a socket > pointer without carrying a refcount to the socket. > > Such infrastructure is then used in the network receive path - and > specifically the early demux operation

[PATCH net-next 0/5] net: introduce noref sk

2017-09-20 Thread Paolo Abeni
This series introduce the infrastructure to store inside the skb a socket pointer without carrying a refcount to the socket. Such infrastructure is then used in the network receive path - and specifically the early demux operation. This allows the UDP early demux to perform a full lookup for UDP