Re: [PATCH net] geneve: Fix IPv6 xmit stats update.

2015-12-08 Thread David Miller
From: Pravin B Shelar Date: Mon, 7 Dec 2015 19:17:30 -0800 > Call to iptunnel_xmit_stats() is not required after udp-tunnel6-xmit. > By calling iptunnel_xmit_stats() results in incorrect device stats. > Following patch drops this call. > > Signed-off-by: Pravin B Shelar Applied, thanks Pravin

Re: [PATCH net] geneve: Fix IPv6 xmit stats update.

2015-12-08 Thread Pravin Shelar
On Tue, Dec 8, 2015 at 6:54 AM, John W. Linville wrote: > On Mon, Dec 07, 2015 at 07:17:30PM -0800, Pravin B Shelar wrote: >> Call to iptunnel_xmit_stats() is not required after udp-tunnel6-xmit. >> By calling iptunnel_xmit_stats() results in incorrect device stats. >> Following patch drops this c

Re: [PATCH net] geneve: Fix IPv6 xmit stats update.

2015-12-08 Thread John W. Linville
On Mon, Dec 07, 2015 at 07:17:30PM -0800, Pravin B Shelar wrote: > Call to iptunnel_xmit_stats() is not required after udp-tunnel6-xmit. > By calling iptunnel_xmit_stats() results in incorrect device stats. > Following patch drops this call. > > Signed-off-by: Pravin B Shelar > --- > drivers/net

[PATCH net] geneve: Fix IPv6 xmit stats update.

2015-12-07 Thread Pravin B Shelar
Call to iptunnel_xmit_stats() is not required after udp-tunnel6-xmit. By calling iptunnel_xmit_stats() results in incorrect device stats. Following patch drops this call. Signed-off-by: Pravin B Shelar --- drivers/net/geneve.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --g