mbox series

[PATCHv2,net,0/3] Documentation: add description for a couple of sctp sysctl options

Message ID cover.1654787716.git.lucien.xin@gmail.com (mailing list archive)
Headers show
Series Documentation: add description for a couple of sctp sysctl options | expand

Message

Xin Long June 9, 2022, 3:17 p.m. UTC
These are a couple of sysctl options I recently added, but missed adding
documents for them. Especially for net.sctp.intl_enable, it's hard for
users to setup stream interleaving, as it also needs to call some socket
options.

This patchset is to add documents for them.

v1->v2:
  - Improved the description on Patch 2/3, as Marcelo suggested.

Xin Long (3):
  Documentation: add description for net.sctp.reconf_enable
  Documentation: add description for net.sctp.intl_enable
  Documentation: add description for net.sctp.ecn_enable

 Documentation/networking/ip-sysctl.rst | 37 ++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Comments

Marcelo Ricardo Leitner June 10, 2022, 2:43 p.m. UTC | #1
On Thu, Jun 09, 2022 at 11:17:12AM -0400, Xin Long wrote:
> These are a couple of sysctl options I recently added, but missed adding
> documents for them. Especially for net.sctp.intl_enable, it's hard for
> users to setup stream interleaving, as it also needs to call some socket
> options.
> 
> This patchset is to add documents for them.
> 
> v1->v2:
>   - Improved the description on Patch 2/3, as Marcelo suggested.
> 
> Xin Long (3):
>   Documentation: add description for net.sctp.reconf_enable
>   Documentation: add description for net.sctp.intl_enable
>   Documentation: add description for net.sctp.ecn_enable

Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
patchwork-bot+netdevbpf@kernel.org June 11, 2022, 5:20 a.m. UTC | #2
Hello:

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu,  9 Jun 2022 11:17:12 -0400 you wrote:
> These are a couple of sysctl options I recently added, but missed adding
> documents for them. Especially for net.sctp.intl_enable, it's hard for
> users to setup stream interleaving, as it also needs to call some socket
> options.
> 
> This patchset is to add documents for them.
> 
> [...]

Here is the summary with links:
  - [PATCHv2,net,1/3] Documentation: add description for net.sctp.reconf_enable
    https://git.kernel.org/netdev/net/c/c349ae5f831c
  - [PATCHv2,net,2/3] Documentation: add description for net.sctp.intl_enable
    https://git.kernel.org/netdev/net/c/e65775fdd389
  - [PATCHv2,net,3/3] Documentation: add description for net.sctp.ecn_enable
    https://git.kernel.org/netdev/net/c/249eddaf651f

You are awesome, thank you!