From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6F85343DF8 for ; Thu, 4 Apr 2024 11:52:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3A016402EA; Thu, 4 Apr 2024 11:52:34 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 7761D4025D for ; Thu, 4 Apr 2024 11:52:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1712224352; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eDxEKMcapgeswJEqtJmTg0z4rXBmbgyHPPKQKDQSqpA=; b=HwyhL4U+YjabaeEnK5F+jUErIObTBggnfCLdx72Qaw18fN3aE2DhRyaJ2GBzIqG3BJMhiR 1/3aqXkLelD+oLGeiHLv2lzZTUsOfYgml0NsrPTwMbeVgcewkR1Qxw/mL9rucCB3jt6RNU X6wwA4Jel67aXpXNsOouWWZwF7TEr58= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-261-dl1fqXxRO9-QRxvAi5cYpw-1; Thu, 04 Apr 2024 05:52:28 -0400 X-MC-Unique: dl1fqXxRO9-QRxvAi5cYpw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7A7341C05AA5; Thu, 4 Apr 2024 09:52:28 +0000 (UTC) Received: from rh.Home (unknown [10.39.192.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id B13013C21; Thu, 4 Apr 2024 09:52:27 +0000 (UTC) From: Kevin Traynor To: Huisong Li Cc: Chengwen Feng , Ferruh Yigit , dpdk stable Subject: patch 'doc: add link speeds configuration in features table' has been queued to stable release 21.11.7 Date: Thu, 4 Apr 2024 10:51:33 +0100 Message-ID: <20240404095155.155427-3-ktraynor@redhat.com> In-Reply-To: <20240404095155.155427-1-ktraynor@redhat.com> References: <20240404095155.155427-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Hi, FYI, your patch has been queued to stable release 21.11.7 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 04/09/24. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Queued patches are on a temporary branch at: https://github.com/kevintraynor/dpdk-stable This queued commit can be viewed at: https://github.com/kevintraynor/dpdk-stable/commit/b063b49cf44f6766d30349fc3dbda8ff5c7ef388 Thanks. Kevin --- >From b063b49cf44f6766d30349fc3dbda8ff5c7ef388 Mon Sep 17 00:00:00 2001 From: Huisong Li Date: Tue, 28 Nov 2023 21:00:05 +0800 Subject: [PATCH] doc: add link speeds configuration in features table [ upstream commit 79758d40007c56231fce3cf1004ae5168616b3aa ] Add features for link speeds. Fixes: 82113036e4e5 ("ethdev: redesign link speed config") Signed-off-by: Huisong Li Acked-by: Chengwen Feng Acked-by: Ferruh Yigit --- doc/guides/nics/features.rst | 11 +++++++++++ doc/guides/nics/features/atlantic.ini | 1 + doc/guides/nics/features/bnxt.ini | 1 + doc/guides/nics/features/default.ini | 1 + doc/guides/nics/features/dpaa.ini | 1 + doc/guides/nics/features/hns3.ini | 1 + doc/guides/nics/features/i40e.ini | 1 + doc/guides/nics/features/ice.ini | 1 + doc/guides/nics/features/igb.ini | 1 + doc/guides/nics/features/igc.ini | 1 + doc/guides/nics/features/ionic.ini | 1 + doc/guides/nics/features/ixgbe.ini | 1 + doc/guides/nics/features/ngbe.ini | 1 + doc/guides/nics/features/octeontx.ini | 1 + doc/guides/nics/features/sfc.ini | 1 + doc/guides/nics/features/thunderx.ini | 1 + doc/guides/nics/features/txgbe.ini | 1 + 17 files changed, 27 insertions(+) diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/features.rst index a2e7dc5d28..841f3704b1 100644 --- a/doc/guides/nics/features.rst +++ b/doc/guides/nics/features.rst @@ -35,4 +35,15 @@ Supports getting the speed capabilities that the current device is capable of. +.. _nic_features_link_speeds_config: + +Link speed configuration +------------------------ + +Supports configurating fixed speed and link autonegotiation. + +* **[uses] user config**: ``dev_conf.link_speeds:RTE_ETH_LINK_SPEED_*``. +* **[related] API**: ``rte_eth_dev_configure()``. + + .. _nic_features_link_status: diff --git a/doc/guides/nics/features/atlantic.ini b/doc/guides/nics/features/atlantic.ini index ef4155027c..29969c1493 100644 --- a/doc/guides/nics/features/atlantic.ini +++ b/doc/guides/nics/features/atlantic.ini @@ -6,4 +6,5 @@ [Features] Speed capabilities = Y +Link speed configuration = Y Link status = Y Link status event = Y diff --git a/doc/guides/nics/features/bnxt.ini b/doc/guides/nics/features/bnxt.ini index ac682c5779..60b6da6d15 100644 --- a/doc/guides/nics/features/bnxt.ini +++ b/doc/guides/nics/features/bnxt.ini @@ -6,4 +6,5 @@ [Features] Speed capabilities = Y +Link speed configuration = Y Link status = Y Link status event = Y diff --git a/doc/guides/nics/features/default.ini b/doc/guides/nics/features/default.ini index d6cd84e2f8..465d579080 100644 --- a/doc/guides/nics/features/default.ini +++ b/doc/guides/nics/features/default.ini @@ -9,4 +9,5 @@ [Features] Speed capabilities = +Link speed configuration = Link status = Link status event = diff --git a/doc/guides/nics/features/dpaa.ini b/doc/guides/nics/features/dpaa.ini index a382c7160c..b136ed191a 100644 --- a/doc/guides/nics/features/dpaa.ini +++ b/doc/guides/nics/features/dpaa.ini @@ -6,4 +6,5 @@ [Features] Speed capabilities = Y +Link speed configuration = Y Link status = Y Link status event = Y diff --git a/doc/guides/nics/features/hns3.ini b/doc/guides/nics/features/hns3.ini index a20ece20e8..8b623d3077 100644 --- a/doc/guides/nics/features/hns3.ini +++ b/doc/guides/nics/features/hns3.ini @@ -6,4 +6,5 @@ [Features] Speed capabilities = Y +Link speed configuration = Y Link status = Y Link status event = Y diff --git a/doc/guides/nics/features/i40e.ini b/doc/guides/nics/features/i40e.ini index 2e9ae57db6..32a76919f7 100644 --- a/doc/guides/nics/features/i40e.ini +++ b/doc/guides/nics/features/i40e.ini @@ -6,4 +6,5 @@ [Features] Speed capabilities = Y +Link speed configuration = Y Link status = Y Link status event = Y diff --git a/doc/guides/nics/features/ice.ini b/doc/guides/nics/features/ice.ini index a80401c82d..3542f3f64a 100644 --- a/doc/guides/nics/features/ice.ini +++ b/doc/guides/nics/features/ice.ini @@ -9,4 +9,5 @@ [Features] Speed capabilities = Y +Link speed configuration = Y Link status = Y Link status event = Y diff --git a/doc/guides/nics/features/igb.ini b/doc/guides/nics/features/igb.ini index 7b4af6f86c..ee2408f3ee 100644 --- a/doc/guides/nics/features/igb.ini +++ b/doc/guides/nics/features/igb.ini @@ -6,4 +6,5 @@ [Features] Speed capabilities = P +Link speed configuration = Y Link status = Y Link status event = Y diff --git a/doc/guides/nics/features/igc.ini b/doc/guides/nics/features/igc.ini index b5deea3f61..a43b8eaefd 100644 --- a/doc/guides/nics/features/igc.ini +++ b/doc/guides/nics/features/igc.ini @@ -5,4 +5,5 @@ [Features] Speed capabilities = Y +Link speed configuration = Y Link status = Y Link status event = Y diff --git a/doc/guides/nics/features/ionic.ini b/doc/guides/nics/features/ionic.ini index 5bd18e39e9..a46874ad89 100644 --- a/doc/guides/nics/features/ionic.ini +++ b/doc/guides/nics/features/ionic.ini @@ -6,4 +6,5 @@ [Features] Speed capabilities = Y +Link speed configuration = Y Link status = Y Link status event = Y diff --git a/doc/guides/nics/features/ixgbe.ini b/doc/guides/nics/features/ixgbe.ini index dc11d1bddf..55deaadc62 100644 --- a/doc/guides/nics/features/ixgbe.ini +++ b/doc/guides/nics/features/ixgbe.ini @@ -6,4 +6,5 @@ [Features] Speed capabilities = Y +Link speed configuration = Y Link status = Y Link status event = Y diff --git a/doc/guides/nics/features/ngbe.ini b/doc/guides/nics/features/ngbe.ini index 2701c5f051..1dfd92e96b 100644 --- a/doc/guides/nics/features/ngbe.ini +++ b/doc/guides/nics/features/ngbe.ini @@ -6,4 +6,5 @@ [Features] Speed capabilities = Y +Link speed configuration = Y Link status = Y Link status event = Y diff --git a/doc/guides/nics/features/octeontx.ini b/doc/guides/nics/features/octeontx.ini index 78fa7c719a..3165e41a21 100644 --- a/doc/guides/nics/features/octeontx.ini +++ b/doc/guides/nics/features/octeontx.ini @@ -6,4 +6,5 @@ [Features] Speed capabilities = Y +Link speed configuration = Y Link status = Y Link status event = Y diff --git a/doc/guides/nics/features/sfc.ini b/doc/guides/nics/features/sfc.ini index 2e798b5ef5..3ae479223a 100644 --- a/doc/guides/nics/features/sfc.ini +++ b/doc/guides/nics/features/sfc.ini @@ -6,4 +6,5 @@ [Features] Speed capabilities = Y +Link speed configuration = Y Link status = Y Link status event = Y diff --git a/doc/guides/nics/features/thunderx.ini b/doc/guides/nics/features/thunderx.ini index b33bb37c82..2ab8db7239 100644 --- a/doc/guides/nics/features/thunderx.ini +++ b/doc/guides/nics/features/thunderx.ini @@ -6,4 +6,5 @@ [Features] Speed capabilities = Y +Link speed configuration = Y Link status = Y Link status event = Y diff --git a/doc/guides/nics/features/txgbe.ini b/doc/guides/nics/features/txgbe.ini index 796e7ff313..a09bed5c84 100644 --- a/doc/guides/nics/features/txgbe.ini +++ b/doc/guides/nics/features/txgbe.ini @@ -6,4 +6,5 @@ [Features] Speed capabilities = Y +Link speed configuration = Y Link status = Y Link status event = Y -- 2.44.0 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2024-04-04 10:49:33.925365738 +0100 +++ 0003-doc-add-link-speeds-configuration-in-features-table.patch 2024-04-04 10:49:33.695457592 +0100 @@ -1 +1 @@ -From 79758d40007c56231fce3cf1004ae5168616b3aa Mon Sep 17 00:00:00 2001 +From b063b49cf44f6766d30349fc3dbda8ff5c7ef388 Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit 79758d40007c56231fce3cf1004ae5168616b3aa ] + @@ -9 +10,0 @@ -Cc: stable@dpdk.org @@ -35 +36 @@ -index b4f7f1ee61..cd0115ffb3 100644 +index a2e7dc5d28..841f3704b1 100644 @@ -65 +66 @@ -index bd4e2295dc..c33889663d 100644 +index ac682c5779..60b6da6d15 100644 @@ -75 +76 @@ -index c06b6fea9a..1e9a156a2a 100644 +index d6cd84e2f8..465d579080 100644 @@ -105 +106 @@ -index 2d168199f0..ef7514c44b 100644 +index 2e9ae57db6..32a76919f7 100644 @@ -115 +116 @@ -index 8febbc4f1e..62869ef0a0 100644 +index a80401c82d..3542f3f64a 100644 @@ -135 +136 @@ -index 47d9344435..d6db18c1e8 100644 +index b5deea3f61..a43b8eaefd 100644 @@ -145 +146 @@ -index af0fc5462a..64b2316288 100644 +index 5bd18e39e9..a46874ad89 100644 @@ -155 +156 @@ -index f05fcec455..cb9331dbcd 100644 +index dc11d1bddf..55deaadc62 100644 @@ -175 +176 @@ -index fa1e18b120..46ae8318a9 100644 +index 78fa7c719a..3165e41a21 100644 @@ -185 +186 @@ -index 8a9198adcb..f9654e69ed 100644 +index 2e798b5ef5..3ae479223a 100644 @@ -205 +206 @@ -index 3a11fb2037..be0af3dfad 100644 +index 796e7ff313..a09bed5c84 100644