Re: [PATCH v2 net-next 06/10] net/ipv6: Pass skb to route lookup

2018-03-02 Thread Ido Schimmel
On Thu, Mar 01, 2018 at 07:29:46PM -0800, David Ahern wrote: > IPv6 does path selection for multipath routes deep in the lookup > functions. The next patch adds L4 hash option and needs the skb > for the forward path. To get the skb to the relevant FIB lookup > functions it needs to go through the

[PATCH v2 net-next 06/10] net/ipv6: Pass skb to route lookup

2018-03-01 Thread David Ahern
IPv6 does path selection for multipath routes deep in the lookup functions. The next patch adds L4 hash option and needs the skb for the forward path. To get the skb to the relevant FIB lookup functions it needs to go through the fib rules layer, so add a lookup_data argument to the fib_lookup_arg