Re: [PATCH bpf v3 0/5] fix test_sockmap

2018-05-30 Thread John Fastabend
On 05/29/2018 10:56 PM, Prashant Bhole wrote: > This series fixes error handling, timeout and data verification in > test_sockmap. Previously it was not able to detect failure/timeout in > RX/TX thread because error was not notified to the main thread. > > Also slightly improved test output by pri

[PATCH bpf v3 0/5] fix test_sockmap

2018-05-29 Thread Prashant Bhole
This series fixes error handling, timeout and data verification in test_sockmap. Previously it was not able to detect failure/timeout in RX/TX thread because error was not notified to the main thread. Also slightly improved test output by printing parameter values (cork, apply, start, end) so that