Re: [PATCH iproute2 -net-next] bpf: make tc's bpf loader generic and move into lib

2016-11-29 Thread Stephen Hemminger
On Thu, 10 Nov 2016 01:20:59 +0100 Daniel Borkmann wrote: > This work moves the bpf loader into the iproute2 library and reworks > the tc specific parts into generic code. It's useful as we can then > more easily support new program types by just having the same ELF >

[PATCH iproute2 -net-next] bpf: make tc's bpf loader generic and move into lib

2016-11-09 Thread Daniel Borkmann
This work moves the bpf loader into the iproute2 library and reworks the tc specific parts into generic code. It's useful as we can then more easily support new program types by just having the same ELF loader backend. Joint work with Thomas Graf. I hacked a rough start of a test suite to make