Re: [net-next PATCH 09/12] bpf: add bpf_redirect_map helper routine
From: John Fastabend <john.fastabend@gmail.com>
Date: 2017-07-17 17:16:37
From: John Fastabend <john.fastabend@gmail.com>
Date: 2017-07-17 17:16:37
On 07/17/2017 10:00 AM, Alexei Starovoitov wrote:
On 7/17/17 9:29 AM, John Fastabend wrote:quoted
+ * int bpf_redirect_map(key, map, flags) + * redirect to endpoint in map + * @key: index in map to lookup + * @map: fd of map to do lookup in + * @flags: --could you please adjust the comment describing return value and also fix the comment next to bpf_redirect() since that function got reused between tc and xdp.
Looks like Dave pulled it in so I'll roll a patch on top of that with the comment description fix. Thanks.
Great stuff! looking forward to support in other drivers.