From nobody Thu Oct 2 15:35:40 2025 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EDB6B26E71B for ; Mon, 15 Sep 2025 17:07:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757956036; cv=none; b=umCw4lf/PJFA90TYtt2k85Ssh7hm3vgcgHTePBdnL7Vl9xd3fxR/Rh9TakZC8GQbU5DU50rB2bnU/6z3QUy1+ODYaUcZPMyL7/zcdFkObFWbJow/FL3xu2wf85Tg60nrr/1a1uUdrewHhsqxEXC7LmAQhCclr4zcpBxUtahRUYk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757956036; c=relaxed/simple; bh=1fC6qPHhw0+ReUKx7i0sZJqlysF67p/4YIgETaU4kAA=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=V7eNyaWujZHU3cGFU8cmDt6jocsiTEDJDA+v9ayGTb1NdF103tcNiJ070ajHx9uOn8tVaqLgJOad6nZF7MLvf6OIeTL+nCNeAAUCxo8VYJK/ovt6yMxfq4egM2ScEoa9GMBBJnpMG60k6eauY8hQajHPmxSHcNtAK6tm7HgCaEk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=0RBnXz3y; arc=none smtp.client-ip=185.171.202.116 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="0RBnXz3y" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id D8476C8F450; Mon, 15 Sep 2025 17:06:56 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 30E336063F; Mon, 15 Sep 2025 17:07:13 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id F0C3D102F2AEE; Mon, 15 Sep 2025 19:07:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1757956031; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=7Z/vVaiwPDqUIpffCxIZ4JsTPL7u+izJHcekcnCQ+bw=; b=0RBnXz3yzSj4Wd59ElaLcVjrbrd4sqPuOgxh6gPpKNjxNPi9sDXJVmfN+As+7qCfMr5yTu Ttz/nCe8z7rRmvqZVjFKpEA2NAqw/kpJfOXJybZ4y22IYxmp+mJvz6Y6cmJZG9fmgoTHl2 Lzc9LA7LPi7trV3K3KWIXlUZZ97fbbX1zMU4Sh6kADsImquztNa5dpePXL+Jv5FzirSs8t CO+VhHAOcaoaqAhBPayQELonWrzyf8xjsIENWKM1U59OSdi9J95URpFo8/1jM25mrQDZyH BmK19/1MDDieKjYPgX/Vs+240gpTrxvwaE0ncDRAufCJ0YM0z97bbd9/myvLPg== From: Kory Maincent Date: Mon, 15 Sep 2025 19:06:28 +0200 Subject: [PATCH net-next v3 3/5] docs: devlink: Sort table of contents alphabetically Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20250915-feature_poe_permanent_conf-v3-3-78871151088b@bootlin.com> References: <20250915-feature_poe_permanent_conf-v3-0-78871151088b@bootlin.com> In-Reply-To: <20250915-feature_poe_permanent_conf-v3-0-78871151088b@bootlin.com> To: Oleksij Rempel , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Jiri Pirko , Simon Horman , Jonathan Corbet , Donald Hunter Cc: kernel@pengutronix.de, Dent Project , Thomas Petazzoni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Maxime Chevallier , linux-doc@vger.kernel.org, Kyle Swenson , "Kory Maincent (Dent Project)" X-Mailer: b4 0.15-dev-8cb71 X-Last-TLS-Session-Version: TLSv1.3 From: Kory Maincent (Dent Project) Sort devlink documentation table of contents alphabetically to improve readability and make it easier to locate specific chapters. Signed-off-by: Kory Maincent --- Changes in v2: - New patch --- Documentation/networking/devlink/index.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Documentation/networking/devlink/index.rst b/Documentation/net= working/devlink/index.rst index 270a65a014111..0c58e5c729d92 100644 --- a/Documentation/networking/devlink/index.rst +++ b/Documentation/networking/devlink/index.rst @@ -56,18 +56,18 @@ general. :maxdepth: 1 =20 devlink-dpipe + devlink-eswitch-attr + devlink-flash devlink-health devlink-info - devlink-flash + devlink-linecard devlink-params devlink-port devlink-region - devlink-resource devlink-reload + devlink-resource devlink-selftests devlink-trap - devlink-linecard - devlink-eswitch-attr =20 Driver-specific documentation ----------------------------- @@ -78,12 +78,14 @@ parameters, info versions, and other features it suppor= ts. .. toctree:: :maxdepth: 1 =20 + am65-nuss-cpsw-switch bnxt etas_es58x hns3 i40e - ionic ice + ionic + iosm ixgbe kvaser_pciefd kvaser_usb @@ -93,11 +95,9 @@ parameters, info versions, and other features it support= s. mv88e6xxx netdevsim nfp - qed - ti-cpsw-switch - am65-nuss-cpsw-switch - prestera - iosm octeontx2 + prestera + qed sfc + ti-cpsw-switch zl3073x --=20 2.43.0