Re: [PATCH net 3/7] net: ip6_gre: Split up ip6gre_tnl_link_config()

2018-05-17 Thread Petr Machata
Fixes: 5a963eb61b7c ("ip6_gre: Add ERSPAN native tunnel support")

Re: [PATCH net 3/7] net: ip6_gre: Split up ip6gre_tnl_link_config()

2018-05-17 Thread William Tu
On Thu, May 17, 2018 at 7:36 AM, Petr Machata wrote: > The function ip6gre_tnl_link_config() is used for setting up > configuration of both ip6gretap and ip6erspan tunnels. Split the > function into the common part and the route-lookup part. The latter then > takes the calculated header length as

[PATCH net 3/7] net: ip6_gre: Split up ip6gre_tnl_link_config()

2018-05-17 Thread Petr Machata
The function ip6gre_tnl_link_config() is used for setting up configuration of both ip6gretap and ip6erspan tunnels. Split the function into the common part and the route-lookup part. The latter then takes the calculated header length as an argument. This split will allow the patches down the line t