[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241219-net-mptcp-netlink-specs-pm-doc-fixes-v1-1-825d3b45f27b@kernel.org>
Date: Thu, 19 Dec 2024 12:45:27 +0100
From: "Matthieu Baerts (NGI0)" <matttbe@...nel.org>
To: mptcp@...ts.linux.dev, Mat Martineau <martineau@...nel.org>,
Geliang Tang <geliang@...nel.org>, Donald Hunter <donald.hunter@...il.com>,
Jakub Kicinski <kuba@...nel.org>, "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>,
Simon Horman <horms@...nel.org>, Kishen Maloor <kishen.maloor@...el.com>,
Davide Caratti <dcaratti@...hat.com>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
"Matthieu Baerts (NGI0)" <matttbe@...nel.org>, stable@...r.kernel.org
Subject: [PATCH net 1/3] netlink: specs: mptcp: add missing 'server-side'
attr
This attribute is added with the 'created' and 'established' events, but
the documentation didn't mention it.
Fixes: 41b3c69bf941 ("mptcp: expose server_side attribute in MPTCP netlink events")
Cc: stable@...r.kernel.org
Reviewed-by: Geliang Tang <geliang@...nel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@...nel.org>
---
Documentation/netlink/specs/mptcp_pm.yaml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Documentation/netlink/specs/mptcp_pm.yaml b/Documentation/netlink/specs/mptcp_pm.yaml
index dc190bf838fec6add28b61e5e2cac8dee601b012..fc0603f51665a6260fb4dc78bc641c4175a8577e 100644
--- a/Documentation/netlink/specs/mptcp_pm.yaml
+++ b/Documentation/netlink/specs/mptcp_pm.yaml
@@ -23,7 +23,8 @@ definitions:
-
name: created
doc:
- token, family, saddr4 | saddr6, daddr4 | daddr6, sport, dport
+ token, family, saddr4 | saddr6, daddr4 | daddr6, sport, dport,
+ server-side
A new MPTCP connection has been created. It is the good time to
allocate memory and send ADD_ADDR if needed. Depending on the
traffic-patterns it can take a long time until the
@@ -31,7 +32,8 @@ definitions:
-
name: established
doc:
- token, family, saddr4 | saddr6, daddr4 | daddr6, sport, dport
+ token, family, saddr4 | saddr6, daddr4 | daddr6, sport, dport,
+ server-side
A MPTCP connection is established (can start new subflows).
-
name: closed
--
2.47.1
Powered by blists - more mailing lists