On Tue, Jul 2, 2019 at 9:14 AM Stanislav Fomichev <[email protected]> wrote: > > Make sure the callback is invoked for syn-ack and data packet. > > Cc: Eric Dumazet <[email protected]> > Cc: Priyaranjan Jha <[email protected]> > Cc: Yuchung Cheng <[email protected]> > Cc: Soheil Hassas Yeganeh <[email protected]> > Acked-by: Soheil Hassas Yeganeh <[email protected]> > Acked-by: Yuchung Cheng <[email protected]> > Signed-off-by: Stanislav Fomichev <[email protected]> > --- > tools/testing/selftests/bpf/Makefile | 3 +- > tools/testing/selftests/bpf/progs/tcp_rtt.c | 61 +++++ > tools/testing/selftests/bpf/test_tcp_rtt.c | 254 ++++++++++++++++++++ > 3 files changed, 317 insertions(+), 1 deletion(-) > create mode 100644 tools/testing/selftests/bpf/progs/tcp_rtt.c > create mode 100644 tools/testing/selftests/bpf/test_tcp_rtt.c
Can you please post a follow-up patch to add test_tcp_rtt to .gitignore?
