From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 82B1CA00C2;
	Fri,  9 Dec 2022 00:19:49 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 906C742D27;
	Fri,  9 Dec 2022 00:19:41 +0100 (CET)
Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182])
 by mails.dpdk.org (Postfix) with ESMTP id 5A52D40E28
 for <dev@dpdk.org>; Fri,  9 Dec 2022 00:19:38 +0100 (CET)
Received: by linux.microsoft.com (Postfix, from userid 1086)
 id 8657220B83E7; Thu,  8 Dec 2022 15:19:37 -0800 (PST)
DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 8657220B83E7
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com;
 s=default; t=1670541577;
 bh=ohbZ/C1L+gNplN0OsVUMRxycFKA1bfinHu0rEMSjbY4=;
 h=From:To:Cc:Subject:Date:In-Reply-To:References:From;
 b=SsBGb6TeMRO+5bX+mUcDTV/8H5zGco2GTC41HDiRevgVfT0UvlEJ63Z6yPesdbXWm
 hhGH+BOWHcQVcFexcPOcAt946tUnRzkg6vCiVoI4CzQvC06t7FqBh+2lcmCfBWMlX+
 qmK0u9/4uVTh8aBnrhrb3ZQ5nDUT2+B3sQjy/6z0=
From: Tyler Retzlaff <roretzla@linux.microsoft.com>
To: dev@dpdk.org
Cc: thomas@monjalon.net, david.marchand@redhat.com, stephen@networkplumber.org,
 olivier.matz@6wind.com, hofors@lysator.liu.se,
 Tyler Retzlaff <roretzla@linux.microsoft.com>
Subject: [PATCH v4 3/3] eal: deprecate pthread control thread create API
Date: Thu,  8 Dec 2022 15:19:36 -0800
Message-Id: <1670541576-18008-4-git-send-email-roretzla@linux.microsoft.com>
X-Mailer: git-send-email 1.8.3.1
In-Reply-To: <1670541576-18008-1-git-send-email-roretzla@linux.microsoft.com>
References: <1670271868-11364-1-git-send-email-roretzla@linux.microsoft.com>
 <1670541576-18008-1-git-send-email-roretzla@linux.microsoft.com>
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

Give notice of rte_ctrl_thread_create deprecation.

Signed-off-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
---
 doc/guides/rel_notes/deprecation.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index b9b02dc..ce3b4b7 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -119,3 +119,7 @@ Deprecation Notices
   Its removal has been postponed to let potential users report interest
   in maintaining it.
   In the absence of such interest, this library will be removed in DPDK 23.11.
+
+* eal: The function ``rte_ctrl_thread_create`` will be removed and
+  replaced by the new ``rte_control_thread_create`` api, continuing the
+  effort to decouple eal from platform-specific thread implementations.
-- 
1.8.3.1