On 07/03, Andrii Nakryiko wrote: > On Tue, Jul 2, 2019 at 9:14 AM Stanislav Fomichev <sdf@xxxxxxxxxx> wrote: > > > > Make sure the callback is invoked for syn-ack and data packet. > > > > Cc: Eric Dumazet <edumazet@xxxxxxxxxx> > > Cc: Priyaranjan Jha <priyarjha@xxxxxxxxxx> > > Cc: Yuchung Cheng <ycheng@xxxxxxxxxx> > > Cc: Soheil Hassas Yeganeh <soheil@xxxxxxxxxx> > > Acked-by: Soheil Hassas Yeganeh <soheil@xxxxxxxxxx> > > Acked-by: Yuchung Cheng <ycheng@xxxxxxxxxx> > > Signed-off-by: Stanislav Fomichev <sdf@xxxxxxxxxx> > > --- > > 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? Sure, will do, thanks for a report!