From: Martin KaFai Lau Date: Wed, 29 Mar 2023 20:10:56 +0000 (-0700) Subject: Merge branch 'Allow BPF TCP CCs to write app_limited' X-Git-Tag: v6.6.7~2736^2~129^2~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b52cc2a2fef541d605debb7efc7dc1bae7b2876;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'Allow BPF TCP CCs to write app_limited' Yixin Shen says: ==================== This series allow BPF TCP CCs to write app_limited of struct tcp_sock. A built-in CC or one from a kernel module is already able to write to app_limited of struct tcp_sock. Until now, a BPF CC doesn't have write access to this member of struct tcp_sock. v2: - Merge the test of writing app_limited into the test of writing sk_pacing. (Martin KaFai Lau) ==================== Signed-off-by: Martin KaFai Lau --- 8b52cc2a2fef541d605debb7efc7dc1bae7b2876