commit | 039f50629b7f860f36644ed1f34b27da9aa62f43 | [log] [tgz] |
---|---|---|
author | Pravin B Shelar <pshelar@nicira.com> | Thu Dec 24 14:34:54 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 25 23:32:23 2015 -0500 |
tree | a5c6ba5107e86018462af57a3ea9a29e82bd8033 | |
parent | d7d3e25f40e950bdcec6d94faf9346b7a7d6e4bb [diff] |
ip_tunnel: Move stats update to iptunnel_xmit() By moving stats update into iptunnel_xmit(), we can simplify iptunnel_xmit() usage. With this change there is no need to call another function (iptunnel_xmit_stats()) to update stats in tunnel xmit code path. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>