From patchwork Tue Jan 31 20:30:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tyler Retzlaff X-Patchwork-Id: 122767 X-Patchwork-Delegate: david.marchand@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 13EF241B92; Tue, 31 Jan 2023 21:30:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A0D8D42B8E; Tue, 31 Jan 2023 21:30:24 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 6249240EF0 for ; Tue, 31 Jan 2023 21:30:20 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id 7B1D420DFE74; Tue, 31 Jan 2023 12:30:19 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 7B1D420DFE74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1675197019; bh=b+5VlvUfw3fJto7N/j8sS1cAA6zg5affDlvFR4bavHc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mSg9Z6iyMEkIvF2e3nySlccUwHOrq0wVnqPrf0jOJbriZ/iCpWZ5udhIVIFJjF/Qw fDOEPENnkCOr0gd1co7KVuj+eAZMqBLgudhFT6j8snDUWa90DG9wirsXkwbETHbLqy dJHq9d392zNPQl4GYx6r6zYpRRjRFT2xw2ZV6GRg= From: Tyler Retzlaff To: dev@dpdk.org Cc: david.marchand@redhat.com, thomas@monjalon.net, olivier.matz@6wind.com, stephen@networkplumber.org, mb@smartsharesystems.com, hofors@lysator.liu.se, Tyler Retzlaff Subject: [PATCH v5 3/3] doc: announce deprecation of thread ctrl create function Date: Tue, 31 Jan 2023 12:30:17 -0800 Message-Id: <1675197017-11287-4-git-send-email-roretzla@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1675197017-11287-1-git-send-email-roretzla@linux.microsoft.com> References: <1670271868-11364-1-git-send-email-roretzla@linux.microsoft.com> <1675197017-11287-1-git-send-email-roretzla@linux.microsoft.com> MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Notify deprecation of rte_ctrl_thread_create API, it will be removed as it exposes platform-specific thread details. Signed-off-by: Tyler Retzlaff Acked-by: Morten Brørup Reviewed-by: Mattias Rönnblom Acked-by: David Marchand --- doc/guides/rel_notes/deprecation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index eea99b4..c6e7d04 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -23,6 +23,11 @@ Deprecation Notices rte_thread_set_name being marked as stable, and planned to be removed by the 23.11 release. +* eal: The function ``rte_ctrl_thread_create`` is planned to be deprecated + starting with the 23.07 release, subject to the replacement API + rte_control_thread_create being marked as stable, and planned to be removed + by the 23.11 release. + * rte_atomicNN_xxx: These APIs do not take memory order parameter. This does not allow for writing optimized code for all the CPU architectures supported in DPDK. DPDK has adopted the atomic operations from