Re: [bpf-next PATCH 00/10] bpf: selftests, test_sockmap improvements

2020-05-11 Thread Andrii Nakryiko
On Sat, May 9, 2020 at 7:55 AM John Fastabend wrote: > > Andrii Nakryiko wrote: > > On Tue, May 5, 2020 at 1:50 PM John Fastabend > > wrote: > > > > > > Update test_sockmap to add ktls tests and in the process make output > > > easier to understand and reduce overall runtime significantly. Befor

Re: [bpf-next PATCH 00/10] bpf: selftests, test_sockmap improvements

2020-05-09 Thread John Fastabend
Andrii Nakryiko wrote: > On Tue, May 5, 2020 at 1:50 PM John Fastabend > wrote: > > > > Update test_sockmap to add ktls tests and in the process make output > > easier to understand and reduce overall runtime significantly. Before > > this series test_sockmap did a poor job of tracking sent bytes

Re: [bpf-next PATCH 00/10] bpf: selftests, test_sockmap improvements

2020-05-08 Thread Andrii Nakryiko
On Tue, May 5, 2020 at 1:50 PM John Fastabend wrote: > > Update test_sockmap to add ktls tests and in the process make output > easier to understand and reduce overall runtime significantly. Before > this series test_sockmap did a poor job of tracking sent bytes causing > the recv thread to wait f

Re: [bpf-next PATCH 00/10] bpf: selftests, test_sockmap improvements

2020-05-07 Thread John Fastabend
Jakub Sitnicki wrote: > On Tue, 05 May 2020 13:49:36 -0700 > John Fastabend wrote: > > > Update test_sockmap to add ktls tests and in the process make output > > easier to understand and reduce overall runtime significantly. Before > > this series test_sockmap did a poor job of tracking sent byte

Re: [bpf-next PATCH 00/10] bpf: selftests, test_sockmap improvements

2020-05-07 Thread Jakub Sitnicki
On Tue, 05 May 2020 13:49:36 -0700 John Fastabend wrote: > Update test_sockmap to add ktls tests and in the process make output > easier to understand and reduce overall runtime significantly. Before > this series test_sockmap did a poor job of tracking sent bytes causing > the recv thread to wai

RE: [bpf-next PATCH 00/10] bpf: selftests, test_sockmap improvements

2020-05-05 Thread John Fastabend
John Fastabend wrote: > Update test_sockmap to add ktls tests and in the process make output > easier to understand and reduce overall runtime significantly. Before > this series test_sockmap did a poor job of tracking sent bytes causing > the recv thread to wait for a timeout even though all expec

[bpf-next PATCH 00/10] bpf: selftests, test_sockmap improvements

2020-05-05 Thread John Fastabend
Update test_sockmap to add ktls tests and in the process make output easier to understand and reduce overall runtime significantly. Before this series test_sockmap did a poor job of tracking sent bytes causing the recv thread to wait for a timeout even though all expected bytes had been received. D