On Thu, Jan 11, 2018 at 09:07:45PM -0800, John Fastabend wrote: > Put client sockets in blocking mode otherwise with sendmsg tests > its easy to overrun the socket buffers which results in the test > being aborted. > > The original non-blocking was added to handle listen/accept with > a single thread the client/accepted sockets do not need to be > non-blocking. > > Signed-off-by: John Fastabend <john.fastab...@gmail.com> Acked-by: Martin KaFai Lau <ka...@fb.com>
- [bpf-next PATCH v3 1/7] bpf: refactor sockmap sample prog... John Fastabend
- Re: [bpf-next PATCH v3 1/7] bpf: refactor sockmap sa... Martin KaFai Lau
- [bpf-next PATCH v3 3/7] bpf: sockmap sample, use fork() f... John Fastabend
- Re: [bpf-next PATCH v3 3/7] bpf: sockmap sample, use... Martin KaFai Lau
- Re: [bpf-next PATCH v3 3/7] bpf: sockmap sample, use... Martin KaFai Lau
- [bpf-next PATCH v3 5/7] bpf: sockmap sample add base test... John Fastabend
- Re: [bpf-next PATCH v3 5/7] bpf: sockmap sample add ... Martin KaFai Lau
- [bpf-next PATCH v3 2/7] bpf: add sendmsg option for testi... John Fastabend
- Re: [bpf-next PATCH v3 2/7] bpf: add sendmsg option ... Martin KaFai Lau
- [bpf-next PATCH v3 6/7] bpf: sockmap put client sockets i... John Fastabend
- Re: [bpf-next PATCH v3 6/7] bpf: sockmap put client ... Martin KaFai Lau
- [bpf-next PATCH v3 7/7] bpf: sockmap set rlimit John Fastabend
- Re: [bpf-next PATCH v3 7/7] bpf: sockmap set rlimit Martin KaFai Lau
- [bpf-next PATCH v3 4/7] bpf: sockmap sample, report bytes... John Fastabend
- Re: [bpf-next PATCH v3 4/7] bpf: sockmap sample, rep... Martin KaFai Lau