diff options
author | David Ahern <dsahern@gmail.com> | 2018-03-02 19:32:15 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-04 21:04:21 +0300 |
commit | 9a2a537acc75dfd19c4358bc9cb6042bdc60698c (patch) | |
tree | 70a791fb9e3287bb93310a0aef545b227c69e4d7 /net/ipv6/ip6_gre.c | |
parent | ec7127a5d53d891b77a11433026dca72c57eaf88 (diff) | |
download | linux-9a2a537acc75dfd19c4358bc9cb6042bdc60698c.tar.xz |
net/ipv6: Make rt6_multipath_hash similar to fib_multipath_hash
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 <dsahern@gmail.com>
Reviewed-by: Ido Schimmel <idosch@mellanox.com>
Reviewed-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ip6_gre.c')
0 files changed, 0 insertions, 0 deletions