[PATCH mptcp-next v4 1/9] Squash to "mptcp: pm: add get_local_id() interface"

Geliang Tang posted 9 patches 3 weeks, 3 days ago
There is a newer version of this series
[PATCH mptcp-next v4 1/9] Squash to "mptcp: pm: add get_local_id() interface"
Posted by Geliang Tang 3 weeks, 3 days ago
From: Geliang Tang <tanggeliang@kylinos.cn>

Add /* required */ comment for get_local_id and get_priority.

Signed-off-by: Geliang Tang <tanggeliang@kylinos.cn>
---
 include/net/mptcp.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/net/mptcp.h b/include/net/mptcp.h
index 6a08ac862bbe..9f28ef550e10 100644
--- a/include/net/mptcp.h
+++ b/include/net/mptcp.h
@@ -118,6 +118,7 @@ struct mptcp_sched_ops {
 #define MPTCP_PM_BUF_MAX	(MPTCP_PM_NAME_MAX * MPTCP_PM_MAX)
 
 struct mptcp_pm_ops {
+	/* required */
 	int (*get_local_id)(struct mptcp_sock *msk,
 			    struct mptcp_pm_addr_entry *skc);
 	bool (*get_priority)(struct mptcp_sock *msk,
-- 
2.43.0
Re: [PATCH mptcp-next v4 1/9] Squash to "mptcp: pm: add get_local_id() interface"
Posted by Matthieu Baerts 3 weeks, 3 days ago
Hi Geliang,

On 24/03/2025 09:19, Geliang Tang wrote:
> From: Geliang Tang <tanggeliang@kylinos.cn>
> 
> Add /* required */ comment for get_local_id and get_priority.

Thank you for this patch. I just applied it not to have to carry this
simple Squash-to patch again. I will continue the review of the other
patches later.

New patches for t/upstream:
- d9ff94b6854e: Squash to "mptcp: pm: add get_local_id() interface"
- Results: 72b4c5fecd91..38f8291cd31d (export)

Tests are now in progress:

- export:
https://github.com/multipath-tcp/mptcp_net-next/commit/148e4f30be3b3ca9fcb647cc656ebf736925ee5d/checks

Cheers,
Matt
-- 
Sponsored by the NGI0 Core fund.