Re: [bpf PATCH v2 0/3] sockmap error path fixes

2018-05-02 Thread Alexei Starovoitov
On Wed, May 02, 2018 at 01:50:14PM -0700, John Fastabend wrote: > When I added the test_sockmap to selftests I mistakenly changed the > test logic a bit. The result of this was on redirect cases we ended up > choosing the wrong sock from the BPF program and ended up sending to a > socket that had n

[bpf PATCH v2 0/3] sockmap error path fixes

2018-05-02 Thread John Fastabend
When I added the test_sockmap to selftests I mistakenly changed the test logic a bit. The result of this was on redirect cases we ended up choosing the wrong sock from the BPF program and ended up sending to a socket that had no receive handler. The result was the actual receive handler, running on