Re: [PATCH net] ipv4: Initialize flowi4_multipath_hash in data path

2020-09-14 Thread David Miller
From: David Ahern Date: Sun, 13 Sep 2020 12:43:39 -0600 > From: David Ahern > > flowi4_multipath_hash was added by the commit referenced below for > tunnels. Unfortunately, the patch did not initialize the new field > for several fast path lookups that do not initialize the entire flow > struct

[PATCH net] ipv4: Initialize flowi4_multipath_hash in data path

2020-09-13 Thread David Ahern
From: David Ahern flowi4_multipath_hash was added by the commit referenced below for tunnels. Unfortunately, the patch did not initialize the new field for several fast path lookups that do not initialize the entire flow struct to 0. Fix those locations. Currently, flowi4_multipath_hash is random