Merge branch 'bpf: add mrtt and srtt as ctx->args for BPF_SOCK_OPS_RTT_CB'
authorMartin KaFai Lau <martin.lau@kernel.org>
Thu, 25 Apr 2024 20:26:21 +0000 (13:26 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Thu, 25 Apr 2024 21:09:05 +0000 (14:09 -0700)
Philo Lu says:

====================
These provides more information about tcp RTT estimation. The selftest for
BPF_SOCK_OPS_RTT_CB is extended for the added args.

changelogs
-> v1:
- extend rtt selftest for added args (suggested by Stanislav)
====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>

Trivial merge