Skip to content

Commit

Permalink
Fix BBRv3 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Sep 8, 2023
1 parent b37c0fd commit 6a08f40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 6.1/target/linux/generic/hack-6.1/997-BBRv3.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2336,9 +2336,10 @@ index f2c6c5d31..1ce016437 100644
u32 gso_max_size)
{
- u32 segs;
- u64 bytes;
+ struct bbr *bbr = inet_csk_ca(sk);
+ u32 segs, r;
u64 bytes;
+ u32 bytes;

/* Budget a TSO/GSO burst size allowance based on bw (pacing_rate). */
bytes = sk->sk_pacing_rate >> sk->sk_pacing_shift;
Expand Down

0 comments on commit 6a08f40

Please sign in to comment.