Re: [PATCH bpf-next] selftests/bpf: add test_tcp_rtt to .gitignore

2019-07-05 Thread Daniel Borkmann
On 07/03/2019 10:09 PM, Stanislav Fomichev wrote: > Forgot to add it in the original patch. > > Fixes: b55873984dab ("selftests/bpf: test BPF_SOCK_OPS_RTT_CB") > Reported-by: Andrii Nakryiko > Signed-off-by: Stanislav Fomichev Applied, thanks!

Re: [PATCH bpf-next] selftests/bpf: add test_tcp_rtt to .gitignore

2019-07-03 Thread Y Song
On Wed, Jul 3, 2019 at 1:10 PM Stanislav Fomichev wrote: > > Forgot to add it in the original patch. > > Fixes: b55873984dab ("selftests/bpf: test BPF_SOCK_OPS_RTT_CB") > Reported-by: Andrii Nakryiko > Signed-off-by: Stanislav Fomichev Acked-by: Yonghong Song > --- > tools/testing/selftests/

Re: [PATCH bpf-next] selftests/bpf: add test_tcp_rtt to .gitignore

2019-07-03 Thread Andrii Nakryiko
On Wed, Jul 3, 2019 at 1:10 PM Stanislav Fomichev wrote: > > Forgot to add it in the original patch. > > Fixes: b55873984dab ("selftests/bpf: test BPF_SOCK_OPS_RTT_CB") > Reported-by: Andrii Nakryiko > Signed-off-by: Stanislav Fomichev > --- Thanks! Acked-by: Andrii Nakryiko > tools/testing

[PATCH bpf-next] selftests/bpf: add test_tcp_rtt to .gitignore

2019-07-03 Thread Stanislav Fomichev
Forgot to add it in the original patch. Fixes: b55873984dab ("selftests/bpf: test BPF_SOCK_OPS_RTT_CB") Reported-by: Andrii Nakryiko Signed-off-by: Stanislav Fomichev --- tools/testing/selftests/bpf/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/bpf/.giti