Re: [patch net 0/2] mlxsw: Fixes in GRE offloading

2017-10-02 Thread David Miller
From: Jiri Pirko Date: Mon, 2 Oct 2017 12:14:55 +0200 > From: Jiri Pirko > > Petr says: > > This patchset fixes a couple unrelated problems in offloading IP-in-IP tunnels > in mlxsw driver. > > - The first patch fixes a potential reference-counting problem that might lead > to a kernel cra

[patch net 0/2] mlxsw: Fixes in GRE offloading

2017-10-02 Thread Jiri Pirko
From: Jiri Pirko Petr says: This patchset fixes a couple unrelated problems in offloading IP-in-IP tunnels in mlxsw driver. - The first patch fixes a potential reference-counting problem that might lead to a kernel crash. - The second patch associates IPIP next hops with their loopback RIFs.