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)
commit876373985efb87844ca7cacd2d1d3ef4c9398c9c
tree90f30033f73d8801ca45d1ac453134c80b65b4db
parenta311c3f9c342fc12e6c8a27e22c81955ab2a336c
parent7eb4f66b38069eec9c86c9d115f0bba1cf73ef2c
Merge branch 'bpf: add mrtt and srtt as ctx->args for BPF_SOCK_OPS_RTT_CB'

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>