Re: [net-next PATCH 4/5] udp: Do not copy destructor if one is not present

2018-05-04 Thread Alexander Duyck
On Thu, May 3, 2018 at 6:58 PM, Eric Dumazet wrote: > > > On 05/03/2018 05:33 PM, Alexander Duyck wrote: >> From: Alexander Duyck >> >> This patch makes it so that if a destructor is not present we avoid trying >> to update the skb socket or any reference counting that would be associated >> with

Re: [net-next PATCH 4/5] udp: Do not copy destructor if one is not present

2018-05-03 Thread Eric Dumazet
On 05/03/2018 05:33 PM, Alexander Duyck wrote: > From: Alexander Duyck > > This patch makes it so that if a destructor is not present we avoid trying > to update the skb socket or any reference counting that would be associated > with the NULL socket and/or descriptor. By doing this we can supp

[net-next PATCH 4/5] udp: Do not copy destructor if one is not present

2018-05-03 Thread Alexander Duyck
From: Alexander Duyck This patch makes it so that if a destructor is not present we avoid trying to update the skb socket or any reference counting that would be associated with the NULL socket and/or descriptor. By doing this we can support traffic coming from another namespace without any issue