Re: [PATCH iproute2-next] bpf: support map offload

2018-01-19 Thread David Ahern
On 1/16/18 11:50 PM, Jakub Kicinski wrote: > When program is loaded with a specified ifindex, use that > ifindex also when creating maps. > > Signed-off-by: Jakub Kicinski > --- > lib/bpf.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > applied to iproute2-next

Re: [PATCH iproute2-next] bpf: support map offload

2018-01-17 Thread Daniel Borkmann
On 01/17/2018 08:50 AM, Jakub Kicinski wrote: > When program is loaded with a specified ifindex, use that > ifindex also when creating maps. > > Signed-off-by: Jakub Kicinski Acked-by: Daniel Borkmann

[PATCH iproute2-next] bpf: support map offload

2018-01-16 Thread Jakub Kicinski
When program is loaded with a specified ifindex, use that ifindex also when creating maps. Signed-off-by: Jakub Kicinski --- lib/bpf.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/bpf.c b/lib/bpf.c index d32f1b808180..2db151e4dd3c 100644 --- a/lib/bpf.c +++ b/li