Re: [PATCH v14 4/5] tools/testing/selftests/bpf: Add self-tests for new helper.

2019-10-22 Thread Carlos Antonio Neira Bustos
On Mon, Oct 21, 2019 at 12:18:33PM -0700, Andrii Nakryiko wrote: > On Mon, Oct 21, 2019 at 12:14 PM Carlos Antonio Neira Bustos > wrote: > > > > On Mon, Oct 21, 2019 at 11:20:01AM -0700, Andrii Nakryiko wrote: > > > On Sat, Oct 19, 2019 at 1:58 AM Yonghong Song wrote: > > > > > > > > > > > > > >

Re: [PATCH v14 4/5] tools/testing/selftests/bpf: Add self-tests for new helper.

2019-10-21 Thread Andrii Nakryiko
On Mon, Oct 21, 2019 at 12:14 PM Carlos Antonio Neira Bustos wrote: > > On Mon, Oct 21, 2019 at 11:20:01AM -0700, Andrii Nakryiko wrote: > > On Sat, Oct 19, 2019 at 1:58 AM Yonghong Song wrote: > > > > > > > > > > > > On 10/17/19 8:00 AM, Carlos Neira wrote: > > > > Self tests added for new helpe

Re: [PATCH v14 4/5] tools/testing/selftests/bpf: Add self-tests for new helper.

2019-10-21 Thread Carlos Antonio Neira Bustos
On Mon, Oct 21, 2019 at 11:20:01AM -0700, Andrii Nakryiko wrote: > On Sat, Oct 19, 2019 at 1:58 AM Yonghong Song wrote: > > > > > > > > On 10/17/19 8:00 AM, Carlos Neira wrote: > > > Self tests added for new helper > > > > > > Signed-off-by: Carlos Neira > > > --- > > > .../bpf/prog_tests/get_n

Re: [PATCH v14 4/5] tools/testing/selftests/bpf: Add self-tests for new helper.

2019-10-21 Thread Andrii Nakryiko
On Sat, Oct 19, 2019 at 1:58 AM Yonghong Song wrote: > > > > On 10/17/19 8:00 AM, Carlos Neira wrote: > > Self tests added for new helper > > > > Signed-off-by: Carlos Neira > > --- > > .../bpf/prog_tests/get_ns_current_pid_tgid.c | 96 +++ > > .../bpf/progs/get_ns_current_pid

Re: [PATCH v14 4/5] tools/testing/selftests/bpf: Add self-tests for new helper.

2019-10-18 Thread Yonghong Song
On 10/17/19 8:00 AM, Carlos Neira wrote: > Self tests added for new helper > > Signed-off-by: Carlos Neira > --- > .../bpf/prog_tests/get_ns_current_pid_tgid.c | 96 +++ > .../bpf/progs/get_ns_current_pid_tgid_kern.c | 53 ++ > 2 files changed, 149 insertions(+) >

[PATCH v14 4/5] tools/testing/selftests/bpf: Add self-tests for new helper.

2019-10-17 Thread Carlos Neira
Self tests added for new helper Signed-off-by: Carlos Neira --- .../bpf/prog_tests/get_ns_current_pid_tgid.c | 96 +++ .../bpf/progs/get_ns_current_pid_tgid_kern.c | 53 ++ 2 files changed, 149 insertions(+) create mode 100644 tools/testing/selftests/bpf/prog_tests/ge