From patchwork Fri Jun 3 18:09:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xin Long X-Patchwork-Id: 12869296 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7F5B4C43334 for ; Fri, 3 Jun 2022 18:27:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347360AbiFCS1O (ORCPT ); Fri, 3 Jun 2022 14:27:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57624 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347243AbiFCS1E (ORCPT ); Fri, 3 Jun 2022 14:27:04 -0400 Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 52F385620C; Fri, 3 Jun 2022 11:09:28 -0700 (PDT) Received: by mail-qt1-x831.google.com with SMTP id p8so6207298qtx.9; Fri, 03 Jun 2022 11:09:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=G1Y6+oEh04DTPN2ctmvO69sEbXMddv84I3sn1hbhDhM=; b=ZukLgW/+A0v3D7mOz87mVUO1Vy9UlPPsZe9vrPY59fjh1S/HIE7USnQW356IvDWdwy vNJLPecboDUZaoPvDuOHoJTsdZq5TbJfIvSOJ4133i7zCTipIXItehhLdtefW/98kXUs 9L2vn1CwIUWOF3TUe3KoGevLo+0XxwwqSyKGNgHRrYsC4kgl6rxJ3Uu9GvHVWsFXmIhM 3z26QgYX0PrWr8WWpDAfzF1R/e7C7mc8DPa+KbToDS2uWmXKJZ/bMLgFrbiwWsmtAaX8 LuEKYVy9qRfFtJcBO8oabdM9ofjWS1jiui8uqbS8EWlpCXeSbvLQ1Kp6+jiiIBoVyGrg wThw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=G1Y6+oEh04DTPN2ctmvO69sEbXMddv84I3sn1hbhDhM=; b=bnZTWYdybnE5qlOalvr+lZUhD3wT9vJOGiDL2z+YSlvX91z3tsJoc2H6JSBhuHS9Do U5/UXnyR0eycsexxkFOuB+qOABeADu23erz+dv0Y0uruRz0FO1BvwYzA6JR2jxhK1Skm 6x8onCrNT7spmpaPcXGHOj2uCdaWvctKLTMW1pDsT/eyFpzzCiQ5AoTXZdJBICoMU9Tu lWHUtpD/CD8x0m3ANBPC9JFaIN8zP2F4HwQeR+jmuqdKBQzXw+JebSFKPZuZEeyGRWs7 mvIMRE5u0qVCmdL1hIHOjGa+Y1lbW+NpkpGy7tdLrtU7MLy9aA5EOoJkNUX1z/6EYr/+ xOjA== X-Gm-Message-State: AOAM530wC3YEyuxgUahqPSS2GzpFLc3hbBEnKr8yeTPYu/J//AxQHQ2m AKz4eX9nDJk/QkH8sMjV9G30A/SKmyY31YJ/ X-Google-Smtp-Source: ABdhPJzSicPhKvdyl0bWLmcNkMjr+ymSCaHanHmV7eFoOcWzRAHo4YEFjQGJywyDsSFZvX+JSELSUQ== X-Received: by 2002:a05:622a:64b:b0:304:c896:3473 with SMTP id a11-20020a05622a064b00b00304c8963473mr8615821qtb.457.1654279766746; Fri, 03 Jun 2022 11:09:26 -0700 (PDT) Received: from wsfd-netdev15.ntdv.lab.eng.bos.redhat.com (nat-pool-bos-t.redhat.com. [66.187.233.206]) by smtp.gmail.com with ESMTPSA id f4-20020a05620a20c400b006a659ce9821sm5187589qka.63.2022.06.03.11.09.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Jun 2022 11:09:26 -0700 (PDT) From: Xin Long To: network dev , linux-sctp@vger.kernel.org Cc: davem@davemloft.net, kuba@kernel.org, Marcelo Ricardo Leitner , Neil Horman Subject: [PATCH net 0/3] Documentation: add description for a couple of sctp sysctl options Date: Fri, 3 Jun 2022 14:09:22 -0400 Message-Id: X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org 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. 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(+)