Re: [net-next PATCH 00/12] Implement XDP bpf_redirect

2017-07-17 Thread David Miller
From: John Fastabend Date: Mon, 17 Jul 2017 09:26:02 -0700 > This series adds two new XDP helper routines bpf_redirect() and > bpf_redirect_map(). The first variant bpf_redirect() is meant > to be used the same way it is currently being used by the cls_bpf > classifier. An xdp packet will be redi

[net-next PATCH 00/12] Implement XDP bpf_redirect

2017-07-17 Thread John Fastabend
This series adds two new XDP helper routines bpf_redirect() and bpf_redirect_map(). The first variant bpf_redirect() is meant to be used the same way it is currently being used by the cls_bpf classifier. An xdp packet will be redirected immediately when this is called. The other variant bpf_redire