From: Stephen Suryaputra <ssuryae...@gmail.com> Date: Sat, 6 Jul 2019 10:55:16 -0400
> This series extends commit 363887a2cdfe ("ipv4: Support multipath > hashing on inner IP pkts for GRE tunnel") to include support when the > outer L3 is IPv6 and to consider the case where the inner L3 is > different version from the outer L3, such as IPv6 tunneled by IPv4 GRE > or vice versa. It also includes kselftest scripts to test the use cases. > > v2: Clarify the commit messages in the commits in this series to use the > term tunneled by IPv4 GRE or by IPv6 GRE so that it's clear which > one is the inner and which one is the outer (per David Miller). Series applied, thanks.