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

2019-10-23 Thread Yonghong Song
On 10/23/19 7:42 AM, Carlos Antonio Neira Bustos wrote: > On Wed, Oct 23, 2019 at 03:02:51AM +, Yonghong Song wrote: >> >> >> On 10/22/19 12:17 PM, Carlos Neira wrote: >>> Self tests added for new helper >> >> Please mention the name of the new helper in the commit message. >> >>> >>> Signed-

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

2019-10-23 Thread Carlos Antonio Neira Bustos
On Wed, Oct 23, 2019 at 03:02:51AM +, Yonghong Song wrote: > > > On 10/22/19 12:17 PM, Carlos Neira wrote: > > Self tests added for new helper > > Please mention the name of the new helper in the commit message. > > > > > Signed-off-by: Carlos Neira > > LGTM Ack with a few nits below. >

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

2019-10-22 Thread Yonghong Song
On 10/22/19 12:17 PM, Carlos Neira wrote: > Self tests added for new helper Please mention the name of the new helper in the commit message. > > Signed-off-by: Carlos Neira LGTM Ack with a few nits below. Acked-by: Yonghong Song > --- > .../bpf/prog_tests/ns_current_pid_tgid.c | 87

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

2019-10-22 Thread Carlos Neira
Self tests added for new helper Signed-off-by: Carlos Neira --- .../bpf/prog_tests/ns_current_pid_tgid.c | 87 +++ .../bpf/progs/test_ns_current_pid_tgid.c | 37 2 files changed, 124 insertions(+) create mode 100644 tools/testing/selftests/bpf/prog_tests/ns_cu