Re: [PATCH net-next] net: vrf: remove skb_dst_force() after skb_dst_set()

2017-09-21 Thread David Miller
From: Eric Dumazet Date: Thu, 21 Sep 2017 07:50:28 -0700 > From: Eric Dumazet > > skb_dst_set(skb, dst) installs a normal (refcounted) dst, there is no > point using skb_dst_force(skb) > > Signed-off-by: Eric Dumazet Applied, thanks Eric.

Re: [PATCH net-next] net: vrf: remove skb_dst_force() after skb_dst_set()

2017-09-21 Thread David Ahern
On 9/21/17 8:50 AM, Eric Dumazet wrote: > From: Eric Dumazet > > skb_dst_set(skb, dst) installs a normal (refcounted) dst, there is no > point using skb_dst_force(skb) > > Signed-off-by: Eric Dumazet > --- > drivers/net/vrf.c |1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/

[PATCH net-next] net: vrf: remove skb_dst_force() after skb_dst_set()

2017-09-21 Thread Eric Dumazet
From: Eric Dumazet skb_dst_set(skb, dst) installs a normal (refcounted) dst, there is no point using skb_dst_force(skb) Signed-off-by: Eric Dumazet --- drivers/net/vrf.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/vrf.c b/drivers/net/vrf.c index 9b243e6f3008bb5319844412c