Re: [bpf-next v3 09/12] bpf: Split out some helper functions

2019-07-11 Thread Stanislav Fomichev
On 07/08, Krzesimir Nowak wrote: > The moved functions are generally useful for implementing > bpf_prog_test_run for other types of BPF programs - they don't have > any network-specific stuff in them, so I can use them in a test run > implementation for perf event BPF program too. It's a bit hard t

Re: [bpf-next v3 09/12] bpf: Split out some helper functions

2019-07-08 Thread Krzesimir Nowak
On Mon, Jul 8, 2019 at 6:31 PM Krzesimir Nowak wrote: > > The moved functions are generally useful for implementing > bpf_prog_test_run for other types of BPF programs - they don't have > any network-specific stuff in them, so I can use them in a test run > implementation for perf event BPF progra