mbox series

[net,0/3] doc: mptcp: new general doc and fixes

Message ID 20240520-upstream-net-20240520-mptcp-doc-v1-0-e3ad294382cb@kernel.org (mailing list archive)
Headers show
Series doc: mptcp: new general doc and fixes | expand

Message

Matthieu Baerts May 20, 2024, 8:16 a.m. UTC
A general documentation about MPTCP was missing since its introduction
in v5.6. The last patch adds a new 'mptcp' page in the 'networking'
documentation.

The first patch is a fix for a missing sysctl entry introduced in v6.10
rc0, and the second one reorder the sysctl entries.

These patches can be applied without conflicts on top of the 'net' tree
and the 'docs-next' one. They are currently based on top of the current
'net' tree because the first patch is a fix for a patch that is not in
'docs-next' yet.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Matthieu Baerts (NGI0) (3):
      doc: mptcp: add missing 'available_schedulers' entry
      doc: mptcp: alphabetical order
      doc: new 'mptcp' page in 'networking'

 Documentation/networking/index.rst        |   1 +
 Documentation/networking/mptcp-sysctl.rst |  74 +++++++-------
 Documentation/networking/mptcp.rst        | 156 ++++++++++++++++++++++++++++++
 MAINTAINERS                               |   2 +-
 4 files changed, 197 insertions(+), 36 deletions(-)
---
base-commit: 4b377b4868ef17b040065bd468668c707d2477a5
change-id: 20240520-upstream-net-20240520-mptcp-doc-e57ac322e4ac

Best regards,

Comments

Paolo Abeni May 22, 2024, 9:35 a.m. UTC | #1
Hi,

On Mon, 2024-05-20 at 10:16 +0200, Matthieu Baerts (NGI0) wrote:
> A general documentation about MPTCP was missing since its introduction
> in v5.6. The last patch adds a new 'mptcp' page in the 'networking'
> documentation.
> 
> The first patch is a fix for a missing sysctl entry introduced in v6.10
> rc0, and the second one reorder the sysctl entries.
> 
> These patches can be applied without conflicts on top of the 'net' tree
> and the 'docs-next' one. They are currently based on top of the current
> 'net' tree because the first patch is a fix for a patch that is not in
> 'docs-next' yet.
> 
> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>

These patches are IMHO net-next material. If you don't mind I'll defer
them.

Thanks,

Paolo
Matthieu Baerts May 22, 2024, 9:45 a.m. UTC | #2
Hi Paolo,

On 22/05/2024 11:35, Paolo Abeni wrote:
> Hi,
> 
> On Mon, 2024-05-20 at 10:16 +0200, Matthieu Baerts (NGI0) wrote:
>> A general documentation about MPTCP was missing since its introduction
>> in v5.6. The last patch adds a new 'mptcp' page in the 'networking'
>> documentation.
>>
>> The first patch is a fix for a missing sysctl entry introduced in v6.10
>> rc0, and the second one reorder the sysctl entries.
>>
>> These patches can be applied without conflicts on top of the 'net' tree
>> and the 'docs-next' one. They are currently based on top of the current
>> 'net' tree because the first patch is a fix for a patch that is not in
>> 'docs-next' yet.
>>
>> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
> 
> These patches are IMHO net-next material. If you don't mind I'll defer
> them.

No problem, my bad, I thought it was OK to send new doc about existing
features and missing items to -net. I will re-send them next week,
targetting net-next then.

Cheers,
Matt