]> asedeno.scripts.mit.edu Git - linux.git/commit
route: Add multipath_hash in flowi_common to make user-define hash
authorwenxu <wenxu@ucloud.cn>
Sun, 24 Feb 2019 03:36:20 +0000 (11:36 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Feb 2019 20:50:17 +0000 (12:50 -0800)
commit24ba14406c5c8e33fcbe064f77b3ab01b84ec830
tree88eee234f6c4e037ad2467b8c370ed1541f5e366
parent8f4ef499c6ca56325c76600777237deaeb58a69b
route: Add multipath_hash in flowi_common to make user-define hash

Current fib_multipath_hash_policy can make hash based on the L3 or
L4. But it only work on the outer IP. So a specific tunnel always
has the same hash value. But a specific tunnel may contain so many
inner connections.

This patch provide a generic multipath_hash in floi_common. It can
make a user-define hash which can mix with L3 or L4 hash.

Signed-off-by: wenxu <wenxu@ucloud.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
include/net/flow.h
include/net/ip_tunnels.h
net/ipv4/ip_gre.c
net/ipv4/ip_tunnel.c
net/ipv4/route.c