-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tcp: add some RTO MIN and DELACK MAX {bpf_}set/getsockopt supports #8649
base: bpf-net_base
Are you sure you want to change the base?
Conversation
Upstream branch: 72aad21 |
3e77d0e
to
39d7ba6
Compare
Upstream branch: 6d99faf |
cec05dd
to
b6a4e1b
Compare
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=942617 expired. Closing PR. |
The patch refactors a bit on supporting getsockopt for TCP BPF flags. For now, only TCP_BPF_SOCK_OPS_CB_FLAGS. Later, more flags will be added into this function. No functional changes here. Signed-off-by: Jason Xing <[email protected]>
Support bpf_getsockopt if application tries to know what the RTO MIN of this socket is. Signed-off-by: Jason Xing <[email protected]>
Support bpf_getsockopt if application tries to know what the delayed ack max time is. Signed-off-by: Jason Xing <[email protected]>
…F_RTO_MIN Add selftests for TCP_BPF_DELACK_MAX and TCP_BPF_RTO_MIN BPF socket cases. Signed-off-by: Jason Xing <[email protected]>
Upstream branch: 6d99faf |
b6a4e1b
to
afa503e
Compare
Pull request for series with
subject: tcp: add some RTO MIN and DELACK MAX {bpf_}set/getsockopt supports
version: 2
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=942617