On 02/03/18 18:32, David Ahern wrote: > Make rt6_multipath_hash more of a direct parallel to fib_multipath_hash > and reduce stack and overhead in the process: get_hash_from_flowi6 is > just a wrapper around __get_hash_from_flowi6 with another stack > allocation for flow_keys. Move setting the addresses, protocol and > label into rt6_multipath_hash and allow it to make the call to > flow_hash_from_keys. > > Signed-off-by: David Ahern <dsah...@gmail.com> > Reviewed-by: Ido Schimmel <ido...@mellanox.com> > --- > net/ipv6/route.c | 14 ++++++++++---- > 1 file changed, 10 insertions(+), 4 deletions(-) >
Reviewed-by: Nikolay Aleksandrov <niko...@cumulusnetworks.com>