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

2018-05-03 Thread David Miller
From: David Ahern Date: Wed, 2 May 2018 20:53:10 -0700 > 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 forw

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

2018-05-02 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