]> git.itanic.dy.fi Git - linux-stable/commit
ip_tunnels: Add nexthop ID field to ip_tunnel_key
authorIdo Schimmel <idosch@nvidia.com>
Mon, 17 Jul 2023 08:12:26 +0000 (11:12 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Jul 2023 09:53:48 +0000 (10:53 +0100)
commit8bb5e82589f0141a990d3fd21d5b79a73a8c6c7b
tree23113873821c013f9dde302dca527fef469280e3
parent3223eeaf054533ef0b2d8349bbe795530d99a6ed
ip_tunnels: Add nexthop ID field to ip_tunnel_key

Extend the ip_tunnel_key structure with a field indicating the ID of the
nexthop object via which the skb should be routed.

The field is going to be populated in subsequent patches by the bridge
driver in order to indicate to the VXLAN driver which FDB nexthop object
to use in order to reach the target host.

Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_tunnels.h