Message ID | f30498386ee78e59743afbf3e2897a60eb3af5bd.1743054942.git.tanggeliang@kylinos.cn (mailing list archive) |
---|---|
State | Superseded |
Commit | 00b6c34b9ea10e3c045db88f25825008a6762143 |
Delegated to: | Matthieu Baerts |
Headers | show |
Series | BPF path manager, part 6 | expand |
Context | Check | Description |
---|---|---|
matttbe/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 8 lines checked |
matttbe/shellcheck | success | MPTCP selftests files have not been modified |
matttbe/build | success | Build and static analysis OK |
matttbe/KVM_Validation__normal | success | Success! ✅ |
matttbe/KVM_Validation__debug | success | Success! ✅ |
matttbe/KVM_Validation__btf-normal__only_bpftest_all_ | success | Success! ✅ |
matttbe/KVM_Validation__btf-debug__only_bpftest_all_ | success | Success! ✅ |
Hi Geliang, On 27/03/2025 07:04, Geliang Tang wrote: > From: Geliang Tang <tanggeliang@kylinos.cn> > > Update the comment for get_local_id and get_priority. Thank you, I just applied this patch 1/7: New patches for t/upstream: - 00b6c34b9ea1: "squashed" patch 1/7 in "mptcp: pm: add get_local_id() interface" - Results: 4e2b25079a95..8bfbd2e1bf59 (export) Tests are now in progress: - export: https://github.com/multipath-tcp/mptcp_net-next/commit/3ea3f4d9ffc7cf05867f7b7e8e2741c85a24bae6/checks Cheers, Matt
diff --git a/include/net/mptcp.h b/include/net/mptcp.h index 9f28ef550e10..4cf59e83c1c5 100644 --- a/include/net/mptcp.h +++ b/include/net/mptcp.h @@ -118,7 +118,7 @@ struct mptcp_sched_ops { #define MPTCP_PM_BUF_MAX (MPTCP_PM_NAME_MAX * MPTCP_PM_MAX) struct mptcp_pm_ops { - /* required */ + /* required, call from the subflow context */ int (*get_local_id)(struct mptcp_sock *msk, struct mptcp_pm_addr_entry *skc); bool (*get_priority)(struct mptcp_sock *msk,