Re: [PATCH v2 net-next 0/6] bpf: program testing framework

2017-04-01 Thread David Miller
From: Alexei Starovoitov Date: Thu, 30 Mar 2017 21:45:37 -0700 > Development and testing of networking bpf programs is quite cumbersome. > Especially tricky are XDP programs that attach to real netdevices and > program development feels like working on the car engine while > the car

[PATCH v2 net-next 0/6] bpf: program testing framework

2017-03-30 Thread Alexei Starovoitov
Development and testing of networking bpf programs is quite cumbersome. Especially tricky are XDP programs that attach to real netdevices and program development feels like working on the car engine while the car is in motion. Another problem is ongoing changes to upstream llvm core that can