Re: [PATCH net-next 02/18] ipv6: Add neighbor helpers that use the ipv6 stub

2019-04-05 Thread Ido Schimmel
On Thu, Apr 04, 2019 at 10:49:51AM -0700, David Ahern wrote: > From: David Ahern > > Add ipv6 helpers to handle ndisc references via the stub. Update > bpf_ipv6_fib_lookup to use __ipv6_neigh_lookup_noref_stub instead of > the open code ___neigh_lookup_noref with the stub. > > Signed-off-by: Dav

[PATCH net-next 02/18] ipv6: Add neighbor helpers that use the ipv6 stub

2019-04-04 Thread David Ahern
From: David Ahern Add ipv6 helpers to handle ndisc references via the stub. Update bpf_ipv6_fib_lookup to use __ipv6_neigh_lookup_noref_stub instead of the open code ___neigh_lookup_noref with the stub. Signed-off-by: David Ahern --- include/net/ndisc.h | 40 +++