Re: [patch net-next 0/2] mlxsw: IPIP cleanups

2018-02-13 Thread David Miller
From: Jiri Pirko Date: Tue, 13 Feb 2018 11:26:07 +0100 > In the first patch, a forgotten #include is added. Even though the code > compiles as-is, the include is necessary for modules that should include > spectrum_ipip.h. > > The second patch corrects an assumption that IPv6 tunnels use struct

[patch net-next 0/2] mlxsw: IPIP cleanups

2018-02-13 Thread Jiri Pirko
From: Jiri Pirko In the first patch, a forgotten #include is added. Even though the code compiles as-is, the include is necessary for modules that should include spectrum_ipip.h. The second patch corrects an assumption that IPv6 tunnels use struct ip_tunnel_parm to store tunnel parameters. Petr