Re: [bpf-next v2 0/9] bpf: Add helper to do FIB lookups

2018-05-08 Thread Daniel Borkmann
On 05/04/2018 04:54 AM, David Ahern wrote: > Provide a helper for doing a FIB and neighbor lookup in the kernel > tables from an XDP program. The helper provides a fastpath for forwarding > packets. If the packet is a local delivery or for any reason is not a > simple lookup and forward, the packet

[bpf-next v2 0/9] bpf: Add helper to do FIB lookups

2018-05-03 Thread David Ahern
Provide a helper for doing a FIB and neighbor lookup in the kernel tables from an XDP program. The helper provides a fastpath for forwarding packets. If the packet is a local delivery or for any reason is not a simple lookup and forward, the packet is expected to continue up the stack for full proc