From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5F5E4A04BA; Wed, 7 Oct 2020 14:19:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D17A11BA96; Wed, 7 Oct 2020 14:18:47 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 510471BA5D for ; Wed, 7 Oct 2020 14:18:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602073123; 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=o+92uRu3EFW/CK6Gl9b3593jZmzh5Iw3hS6TSNqDNws=; b=Fq/5bgErowmeVg4PUc8c3Dy2S2jJQ9/GxJjvXaKWrT/SK8oUKjdAO57fzU9a7b65AVUgKO Zgt+uVrOpY8Bho1G3H8Av2DFXO8l8brMzgUgqLq61nu2ILvbMjTvn78u3IrWtLJlwJejCR HZz9Zb6j5sATQO3J/mQpewC0Ih6bB5Q= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-456-CPniRz3hN1-dDiGbnRzQrw-1; Wed, 07 Oct 2020 08:18:42 -0400 X-MC-Unique: CPniRz3hN1-dDiGbnRzQrw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D692B18A076E; Wed, 7 Oct 2020 12:18:40 +0000 (UTC) Received: from localhost.localdomain (unknown [10.36.110.35]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3BBC55D9F1; Wed, 7 Oct 2020 12:18:39 +0000 (UTC) From: Maxime Coquelin To: dev@dpdk.org, akhil.goyal@nxp.com, thomas@monjalon.net, nicolas.chautru@intel.com Cc: Maxime Coquelin Date: Wed, 7 Oct 2020 14:18:29 +0200 Message-Id: <20201007121830.100882-2-maxime.coquelin@redhat.com> In-Reply-To: <20201007121830.100882-1-maxime.coquelin@redhat.com> References: <20201007121830.100882-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=maxime.coquelin@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Subject: [dpdk-dev] [PATCH 1/2] baseband/fpga_5gnr_fec: add API change in release note X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fixes: 7fd60723065e ("baseband/fpga_5gnr_fec: fix API naming") Signed-off-by: Maxime Coquelin --- doc/guides/rel_notes/release_20_11.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index c0a3d76005..b3dd9a3646 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -229,6 +229,10 @@ API Changes * ipsec: ``RTE_SATP_LOG2_NUM`` has been dropped from ``enum`` +* baseband/fpga_5gnr_fec: Renamed function ``fpga_5gnr_fec_configure`` to + ``rte_fpga_5gnr_fec_configure`` and structure ``fpga_5gnr_fec_conf`` to + ``rte_fpga_5gnr_fec_conf``. + ABI Changes ----------- -- 2.26.2