Re: [PATCH bpf-next 5/5] selftests/bpf: test_sockmap, print additional test options

2018-05-18 Thread John Fastabend
On 05/18/2018 12:17 AM, Prashant Bhole wrote: > Print values of test options like apply, cork, start, end so that > individual failed tests can be identified for manual run > > Signed-off-by: Prashant Bhole > --- Nice improvement. Acked-by: John Fastabend

[PATCH bpf-next 5/5] selftests/bpf: test_sockmap, print additional test options

2018-05-18 Thread Prashant Bhole
Print values of test options like apply, cork, start, end so that individual failed tests can be identified for manual run Signed-off-by: Prashant Bhole --- tools/testing/selftests/bpf/test_sockmap.c | 28 +++- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git