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 5452D43B67 for ; Fri, 8 Mar 2024 15:29:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2DC8E42F3F; Fri, 8 Mar 2024 15:29:09 +0100 (CET) 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 63A8640E2D for ; Fri, 8 Mar 2024 15:29:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1709908147; 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; bh=8TmRIAmdCwMzDMgfVL4GQGPxeqGcqnqMSfBwfEI+X8A=; b=jS8jpyaHkBsOOgtatrm2e8tZQ4MhVDadU3zhonFE5ml3xSgofFi7TrTMLN/Bamk/8gk1Kv 6ZvgXQrf4nFSD/KMA/ayBsqx5mUwlcNrvv8la01TO6YmdEk75yK9T2guBHsIQJg/rb55Fp 79X+epwzLee7dB4kW++2f4J5fpCXwtE= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-641-E7tl9ZHaPve21M_7TaOAJQ-1; Fri, 08 Mar 2024 09:29:03 -0500 X-MC-Unique: E7tl9ZHaPve21M_7TaOAJQ-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 66684101A58D; Fri, 8 Mar 2024 14:29:03 +0000 (UTC) Received: from rh.redhat.com (unknown [10.39.194.94]) by smtp.corp.redhat.com (Postfix) with ESMTP id B22173701; Fri, 8 Mar 2024 14:28:54 +0000 (UTC) From: Kevin Traynor To: Hernan Vargas Cc: Maxime Coquelin , dpdk stable Subject: patch 'doc: fix configuration in baseband 5GNR driver guide' has been queued to stable release 21.11.7 Date: Fri, 8 Mar 2024 14:27:49 +0000 Message-ID: <20240308142824.528417-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 03/13/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/c2671c9adf546ae4ddd42b6d3b61799c5941baba Thanks. Kevin --- >From c2671c9adf546ae4ddd42b6d3b61799c5941baba Mon Sep 17 00:00:00 2001 From: Hernan Vargas Date: Thu, 8 Feb 2024 08:50:33 -0800 Subject: [PATCH] doc: fix configuration in baseband 5GNR driver guide [ upstream commit a46c1225141d2c099c70d98b38f1f9c20307ff6f ] flr_timeout was removed from the code a while ago, updating doc. Fix minor typo in 5GNR example. Fixes: 2d4306438c92 ("baseband/fpga_5gnr_fec: add configure function") Signed-off-by: Hernan Vargas Reviewed-by: Maxime Coquelin --- doc/guides/bbdevs/fpga_5gnr_fec.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/guides/bbdevs/fpga_5gnr_fec.rst b/doc/guides/bbdevs/fpga_5gnr_fec.rst index 9d71585e9e..950c5dfb5a 100644 --- a/doc/guides/bbdevs/fpga_5gnr_fec.rst +++ b/doc/guides/bbdevs/fpga_5gnr_fec.rst @@ -166,5 +166,4 @@ parameters defined in ``rte_fpga_5gnr_fec_conf`` structure: uint8_t ul_load_balance; uint8_t dl_load_balance; - uint16_t flr_time_out; }; @@ -192,8 +191,4 @@ parameters defined in ``rte_fpga_5gnr_fec_conf`` structure: streamed in from UL/DL code block FIFO. -- ``flr_time_out``: specifies how many 16.384us to be FLR time out. The - time_out = flr_time_out x 16.384us. For instance, if you want to set 10ms for - the FLR time out then set this setting to 0x262=610. - An example configuration code calling the function ``rte_fpga_5gnr_fec_configure()`` is shown @@ -220,5 +215,5 @@ below: ret = rte_fpga_5gnr_fec_configure(info->dev_name, &conf); TEST_ASSERT_SUCCESS(ret, - "Failed to configure 4G FPGA PF for bbdev %s", + "Failed to configure 5GNR FPGA PF for bbdev %s", info->dev_name); -- 2.43.2 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2024-03-08 13:47:49.076557188 +0000 +++ 0001-doc-fix-configuration-in-baseband-5GNR-driver-guide.patch 2024-03-08 13:47:48.965686504 +0000 @@ -1 +1 @@ -From a46c1225141d2c099c70d98b38f1f9c20307ff6f Mon Sep 17 00:00:00 2001 +From c2671c9adf546ae4ddd42b6d3b61799c5941baba Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit a46c1225141d2c099c70d98b38f1f9c20307ff6f ] + @@ -10 +11,0 @@ -Cc: stable@dpdk.org @@ -19 +20 @@ -index 956dd6bed5..99fc936829 100644 +index 9d71585e9e..950c5dfb5a 100644 @@ -22 +23 @@ -@@ -101,5 +101,4 @@ parameters defined in ``rte_fpga_5gnr_fec_conf`` structure: +@@ -166,5 +166,4 @@ parameters defined in ``rte_fpga_5gnr_fec_conf`` structure: @@ -28 +29 @@ -@@ -127,8 +126,4 @@ parameters defined in ``rte_fpga_5gnr_fec_conf`` structure: +@@ -192,8 +191,4 @@ parameters defined in ``rte_fpga_5gnr_fec_conf`` structure: @@ -37 +38 @@ -@@ -155,5 +150,5 @@ below: +@@ -220,5 +215,5 @@ below: