Merge branch 'Add new args into tcp_congestion_ops' cong_control'
authorMartin KaFai Lau <martin.lau@kernel.org>
Thu, 2 May 2024 22:39:50 +0000 (15:39 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Thu, 2 May 2024 23:32:10 +0000 (16:32 -0700)
commit29f38ca3e5ca5cacc33291f22c4848c6907b9d2b
tree8e45830a9f0b33c1d5b0f27b746b91ae350d88d6
parentf8c423d1ca4f4f4224bb6ca486478b7f51a91701
parent96c3490d6423b7f24d356e24a61c24de69f3de77
Merge branch 'Add new args into tcp_congestion_ops' cong_control'

Miao Xu says:

====================
This patchset attempts to add two new arguments into the hookpoint
cong_control in tcp_congestion_ops. The new arguments are inherited
from the caller tcp_cong_control and can be used by any bpf cc prog
that implements its own logic inside this hookpoint.

Please review. Thanks a lot!

Changelog
=====
v2->v3:
  - Fixed the broken selftest caused by the new arguments.
  - Renamed the selftest file name and bpf prog name.

v1->v2:
  - Split the patchset into 3 separate patches.
  - Added highlights in the selftest prog.
  - Removed the dependency on bpf_tcp_helpers.h.
====================

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